+ 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 Apr 23 10:28:12 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-87d84785c-7mdgl 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 0x7f5e22a63668 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-04-23 10:28:16.695 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 10:28:16.696 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 10:28:16.848 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 10:28:16.849 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-23 10:28:17.788 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 10:28:17.934 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 10:28:19.381 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:28:19.383 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 10:28:19.387 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 10:28:19.388 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:28:19.388 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 10:28:19.388 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 10:28:19.388 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:28:19.396 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:28:19.396 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:28:19.396 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:28:19.418 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 10:28:19.419 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:28:19.419 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 10:28:19.449 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 10:28:19.449 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 10:28:19.449 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 10:28:19.450 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 10:28:19.517 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:28:19.520 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 10:28:19.523 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 10:28:19.524 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 10:28:19.524 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 10:28:19.525 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 10:28:19.525 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:28:19.532 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:28:19.533 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 10:28:19.533 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:28:19.555 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 10:28:19.556 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 10:28:19.556 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 10:28:19.595 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 10:28:19.595 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 10:28:19.596 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 10:28:19.596 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 10:28:19.731 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing driver for type 'vlan' 2026-04-23 10:28:19.889 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 10:28:20.072 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] VlanTypeDriver initialization complete 2026-04-23 10:28:20.072 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 10:28:20.073 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 10:28:20.086 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 10:28:20.086 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 10:28:20.086 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing extension driver 'port_security' 2026-04-23 10:28:20.087 8 INFO neutron.plugins.ml2.extensions.port_security [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 10:28:20.087 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing extension driver 'qos' 2026-04-23 10:28:20.087 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 10:28:20.087 8 INFO neutron.plugins.ml2.managers [None req-719571d5-c218-476b-8d6b-564f0e9c8afe - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 10:28:20.102 8 INFO neutron.quota [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded quota_driver: . 2026-04-23 10:28:20.103 8 INFO neutron.plugins.ml2.plugin [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 10:28:20.103 8 INFO neutron.plugins.ml2.managers [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 10:28:20.103 8 INFO neutron.plugins.ml2.managers [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 10:28:20.103 8 INFO neutron.plugins.ml2.managers [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 10:28:20.104 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: qos 2026-04-23 10:28:20.117 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: router 2026-04-23 10:28:20.162 8 INFO neutron.services.service_base [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 10:28:20.163 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: segments 2026-04-23 10:28:20.211 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 10:28:20.211 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 10:28:20.212 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 10:28:20.230 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 10:28:20.231 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 10:28:20.231 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 10:28:20.231 7 INFO neutron.plugins.ml2.extensions.port_security [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 10:28:20.231 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing extension driver 'qos' 2026-04-23 10:28:20.232 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 10:28:20.232 7 INFO neutron.plugins.ml2.managers [None req-587f3cf7-d75e-4c58-8895-41f90b717ff7 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 10:28:20.249 7 INFO neutron.quota [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded quota_driver: . 2026-04-23 10:28:20.250 7 INFO neutron.plugins.ml2.plugin [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 10:28:20.250 7 INFO neutron.plugins.ml2.managers [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 10:28:20.250 7 INFO neutron.plugins.ml2.managers [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 10:28:20.250 7 INFO neutron.plugins.ml2.managers [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 10:28:20.251 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: qos 2026-04-23 10:28:20.263 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: trunk 2026-04-23 10:28:20.264 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: router 2026-04-23 10:28:20.278 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: vpnaas 2026-04-23 10:28:20.310 7 INFO neutron.services.service_base [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 10:28:20.310 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: segments 2026-04-23 10:28:20.317 8 WARNING stevedore.named [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:28:20.391 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 10:28:20.391 8 INFO neutron.common.utils [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 10:28:20.392 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: taas 2026-04-23 10:28:20.410 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: trunk 2026-04-23 10:28:20.417 8 WARNING stevedore.named [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:28:20.418 8 WARNING stevedore.named [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:28:20.425 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: vpnaas 2026-04-23 10:28:20.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:28:20.440 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: tapmirror 2026-04-23 10:28:20.453 8 WARNING stevedore.named [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:28:20.453 8 WARNING stevedore.named [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:28:20.467 7 WARNING stevedore.named [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:28:20.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:28:20.469 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 10:28:20.478 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: tag 2026-04-23 10:28:20.486 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: timestamp 2026-04-23 10:28:20.490 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 10:28:20.495 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: flavors 2026-04-23 10:28:20.499 8 INFO neutron.manager [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loading Plugin: revisions 2026-04-23 10:28:20.503 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Initializing extension manager. 2026-04-23 10:28:20.504 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: address-group 2026-04-23 10:28:20.505 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: address-scope 2026-04-23 10:28:20.506 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 10:28:20.507 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: agent 2026-04-23 10:28:20.507 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 10:28:20.508 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 10:28:20.509 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 10:28:20.510 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: availability_zone 2026-04-23 10:28:20.510 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 10:28:20.511 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 10:28:20.511 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 10:28:20.514 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 10:28:20.514 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: dns-integration 2026-04-23 10:28:20.515 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 10:28:20.515 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 10:28:20.516 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: dvr 2026-04-23 10:28:20.516 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 10:28:20.517 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 10:28:20.517 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:28:20.518 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 10:28:20.518 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: external-net 2026-04-23 10:28:20.519 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 10:28:20.521 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: extraroute 2026-04-23 10:28:20.522 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 10:28:20.523 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 10:28:20.523 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 10:28:20.524 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 10:28:20.524 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 10:28:20.525 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: fip-port-details 2026-04-23 10:28:20.525 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: flavors 2026-04-23 10:28:20.527 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 10:28:20.527 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 10:28:20.528 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: ip_allocation 2026-04-23 10:28:20.528 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 10:28:20.529 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 10:28:20.530 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: router 2026-04-23 10:28:20.532 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:28:20.532 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 10:28:20.533 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 10:28:20.533 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 10:28:20.534 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: l3-ha 2026-04-23 10:28:20.534 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:28:20.535 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 10:28:20.535 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 10:28:20.535 7 INFO neutron.common.utils [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 10:28:20.535 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: taas 2026-04-23 10:28:20.535 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: l3-flavors 2026-04-23 10:28:20.536 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:28:20.537 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 10:28:20.539 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 10:28:20.540 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 10:28:20.541 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 10:28:20.543 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 10:28:20.543 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 10:28:20.544 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: multi-provider 2026-04-23 10:28:20.544 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: net-mtu 2026-04-23 10:28:20.545 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 10:28:20.546 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 10:28:20.546 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: network_ha 2026-04-23 10:28:20.547 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 10:28:20.548 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 10:28:20.548 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: pagination 2026-04-23 10:28:20.549 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-device-profile 2026-04-23 10:28:20.549 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 10:28:20.550 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 10:28:20.550 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 10:28:20.551 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-mac-override 2026-04-23 10:28:20.551 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 10:28:20.552 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 10:28:20.552 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 10:28:20.553 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-resource-request 2026-04-23 10:28:20.553 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 10:28:20.554 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 10:28:20.554 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: binding 2026-04-23 10:28:20.555 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: binding-extended 2026-04-23 10:28:20.556 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-security 2026-04-23 10:28:20.556 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: project-id 2026-04-23 10:28:20.557 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: provider 2026-04-23 10:28:20.557 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 10:28:20.560 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos 2026-04-23 10:28:20.560 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 10:28:20.561 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 10:28:20.561 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-default 2026-04-23 10:28:20.561 7 WARNING stevedore.named [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:28:20.562 7 WARNING stevedore.named [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:28:20.562 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-fip 2026-04-23 10:28:20.563 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 10:28:20.563 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 10:28:20.564 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 10:28:20.564 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 10:28:20.565 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 10:28:20.565 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-pps 2026-04-23 10:28:20.566 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 10:28:20.567 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 10:28:20.567 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 10:28:20.568 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 10:28:20.568 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 10:28:20.571 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: quotas 2026-04-23 10:28:20.572 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: quota_details 2026-04-23 10:28:20.573 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: rbac-policies 2026-04-23 10:28:20.574 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 10:28:20.574 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 10:28:20.575 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 10:28:20.575 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 10:28:20.576 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: revision-if-match 2026-04-23 10:28:20.577 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 10:28:20.577 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 10:28:20.578 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 10:28:20.580 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 10:28:20.581 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 10:28:20.581 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 10:28:20.582 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 10:28:20.582 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 10:28:20.583 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 10:28:20.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:28:20.586 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: tapmirror 2026-04-23 10:28:20.589 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: security-group 2026-04-23 10:28:20.591 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: segment 2026-04-23 10:28:20.592 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 10:28:20.593 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: service-type 2026-04-23 10:28:20.594 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: sorting 2026-04-23 10:28:20.595 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 10:28:20.596 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 10:28:20.597 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 10:28:20.598 8 WARNING neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 10:28:20.599 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 10:28:20.600 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 10:28:20.601 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 10:28:20.601 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 10:28:20.602 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 10:28:20.602 7 WARNING stevedore.named [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 10:28:20.603 7 WARNING stevedore.named [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 10:28:20.603 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 10:28:20.604 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 10:28:20.605 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: tag-creation 2026-04-23 10:28:20.605 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 10:28:20.612 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 10:28:20.613 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 10:28:20.615 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: trunk 2026-04-23 10:28:20.616 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: trunk-details 2026-04-23 10:28:20.617 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 10:28:20.618 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 10:28:20.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 10:28:20.619 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 10:28:20.619 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 10:28:20.620 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 10:28:20.622 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 10:28:20.623 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 10:28:20.623 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 10:28:20.627 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: tag 2026-04-23 10:28:20.627 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: vpnaas 2026-04-23 10:28:20.628 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: taas 2026-04-23 10:28:20.629 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: tap-mirror 2026-04-23 10:28:20.630 8 INFO neutron.api.extensions [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 10:28:20.633 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 10:28:20.633 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 10:28:20.633 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.633 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 10:28:20.636 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: timestamp 2026-04-23 10:28:20.637 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:28:20.637 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:28:20.639 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 10:28:20.641 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:28:20.642 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:28:20.643 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:28:20.643 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: flavors 2026-04-23 10:28:20.644 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.644 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.644 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.644 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.645 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:28:20.645 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.645 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.646 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:28:20.646 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:28:20.647 7 INFO neutron.manager [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loading Plugin: revisions 2026-04-23 10:28:20.647 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:28:20.647 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.647 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:28:20.648 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.648 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ikepolicy is already registered 2026-04-23 10:28:20.650 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Initializing extension manager. 2026-04-23 10:28:20.652 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: address-group 2026-04-23 10:28:20.652 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:28:20.653 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] router is already registered 2026-04-23 10:28:20.653 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: address-scope 2026-04-23 10:28:20.653 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:28:20.653 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 10:28:20.653 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] floatingip is already registered 2026-04-23 10:28:20.654 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: agent 2026-04-23 10:28:20.655 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 10:28:20.656 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 10:28:20.656 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 10:28:20.657 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:28:20.657 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] rbac_policy is already registered 2026-04-23 10:28:20.657 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: availability_zone 2026-04-23 10:28:20.658 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:28:20.658 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] security_group is already registered 2026-04-23 10:28:20.658 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 10:28:20.658 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:28:20.658 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] security_group_rule is already registered 2026-04-23 10:28:20.658 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 10:28:20.659 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 10:28:20.659 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.659 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.660 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.660 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.660 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:28:20.660 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 10:28:20.660 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] trunk is already registered 2026-04-23 10:28:20.661 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.661 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: dns-integration 2026-04-23 10:28:20.661 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ikepolicy is already registered 2026-04-23 10:28:20.661 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.661 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 10:28:20.661 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:28:20.662 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:28:20.662 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 10:28:20.662 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] endpoint_group is already registered 2026-04-23 10:28:20.662 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:28:20.662 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] vpnservice is already registered 2026-04-23 10:28:20.663 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: dvr 2026-04-23 10:28:20.663 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:28:20.663 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ipsec_site_connection is already registered 2026-04-23 10:28:20.663 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 10:28:20.663 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.664 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:28:20.664 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 10:28:20.664 8 INFO neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.664 8 WARNING neutron.quota.resource_registry [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] ikepolicy is already registered 2026-04-23 10:28:20.664 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:28:20.665 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 10:28:20.665 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: external-net 2026-04-23 10:28:20.665 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 10:28:20.666 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: extraroute 2026-04-23 10:28:20.667 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 10:28:20.668 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 10:28:20.668 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 10:28:20.669 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 10:28:20.670 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 10:28:20.671 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: fip-port-details 2026-04-23 10:28:20.673 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: flavors 2026-04-23 10:28:20.675 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 10:28:20.675 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 10:28:20.676 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: ip_allocation 2026-04-23 10:28:20.676 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 10:28:20.677 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 10:28:20.678 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: router 2026-04-23 10:28:20.680 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 10:28:20.681 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 10:28:20.682 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 10:28:20.682 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 10:28:20.683 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: l3-ha 2026-04-23 10:28:20.683 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:28:20.684 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 10:28:20.684 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: l3-flavors 2026-04-23 10:28:20.685 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 10:28:20.686 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 10:28:20.688 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 10:28:20.689 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 10:28:20.690 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 10:28:20.691 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 10:28:20.692 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 10:28:20.692 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: multi-provider 2026-04-23 10:28:20.693 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: net-mtu 2026-04-23 10:28:20.693 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 10:28:20.694 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 10:28:20.694 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: network_ha 2026-04-23 10:28:20.695 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 10:28:20.696 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 10:28:20.696 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: pagination 2026-04-23 10:28:20.697 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-device-profile 2026-04-23 10:28:20.697 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 10:28:20.698 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 10:28:20.698 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 10:28:20.699 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-mac-override 2026-04-23 10:28:20.699 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 10:28:20.701 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 10:28:20.701 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 10:28:20.702 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-resource-request 2026-04-23 10:28:20.702 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 10:28:20.703 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 10:28:20.703 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: binding 2026-04-23 10:28:20.703 8 WARNING keystonemiddleware._common.config [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 10:28:20.704 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: binding-extended 2026-04-23 10:28:20.704 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-security 2026-04-23 10:28:20.705 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: project-id 2026-04-23 10:28:20.705 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: provider 2026-04-23 10:28:20.706 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 10:28:20.708 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos 2026-04-23 10:28:20.709 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 10:28:20.709 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 10:28:20.710 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-default 2026-04-23 10:28:20.710 8 WARNING oslo_config.cfg [None req-3fa4960a-d768-4398-a6bb-b05fba6045a2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 10:28:20.710 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-fip 2026-04-23 10:28:20.711 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 10:28:20.711 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 10:28:20.712 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 10:28:20.712 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-pps-minimum WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f5e22a63668 pid: 8 (default app) 2026-04-23 10:28:20.713 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 10:28:20.714 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-pps 2026-04-23 10:28:20.714 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 10:28:20.715 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 10:28:20.715 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 10:28:20.716 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 10:28:20.716 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 10:28:20.718 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: quotas 2026-04-23 10:28:20.719 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: quota_details 2026-04-23 10:28:20.721 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: rbac-policies 2026-04-23 10:28:20.721 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 10:28:20.722 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 10:28:20.723 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 10:28:20.723 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 10:28:20.724 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: revision-if-match 2026-04-23 10:28:20.724 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 10:28:20.725 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 10:28:20.725 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 10:28:20.727 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 10:28:20.727 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 10:28:20.728 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 10:28:20.728 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 10:28:20.729 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 10:28:20.729 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 10:28:20.734 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: security-group 2026-04-23 10:28:20.736 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: segment 2026-04-23 10:28:20.736 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 10:28:20.737 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: service-type 2026-04-23 10:28:20.737 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: sorting 2026-04-23 10:28:20.738 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 10:28:20.739 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 10:28:20.739 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 10:28:20.740 7 WARNING neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 10:28:20.740 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 10:28:20.741 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 10:28:20.741 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 10:28:20.742 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 10:28:20.742 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 10:28:20.743 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 10:28:20.744 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 10:28:20.744 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: tag-creation 2026-04-23 10:28:20.745 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 10:28:20.749 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 10:28:20.750 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 10:28:20.751 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: trunk 2026-04-23 10:28:20.751 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: trunk-details 2026-04-23 10:28:20.752 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 10:28:20.752 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 10:28:20.753 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 10:28:20.753 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 10:28:20.757 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 10:28:20.758 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 10:28:20.759 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 10:28:20.760 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: vpnaas 2026-04-23 10:28:20.761 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: taas 2026-04-23 10:28:20.762 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: tap-mirror 2026-04-23 10:28:20.763 7 INFO neutron.api.extensions [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 10:28:20.765 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 10:28:20.766 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 10:28:20.766 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.766 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 10:28:20.770 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:28:20.771 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:28:20.775 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:28:20.776 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:28:20.777 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:28:20.777 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.778 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.778 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.778 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.779 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:28:20.779 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.779 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.780 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:28:20.780 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:28:20.781 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:28:20.781 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.781 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:28:20.782 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.782 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ikepolicy is already registered 2026-04-23 10:28:20.787 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 10:28:20.787 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] router is already registered 2026-04-23 10:28:20.787 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 10:28:20.787 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] floatingip is already registered 2026-04-23 10:28:20.791 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 10:28:20.791 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] rbac_policy is already registered 2026-04-23 10:28:20.792 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 10:28:20.792 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] security_group is already registered 2026-04-23 10:28:20.792 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 10:28:20.792 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] security_group_rule is already registered 2026-04-23 10:28:20.793 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.793 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.793 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 10:28:20.794 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] subnetpool is already registered 2026-04-23 10:28:20.794 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 10:28:20.794 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] trunk is already registered 2026-04-23 10:28:20.795 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.795 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ikepolicy is already registered 2026-04-23 10:28:20.795 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.795 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:28:20.796 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 10:28:20.796 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] endpoint_group is already registered 2026-04-23 10:28:20.796 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 10:28:20.796 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] vpnservice is already registered 2026-04-23 10:28:20.796 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 10:28:20.797 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ipsec_site_connection is already registered 2026-04-23 10:28:20.797 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 10:28:20.797 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ipsecpolicy is already registered 2026-04-23 10:28:20.797 7 INFO neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 10:28:20.798 7 WARNING neutron.quota.resource_registry [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] ikepolicy is already registered 2026-04-23 10:28:20.834 7 WARNING keystonemiddleware._common.config [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 10:28:20.841 7 WARNING oslo_config.cfg [None req-3e72a5f2-ca13-44e0-b46d-fdc670a1c630 - - - - - -] 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 0x7f5e22a63668 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-04-23 10:28:25.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d91a8f6-826f-4ce6-b3b9-19fb1f3f7ba1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:25 2026] GET /v2.0/networks/public => generated 108 bytes in 873 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.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:28:26.787 8 WARNING neutron.services.revisions.revision_plugin [None req-292c56e8-f42e-4c37-9d35-646500820d63 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:28:26.814 8 INFO neutron.db.segments_db [None req-292c56e8-f42e-4c37-9d35-646500820d63 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment c89f7bd4-1df8-4ead-91af-98aa734d9061 of type flat for network 0da7d348-35a1-4ac3-aaee-ecddcbcc6355 2026-04-23 10:28:26.882 8 INFO neutron.pecan_wsgi.hooks.translation [None req-292c56e8-f42e-4c37-9d35-646500820d63 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 23 10:28:26 2026] POST /v2.0/networks => generated 124 bytes in 504 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:28:32.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f77de93-6749-4464-86bc-67e473c094a5 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:32 2026] GET /v2.0/networks/public => generated 108 bytes in 61 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.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:28:33.023 8 WARNING neutron.services.revisions.revision_plugin [None req-10a9de41-cb91-4b94-b920-33e17b4e9f09 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:28:33.037 8 INFO neutron.db.segments_db [None req-10a9de41-cb91-4b94-b920-33e17b4e9f09 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 5adaf910-e9ba-46b0-b463-e81291216509 of type flat for network c3c9160a-8500-458a-847d-75719ce7d91f 2026-04-23 10:28:33.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10a9de41-cb91-4b94-b920-33e17b4e9f09 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 23 10:28:32 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:28:39.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f2728f3-ba23-4068-9a87-6b09ea78e08d 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:39 2026] GET /v2.0/networks/public => generated 108 bytes in 394 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.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:28:39.742 7 WARNING neutron.services.revisions.revision_plugin [None req-82e4391e-48ea-46a2-bd6f-9ecc141c23c0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:28:39.768 7 INFO neutron.db.segments_db [None req-82e4391e-48ea-46a2-bd6f-9ecc141c23c0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment b91298fd-3593-4e9c-8498-4a4335170aac of type flat for network 5d7ada2f-216f-4733-8ebb-3ae393207ea3 2026-04-23 10:28:39.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82e4391e-48ea-46a2-bd6f-9ecc141c23c0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 23 10:28:39 2026] POST /v2.0/networks => generated 124 bytes in 407 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:28:45.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06540162-919d-470e-9740-f63b5e0b7c76 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:45 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/14] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:28:46.003 8 WARNING neutron.services.revisions.revision_plugin [None req-7af187c3-46b7-46d6-a0db-0185261a5c43 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:28:46.022 8 INFO neutron.db.segments_db [None req-7af187c3-46b7-46d6-a0db-0185261a5c43 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 211ec0e2-c50a-4e60-b21c-d0eac5223bbb of type flat for network 9cf2aa05-4b2b-4228-8fb7-bbad06af48de 2026-04-23 10:28:46.045 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7af187c3-46b7-46d6-a0db-0185261a5c43 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/15] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 23 10:28:45 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:28:52.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4c31a23-dfdd-4bd7-aeee-716aa87aaaf4 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:52 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:28:52.223 8 WARNING neutron.services.revisions.revision_plugin [None req-89acb2a0-bccb-4bb9-a719-66c5e0993d91 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:28:52.248 8 INFO neutron.db.segments_db [None req-89acb2a0-bccb-4bb9-a719-66c5e0993d91 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 51578c5e-849d-4044-aea7-c33b8161b7f9 of type flat for network 1fa3b01b-f99b-4e02-ab99-31bf95e42b42 2026-04-23 10:28:52.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89acb2a0-bccb-4bb9-a719-66c5e0993d91 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 23 10:28:52 2026] POST /v2.0/networks => generated 124 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:28:58.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f813a95-b0aa-43e0-a0e0-ae0b8c5d3d2a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:58 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:28:58.412 7 WARNING neutron.services.revisions.revision_plugin [None req-0b55c8c6-3751-41fb-baa4-2a589c70ba5b 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Could not find related network for resource to bump revision. 2026-04-23 10:28:58.428 7 INFO neutron.db.segments_db [None req-0b55c8c6-3751-41fb-baa4-2a589c70ba5b 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 52e9c0bd-5ae8-4b5d-ba38-27d92fa584bf of type flat for network a554b1db-5163-4a31-901b-557eb2d84e9a [pid: 7|app: 0|req: 10/22] 199.204.45.155 () {48 vars in 966 bytes} [Thu Apr 23 10:28:58 2026] POST /v2.0/networks => generated 706 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:28:59.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5371b0ba-afa1-4c1d-90d4-bdcb47786cd3 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.155 () {44 vars in 926 bytes} [Thu Apr 23 10:28:59 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 23 10:28:59 2026] GET /v2.0/networks?name=public => generated 709 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:28:59.913 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d95bb201-9d9b-4f5b-91b4-24cc5693a80a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/25] 199.204.45.155 () {44 vars in 1033 bytes} [Thu Apr 23 10:28:59 2026] GET /v2.0/subnets/public-subnet?network_id=a554b1db-5163-4a31-901b-557eb2d84e9a => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/26] 199.204.45.155 () {44 vars in 1056 bytes} [Thu Apr 23 10:28:59 2026] GET /v2.0/subnets?name=public-subnet&network_id=a554b1db-5163-4a31-901b-557eb2d84e9a => 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: 15/27] 199.204.45.155 () {48 vars in 964 bytes} [Thu Apr 23 10:28:59 2026] POST /v2.0/subnets => generated 664 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:29:40.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35b9ba42-4a04-4734-8411-38081beaf2f7 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 18/33] 199.204.45.155 () {44 vars in 936 bytes} [Thu Apr 23 10:29:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/34] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 23 10:29:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:29:40.647 8 INFO neutron.db.segments_db [None req-2e318545-7e34-4fbe-946e-4e4d1b020243 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 66706670-5002-4f25-9cdb-fd9f661df2f5 of type vxlan for network e9528343-9b2c-45df-8d90-aa4c40e58cdc [pid: 8|app: 0|req: 19/35] 199.204.45.155 () {48 vars in 965 bytes} [Thu Apr 23 10:29:40 2026] POST /v2.0/networks => generated 688 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:29:41.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bee0b865-04af-49ea-845e-7042b211c2e9 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/36] 199.204.45.155 () {44 vars in 936 bytes} [Thu Apr 23 10:29:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/37] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 23 10:29:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:29:42.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-086dc387-92a3-4f79-b8d3-53b0a4ab54c0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/38] 199.204.45.155 () {44 vars in 1035 bytes} [Thu Apr 23 10:29:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc => generated 114 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/39] 199.204.45.155 () {44 vars in 1058 bytes} [Thu Apr 23 10:29:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc => 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: 19/40] 199.204.45.155 () {48 vars in 964 bytes} [Thu Apr 23 10:29:42 2026] POST /v2.0/subnets => generated 651 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:29:43.648 8 INFO neutron.api.v2.resource [None req-cc0a4044-ae65-4115-9469-022cf47437b4 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 22/41] 199.204.45.155 () {44 vars in 970 bytes} [Thu Apr 23 10:29:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/42] 199.204.45.155 () {44 vars in 992 bytes} [Thu Apr 23 10:29:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/43] 199.204.45.155 () {48 vars in 979 bytes} [Thu Apr 23 10:29:43 2026] POST /v2.0/security-groups => generated 1616 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/44] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:45 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 1616 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/45] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:45 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/46] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:45 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/47] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:29:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/48] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:46 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/49] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:46 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/50] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:46 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => 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: 27/53] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:29:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/54] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:47 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/55] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:47 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => 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: 28/56] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:47 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/57] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:29:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/58] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:48 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/59] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:48 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/60] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:48 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/61] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:29:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/62] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:50 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/63] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:50 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/64] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:50 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/65] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:29:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/66] 199.204.45.155 () {44 vars in 986 bytes} [Thu Apr 23 10:29:51 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:29:51.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80f4ce12-f7b6-4646-b5c7-c34671be740c 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/67] 199.204.45.155 () {44 vars in 1075 bytes} [Thu Apr 23 10:29:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/68] 199.204.45.155 () {44 vars in 1098 bytes} [Thu Apr 23 10:29:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/69] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:29:51 2026] GET /v2.0/security-groups/db1681b7-ea46-4a75-a4bc-4bf71fd354cd => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 199.204.45.155 () {48 vars in 960 bytes} [Thu Apr 23 10:29:51 2026] POST /v2.0/ports => generated 1100 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.204.45.155 () {44 vars in 974 bytes} [Thu Apr 23 10:30:00 2026] GET /v2.0/quotas/13d6ef0a9d0e4d489382d732d152da36 => generated 292 bytes in 11 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 36/72] 199.204.45.155 () {48 vars in 1026 bytes} [Thu Apr 23 10:30:00 2026] PUT /v2.0/quotas/13d6ef0a9d0e4d489382d732d152da36 => generated 291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:30:01.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7086b9e6-b783-4c84-a33f-4bc1142ba501 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.204.45.155 () {44 vars in 978 bytes} [Thu Apr 23 10:30:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.155 () {48 vars in 1030 bytes} [Thu Apr 23 10:30:01 2026] PUT /v2.0/ports/0dfa117a-315e-4678-9d2f-86949c7b97a7 => generated 1249 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.155 () {44 vars in 919 bytes} [Thu Apr 23 10:30:04 2026] GET /v2.0/ports => generated 3730 bytes in 385 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-04-23 10:30:06.230 8 INFO neutron.api.v2.resource [None req-8418daea-f450-4a23-8a56-11481087a84a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/79] 199.204.45.155 () {44 vars in 958 bytes} [Thu Apr 23 10:30:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.155 () {44 vars in 980 bytes} [Thu Apr 23 10:30:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.155 () {48 vars in 979 bytes} [Thu Apr 23 10:30:06 2026] POST /v2.0/security-groups => generated 1610 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:07 2026] GET /v2.0/security-groups/83c50b0c-d110-43bd-862b-4f76ca3d2ff6 => generated 1610 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:07 2026] GET /v2.0/security-groups/83c50b0c-d110-43bd-862b-4f76ca3d2ff6 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:07 2026] GET /v2.0/security-groups/83c50b0c-d110-43bd-862b-4f76ca3d2ff6 => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:30:07 2026] POST /v2.0/security-group-rules => generated 623 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:08 2026] GET /v2.0/security-groups/83c50b0c-d110-43bd-862b-4f76ca3d2ff6 => generated 2246 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:09 2026] GET /v2.0/security-groups/83c50b0c-d110-43bd-862b-4f76ca3d2ff6 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:09 2026] GET /v2.0/security-groups/83c50b0c-d110-43bd-862b-4f76ca3d2ff6 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:30:09 2026] POST /v2.0/security-group-rules => generated 627 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:30:11.170 7 INFO neutron.api.v2.resource [None req-3441efc9-488f-4787-bc9f-685233824e9d 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/90] 199.204.45.155 () {44 vars in 1073 bytes} [Thu Apr 23 10:30:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 139 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.155 () {44 vars in 1096 bytes} [Thu Apr 23 10:30:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 23 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.155 () {48 vars in 980 bytes} [Thu Apr 23 10:30:11 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:12 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:12 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af => generated 1624 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:12 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:30:13 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: 49/97] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:14 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:14 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af => 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: 50/99] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:14 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:30:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:15 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 2846 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:15 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:15 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/104] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:30:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:17 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.155 () {44 vars in 1000 bytes} [Thu Apr 23 10:30:17 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af => generated 3460 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.155 () {44 vars in 1087 bytes} [Thu Apr 23 10:30:17 2026] GET /v2.0/security-groups/00a173e6-5cfd-4182-be7d-5415635026af?project_id=a6bc5765eeb24314865e4f6cffbf1514 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.155 () {48 vars in 990 bytes} [Thu Apr 23 10:30:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 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: 65/129] 199.204.45.155 () {30 vars in 739 bytes} [Thu Apr 23 10:32:41 2026] GET /v2.0/networks?tenant_id=a6bc5765eeb24314865e4f6cffbf1514&shared=False => generated 15 bytes in 136 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-04-23 10:32:41.896 7 INFO neutron.db.segments_db [None req-947326ea-6ff9-406c-bafa-5426690309e0 94d64a3484404fafa0032664bb281a72 a6bc5765eeb24314865e4f6cffbf1514 - - d5146ca84a3344bfac3b87247f087ac5 d5146ca84a3344bfac3b87247f087ac5] Added segment 471d01f2-d05c-40af-a336-5a747bc6a091 of type vxlan for network ec5abb43-64c9-4054-8054-b97119e6c00d [pid: 7|app: 0|req: 65/130] 199.204.45.155 () {34 vars in 681 bytes} [Thu Apr 23 10:32:41 2026] POST /v2.0/networks => generated 699 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/131] 199.204.45.155 () {30 vars in 721 bytes} [Thu Apr 23 10:32:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/132] 199.204.45.155 () {30 vars in 632 bytes} [Thu Apr 23 10:32:42 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: 67/133] 199.204.45.155 () {34 vars in 676 bytes} [Thu Apr 23 10:32:42 2026] POST /v2.0/ports => generated 999 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/134] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:32:42 2026] GET /v2.0/networks/ec5abb43-64c9-4054-8054-b97119e6c00d => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/135] 199.204.45.155 () {30 vars in 721 bytes} [Thu Apr 23 10:32:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/136] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:32:44 2026] GET /v2.0/networks/ec5abb43-64c9-4054-8054-b97119e6c00d => generated 705 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/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 8|app: 0|req: 72/143] 199.204.45.155 () {48 vars in 1024 bytes} [Thu Apr 23 10:33:25 2026] PUT /v2.0/quotas/a6bc5765eeb24314865e4f6cffbf1514 => generated 291 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:34:38.749 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b6ab54b-305f-4155-87d9-98195d59d2f0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/154] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:34:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/155] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:34:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:34:40.789 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec7c4797-1bb5-4242-ac32-dd70bff2a201 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/156] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:34:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/157] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:34:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 83/164] 199.204.45.155 () {44 vars in 948 bytes} [Thu Apr 23 10:35:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/171] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:36:01 2026] GET /v2.0/networks => generated 2168 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/172] 10.0.0.234 () {32 vars in 654 bytes} [Thu Apr 23 10:36:03 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/173] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:36:03 2026] GET /v2.0/routers => generated 15 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 88/174] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:36:03 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/175] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:36:03 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/176] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:36:03 2026] GET /v2.0/networks => generated 2168 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/177] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:36:03 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: 8|app: 0|req: 90/178] 10.0.0.234 () {32 vars in 654 bytes} [Thu Apr 23 10:36:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:15.599 8 INFO neutron.db.segments_db [None req-0e31fd68-ec30-495c-a72f-b52052ab26c6 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment d27c9e0a-786e-4212-93e4-caca9900cc08 of type vxlan for network 9e04075d-fd38-4acf-be50-09da3a7f6d81 2026-04-23 10:36:15.599 7 INFO neutron.db.segments_db [None req-7aa97d5a-57be-4e67-9bf9-5eb9d6497754 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 1606266b-b5b6-4fd0-9df0-a48883103193 of type vxlan for network 9f77af24-75fd-4fad-abc7-659238c2a870 [pid: 7|app: 0|req: 89/179] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:36:15 2026] POST /v2.0/networks => generated 729 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/180] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:36:15 2026] POST /v2.0/networks => generated 724 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:15.870 7 INFO neutron.db.segments_db [None req-7fe82dcc-48f2-4ee5-a982-1a98b2eed573 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 4112abb4-d231-477a-8500-cc1a6e424b76 of type vxlan for network b0a2f795-ef45-4780-8fc3-eb2b139d3a95 [pid: 8|app: 0|req: 92/181] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:15 2026] POST /v2.0/subnets => generated 695 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/182] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:36:15 2026] POST /v2.0/networks => generated 726 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:16.015 7 INFO neutron.db.segments_db [None req-a28315fe-c116-453b-a1c2-66f714c3fe8a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b of type vxlan for network d249b98a-f2f4-4d03-b64e-ac5003bff5f9 [pid: 8|app: 0|req: 93/183] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:15 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:16.250 7 INFO neutron.db.l3_hamode_db [None req-a28315fe-c116-453b-a1c2-66f714c3fe8a 5852331bee0b4c3d9348f263597c2d07 84977fbb31804563921f05ce49b89533 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 94/184] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:16 2026] POST /v2.0/subnets => generated 692 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:16.424 8 INFO neutron.db.segments_db [None req-ee569958-cf23-45f1-869d-cbf839bca185 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 19d982c6-8346-4fd7-9d83-04809d55e60b of type vxlan for network 23b41e25-3ac2-4164-bbc7-0543300f68fe 2026-04-23 10:36:16.683 8 INFO neutron.db.l3_hamode_db [None req-ee569958-cf23-45f1-869d-cbf839bca185 5852331bee0b4c3d9348f263597c2d07 78347ab30db245d7a375b34227e579d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:36:17.253 7 INFO neutron.db.l3_hamode_db [None req-a28315fe-c116-453b-a1c2-66f714c3fe8a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:36:17.649 8 INFO neutron.db.l3_hamode_db [None req-ee569958-cf23-45f1-869d-cbf839bca185 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 91/185] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:15 2026] POST /v2.0/routers => generated 735 bytes in 2729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/186] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:16 2026] POST /v2.0/routers => generated 732 bytes in 2507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:18.915 8 INFO neutron.db.segments_db [None req-bfaa3d60-09e7-4f43-b9f3-4e456b9d5f50 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 5ac880d6-de27-4777-84a6-a0c2715ffee1 of type vxlan for network 5d8917be-333a-47c6-a582-745745d48738 [pid: 7|app: 0|req: 92/187] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:18 2026] GET /v2.0/security-groups?tenant_id=7e1b718de44e4536be4b429c5d828690&name=default => generated 2921 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:36:19.149 8 INFO neutron.db.l3_hamode_db [None req-bfaa3d60-09e7-4f43-b9f3-4e456b9d5f50 5852331bee0b4c3d9348f263597c2d07 eeed802b9c6e4accb31660072356d832 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:36:19.945 8 INFO neutron.db.l3_hamode_db [None req-bfaa3d60-09e7-4f43-b9f3-4e456b9d5f50 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 95/190] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:18 2026] PUT /v2.0/routers/7c7ba279-c2a0-4bc6-b604-3f9288233b27/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/191] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:18 2026] POST /v2.0/routers => generated 732 bytes in 2004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/192] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:20 2026] DELETE /v2.0/security-groups/7b8aeab3-f841-4fe0-ac8e-883b42f39ea0 => 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: 96/193] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:20 2026] PUT /v2.0/routers/a64ddf2f-2d3e-41dd-8bcc-4c8d2772652d/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/194] 10.0.0.242 () {38 vars in 970 bytes} [Thu Apr 23 10:36:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/195] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:22 2026] GET /v2.0/security-groups/6c48309e-d4c5-4995-afdb-a527d622bb50 => generated 1681 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/196] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:20 2026] PUT /v2.0/routers/6004159f-edee-4fe3-a710-3028cc4067a0/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/197] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:36:22 2026] GET /v2.0/networks?id=9e04075d-fd38-4acf-be50-09da3a7f6d81 => generated 677 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/198] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:36:22 2026] GET /v2.0/quotas/78347ab30db245d7a375b34227e579d8 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/199] 10.0.0.242 () {38 vars in 980 bytes} [Thu Apr 23 10:36:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/200] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:36:22 2026] GET /v2.0/ports?tenant_id=78347ab30db245d7a375b34227e579d8&fields=id => generated 103 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/201] 10.0.0.242 () {38 vars in 970 bytes} [Thu Apr 23 10:36:22 2026] POST /v2.0/security-groups => generated 1685 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/202] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:22 2026] GET /v2.0/security-groups/9d3d4dac-2fe9-461a-bb2f-3b885ffb7898 => generated 1685 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/203] 10.0.0.242 () {38 vars in 980 bytes} [Thu Apr 23 10:36:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/204] 10.0.0.242 () {34 vars in 906 bytes} [Thu Apr 23 10:36:22 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81?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: 104/206] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81?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: 103/207] 10.0.0.242 () {38 vars in 970 bytes} [Thu Apr 23 10:36:22 2026] POST /v2.0/security-groups => generated 1682 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/9d3d4dac-2fe9-461a-bb2f-3b885ffb7898 => generated 2310 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 10.0.0.242 () {38 vars in 980 bytes} [Thu Apr 23 10:36:23 2026] POST /v2.0/security-group-rules => generated 619 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => 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: 106/211] 10.0.0.242 () {38 vars in 970 bytes} [Thu Apr 23 10:36:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/9d3d4dac-2fe9-461a-bb2f-3b885ffb7898 => generated 2940 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/213] 10.0.0.242 () {34 vars in 1000 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-group-rules/1ea460a5-bf65-4291-a5f4-bed3d33d45a5 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/9d3d4dac-2fe9-461a-bb2f-3b885ffb7898 => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 10.0.0.242 () {38 vars in 970 bytes} [Thu Apr 23 10:36:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 10.0.0.242 () {36 vars in 1022 bytes} [Thu Apr 23 10:36:23 2026] DELETE /v2.0/security-group-rules/1ea460a5-bf65-4291-a5f4-bed3d33d45a5 => 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: 108/217] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups?tenant_id=eeed802b9c6e4accb31660072356d832 => generated 7907 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/9d3d4dac-2fe9-461a-bb2f-3b885ffb7898 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/8d3ce8d3-e6d2-4f15-aa4f-5b142953d55f => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/220] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/8d3ce8d3-e6d2-4f15-aa4f-5b142953d55f => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 10.0.0.242 () {36 vars in 1012 bytes} [Thu Apr 23 10:36:23 2026] DELETE /v2.0/security-groups/9d3d4dac-2fe9-461a-bb2f-3b885ffb7898 => 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: 111/222] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/198a6293-8c76-4c3f-a601-101a22ae5d17 => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:23 2026] GET /v2.0/security-groups/6c48309e-d4c5-4995-afdb-a527d622bb50 => generated 2306 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 10.0.0.242 () {36 vars in 1012 bytes} [Thu Apr 23 10:36:23 2026] DELETE /v2.0/security-groups/198a6293-8c76-4c3f-a601-101a22ae5d17 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:24.093 7 INFO neutron.api.v2.resource [req-281c1479-7416-469c-a122-b9ea83da19c7 req-c7adac89-44d7-4cf4-80bb-035f3305696c 7e01e115cff54f99857ad435361046dc eeed802b9c6e4accb31660072356d832 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 113/225] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/198a6293-8c76-4c3f-a601-101a22ae5d17 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/226] 10.0.0.242 () {36 vars in 1012 bytes} [Thu Apr 23 10:36:23 2026] DELETE /v2.0/security-groups/6c48309e-d4c5-4995-afdb-a527d622bb50 => 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: 114/227] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/a279f9d0-9a84-44c2-831f-d91336a2b694 => generated 1682 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/228] 10.0.0.242 () {36 vars in 1012 bytes} [Thu Apr 23 10:36:24 2026] DELETE /v2.0/security-groups/a279f9d0-9a84-44c2-831f-d91336a2b694 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:24.332 8 INFO neutron.api.v2.resource [req-a9961fb9-f1b9-473d-991f-6ef88d74d520 req-15a10d1f-6da2-42f8-8525-36dddda234ea 7e01e115cff54f99857ad435361046dc eeed802b9c6e4accb31660072356d832 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 116/229] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/a279f9d0-9a84-44c2-831f-d91336a2b694 => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/324eecc8-b2af-446e-a589-b561d1dc7354 => generated 1682 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/231] 10.0.0.242 () {36 vars in 1012 bytes} [Thu Apr 23 10:36:24 2026] DELETE /v2.0/security-groups/324eecc8-b2af-446e-a589-b561d1dc7354 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:24.537 8 INFO neutron.api.v2.resource [req-4d6a320d-4cd9-4dd5-befc-f964a749d510 req-f5c546f6-172d-4924-a67f-41b50754f76d 7e01e115cff54f99857ad435361046dc eeed802b9c6e4accb31660072356d832 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 119/232] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/324eecc8-b2af-446e-a589-b561d1dc7354 => 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: 120/233] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups?tenant_id=eeed802b9c6e4accb31660072356d832 => generated 2921 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/234] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:24.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-1945934e-3985-44b3-87f4-e44ff3bf9eca 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 0b285609-8ef9-4200-9368-3fc53982f7d2 [pid: 8|app: 0|req: 122/235] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/8d3ce8d3-e6d2-4f15-aa4f-5b142953d55f => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:36:24.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1945934e-3985-44b3-87f4-e44ff3bf9eca 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 0b285609-8ef9-4200-9368-3fc53982f7d2 [pid: 8|app: 0|req: 123/236] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/8d3ce8d3-e6d2-4f15-aa4f-5b142953d55f => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:36:24.760 8 INFO neutron.api.v2.resource [req-a2d87a8a-3617-43cd-bc6e-42e942092fc3 req-717a57cf-52d9-40e9-8a18-5a743a1262fb 7e01e115cff54f99857ad435361046dc eeed802b9c6e4accb31660072356d832 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 124/237] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/324eecc8-b2af-446e-a589-b561d1dc7354 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:36:24.797 8 INFO neutron.api.v2.resource [req-f9c4314d-da14-4fcd-80bb-6a1345b3abad req-135eabe4-11ca-4524-a5cb-8ce49eabdada 7e01e115cff54f99857ad435361046dc eeed802b9c6e4accb31660072356d832 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 125/238] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/a279f9d0-9a84-44c2-831f-d91336a2b694 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:36:24.835 8 INFO neutron.api.v2.resource [req-2076141a-f533-472e-83ed-dd13c783306b req-6a92aa71-1110-4627-9e15-872af98d69e4 7e01e115cff54f99857ad435361046dc eeed802b9c6e4accb31660072356d832 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 126/239] 10.0.0.242 () {34 vars in 990 bytes} [Thu Apr 23 10:36:24 2026] GET /v2.0/security-groups/198a6293-8c76-4c3f-a601-101a22ae5d17 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/240] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:36:24 2026] PUT /v2.0/routers/7c7ba279-c2a0-4bc6-b604-3f9288233b27/remove_router_interface => generated 309 bytes in 1238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:25.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-84287278-9473-4692-a1fd-d9e5c8edb356 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 16fa81e0-4fbd-451e-bc56-eba8d32e4322 2026-04-23 10:36:25.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84287278-9473-4692-a1fd-d9e5c8edb356 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 16fa81e0-4fbd-451e-bc56-eba8d32e4322 2026-04-23 10:36:25.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-f036759c-2a3e-4e60-8770-bca5a12b25d7 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 587fe243-aca0-4e29-9eb8-646fb255e0a5 2026-04-23 10:36:25.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f036759c-2a3e-4e60-8770-bca5a12b25d7 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 587fe243-aca0-4e29-9eb8-646fb255e0a5 2026-04-23 10:36:25.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-84287278-9473-4692-a1fd-d9e5c8edb356 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 36b699ec-5956-48d9-9777-448eb1b5beb8 2026-04-23 10:36:25.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84287278-9473-4692-a1fd-d9e5c8edb356 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 36b699ec-5956-48d9-9777-448eb1b5beb8 2026-04-23 10:36:25.921 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-84287278-9473-4692-a1fd-d9e5c8edb356 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - 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: 8|app: 0|req: 127/241] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:36:24 2026] PUT /v2.0/routers/6004159f-edee-4fe3-a710-3028cc4067a0/remove_router_interface => generated 309 bytes in 1501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:26.348 7 INFO neutron.db.l3_hamode_db [None req-84287278-9473-4692-a1fd-d9e5c8edb356 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network d249b98a-f2f4-4d03-b64e-ac5003bff5f9 was deleted as no HA routers are present in tenant 84977fbb31804563921f05ce49b89533. [pid: 7|app: 0|req: 115/242] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:25 2026] DELETE /v2.0/routers/7c7ba279-c2a0-4bc6-b604-3f9288233b27 => generated 0 bytes in 1007 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/243] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:26 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/244] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:26 2026] DELETE /v2.0/subnets/ee30007f-a78a-4929-aae7-060c1332fa6c => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:36:26.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-002fc165-b0a1-46d4-b631-5a8215452fc8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 6df4d497-0011-475a-a442-80905bedda85 2026-04-23 10:36:26.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-002fc165-b0a1-46d4-b631-5a8215452fc8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 6df4d497-0011-475a-a442-80905bedda85 [pid: 8|app: 0|req: 130/245] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:36:26 2026] DELETE /v2.0/networks/9f77af24-75fd-4fad-abc7-659238c2a870 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:36:26.960 7 INFO neutron.services.segments.plugin [-] Segment 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b resource provider aggregate not found 2026-04-23 10:36:26.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-c463b8d3-00b7-4624-ae6b-a8bec31da40a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: c54aab6f-c5b3-4f86-8d7d-af1b1daa1ff8 2026-04-23 10:36:26.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c463b8d3-00b7-4624-ae6b-a8bec31da40a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: c54aab6f-c5b3-4f86-8d7d-af1b1daa1ff8 2026-04-23 10:36:26.984 7 INFO neutron.services.segments.plugin [-] Segment 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b found for delete ", "request_id": "req-a4bbd3b4-1b50-480a-a96a-b0ba067f29c3"}]} 2026-04-23 10:36:27.045 7 INFO neutron.services.segments.plugin [-] Segment 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b resource provider aggregate not found 2026-04-23 10:36:27.064 7 INFO neutron.services.segments.plugin [-] Segment 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55ed47c1-3177-44cf-bde8-0de3f7f3ae7b found for delete ", "request_id": "req-9b110fd3-b43a-4718-8324-9d124f53ff56"}]} [pid: 8|app: 0|req: 131/246] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:27 2026] GET /v2.0/security-groups?tenant_id=84977fbb31804563921f05ce49b89533&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:36:27.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-c463b8d3-00b7-4624-ae6b-a8bec31da40a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: f7536261-c07c-47cf-90c7-f8abb4409d52 2026-04-23 10:36:27.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c463b8d3-00b7-4624-ae6b-a8bec31da40a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: f7536261-c07c-47cf-90c7-f8abb4409d52 [pid: 8|app: 0|req: 132/247] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:27 2026] DELETE /v2.0/security-groups/32aa63bb-6906-4698-bf34-f50ae7c00e04 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:27.473 8 INFO neutron.services.segments.plugin [-] Segment 1606266b-b5b6-4fd0-9df0-a48883103193 resource provider aggregate not found [pid: 8|app: 0|req: 133/248] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:27 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:27.474 8 INFO neutron.services.segments.plugin [-] Segment 1606266b-b5b6-4fd0-9df0-a48883103193 resource provider aggregate not found 2026-04-23 10:36:27.498 8 INFO neutron.services.segments.plugin [-] Segment 1606266b-b5b6-4fd0-9df0-a48883103193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1606266b-b5b6-4fd0-9df0-a48883103193 found for delete ", "request_id": "req-f82ae306-3fd8-4b42-b150-91aa011c2b18"}]} 2026-04-23 10:36:27.508 8 INFO neutron.services.segments.plugin [-] Segment 1606266b-b5b6-4fd0-9df0-a48883103193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1606266b-b5b6-4fd0-9df0-a48883103193 found for delete ", "request_id": "req-b7e86906-0bc7-48ec-bcdb-556e2be1ae64"}]} 2026-04-23 10:36:27.686 7 INFO neutron.db.l3_hamode_db [None req-c463b8d3-00b7-4624-ae6b-a8bec31da40a 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network 5d8917be-333a-47c6-a582-745745d48738 was deleted as no HA routers are present in tenant eeed802b9c6e4accb31660072356d832. [pid: 7|app: 0|req: 116/249] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:26 2026] DELETE /v2.0/routers/6004159f-edee-4fe3-a710-3028cc4067a0 => generated 0 bytes in 1330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/250] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:27 2026] DELETE /v2.0/subnets/3ab38e95-1b82-418a-80d8-9e8121fded6e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:36:27.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd1f464a-7a3b-4cac-9d0f-aab601f64364 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: fc8ca239-b1b8-4378-80d5-d61d701c9275 2026-04-23 10:36:27.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd1f464a-7a3b-4cac-9d0f-aab601f64364 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: fc8ca239-b1b8-4378-80d5-d61d701c9275 [pid: 7|app: 0|req: 117/251] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:36:27 2026] DELETE /v2.0/networks/b0a2f795-ef45-4780-8fc3-eb2b139d3a95 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/252] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:28 2026] GET /v2.0/security-groups?tenant_id=eeed802b9c6e4accb31660072356d832&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/253] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:28 2026] DELETE /v2.0/security-groups/8d3ce8d3-e6d2-4f15-aa4f-5b142953d55f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/254] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:28 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => 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: 119/255] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:28 2026] GET /v2.0/security-groups?tenant_id=bb4fbea0161c448189c2cdd122edbd70&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/256] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:28 2026] DELETE /v2.0/security-groups/be3c29cd-8b01-467a-b875-7929a371b0cc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:29.007 7 INFO neutron.services.segments.plugin [-] Segment 5ac880d6-de27-4777-84a6-a0c2715ffee1 resource provider aggregate not found 2026-04-23 10:36:29.027 7 INFO neutron.services.segments.plugin [-] Segment 5ac880d6-de27-4777-84a6-a0c2715ffee1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ac880d6-de27-4777-84a6-a0c2715ffee1 found for delete ", "request_id": "req-5165b744-5eaf-4375-8b43-ded7fd4e8535"}]} 2026-04-23 10:36:29.044 7 INFO neutron.services.segments.plugin [-] Segment 4112abb4-d231-477a-8500-cc1a6e424b76 resource provider aggregate not found 2026-04-23 10:36:29.071 7 INFO neutron.services.segments.plugin [-] Segment 4112abb4-d231-477a-8500-cc1a6e424b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4112abb4-d231-477a-8500-cc1a6e424b76 found for delete ", "request_id": "req-fbb7432a-ee0c-46fc-b093-faf405075f5b"}]} 2026-04-23 10:36:29.091 7 INFO neutron.services.segments.plugin [-] Segment 5ac880d6-de27-4777-84a6-a0c2715ffee1 resource provider aggregate not found 2026-04-23 10:36:29.116 7 INFO neutron.services.segments.plugin [-] Segment 5ac880d6-de27-4777-84a6-a0c2715ffee1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ac880d6-de27-4777-84a6-a0c2715ffee1 found for delete ", "request_id": "req-33853a1c-f423-461a-b9ab-12eeb8581da0"}]} 2026-04-23 10:36:29.136 7 INFO neutron.services.segments.plugin [-] Segment 4112abb4-d231-477a-8500-cc1a6e424b76 resource provider aggregate not found 2026-04-23 10:36:29.154 7 INFO neutron.services.segments.plugin [-] Segment 4112abb4-d231-477a-8500-cc1a6e424b76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4112abb4-d231-477a-8500-cc1a6e424b76 found for delete ", "request_id": "req-5213c382-0dcf-4a46-9936-bf53abc8002e"}]} [pid: 7|app: 0|req: 120/257] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:29 2026] GET /v2.0/security-groups?tenant_id=5a8a5a6bbbc447c09af46ff0b17c0c31&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/258] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:29 2026] DELETE /v2.0/security-groups/89903e15-ef3d-4b79-9336-a76fe73da453 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:29.707 8 INFO neutron.db.segments_db [None req-5fd68926-ab13-4f4a-9140-c8156e24ea44 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 08ea6d34-c7a1-49f3-aaae-346de8300125 of type vxlan for network f1e4eddd-cad3-4c43-a617-9258d06cc0e9 [pid: 7|app: 0|req: 122/259] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:29 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/260] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:36:29 2026] POST /v2.0/networks => generated 724 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/261] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:29 2026] POST /v2.0/subnets => generated 690 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:30.131 8 INFO neutron.db.segments_db [None req-87cbf711-7e64-41e4-899e-24310f21935f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 53b27ba3-7f43-4715-91ba-c0118eeaf663 of type vxlan for network 01eac68b-beb6-4d34-a298-1b1d126c586a 2026-04-23 10:36:30.430 8 INFO neutron.db.l3_hamode_db [None req-87cbf711-7e64-41e4-899e-24310f21935f 5852331bee0b4c3d9348f263597c2d07 a383e34f2a6d4703be3b34f9f816b640 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 124/262] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:36:30 2026] GET /v2.0/networks?id=9e04075d-fd38-4acf-be50-09da3a7f6d81 => generated 677 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:30.845 7 INFO neutron.db.segments_db [None req-537edf20-d809-4457-82fe-52dfc6d435e7 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 4d3685da-42c0-4c80-9e90-b8d79fc6c153 of type vxlan for network 9f5be408-aa93-49df-8c1d-782acc617bd5 [pid: 7|app: 0|req: 125/263] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:36:30 2026] POST /v2.0/networks => generated 733 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:31.225 8 INFO neutron.db.l3_hamode_db [None req-87cbf711-7e64-41e4-899e-24310f21935f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 126/264] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:36:30 2026] POST /v2.0/ports => generated 958 bytes in 490 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: 127/265] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:31 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/266] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:31 2026] POST /v2.0/subnets => generated 699 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/267] 199.204.45.155 () {34 vars in 910 bytes} [Thu Apr 23 10:36:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/268] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:31 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:31.810 7 INFO neutron.db.segments_db [None req-23790fef-e1cd-4c1c-b24f-8d1069598f75 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 17bbeee9-d41d-4407-8a8a-743d0cbb8fab of type vxlan for network afac42fe-649f-40d2-87fd-6b186bda894a 2026-04-23 10:36:32.090 7 INFO neutron.db.l3_hamode_db [None req-23790fef-e1cd-4c1c-b24f-8d1069598f75 5852331bee0b4c3d9348f263597c2d07 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 139/271] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:30 2026] POST /v2.0/routers => generated 730 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/272] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:36:32 2026] PUT /v2.0/ports/419225fa-9bd9-4c67-a1db-c543d2b2e433 => generated 1239 bytes in 503 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-04-23 10:36:32.943 7 INFO neutron.db.l3_hamode_db [None req-23790fef-e1cd-4c1c-b24f-8d1069598f75 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:36:33.451 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80ff28b0-3762-443f-824e-4ecec2b77fcb'] response: {'name': 'network-changed', 'server_uuid': '435b4b46-768f-468c-acf5-61b42f775907', 'tag': '419225fa-9bd9-4c67-a1db-c543d2b2e433', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 133/273] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:31 2026] POST /v2.0/routers => generated 739 bytes in 2187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/274] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:33 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/275] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:32 2026] PUT /v2.0/routers/cec4eb0e-4826-43de-acda-463e02d4cf6e/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/276] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/ports?tenant_id=78347ab30db245d7a375b34227e579d8&device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/277] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:33 2026] GET /v2.0/security-groups?tenant_id=96b4ec8dcd6946bf85b7434017631ca1&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/278] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&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: 7|app: 0|req: 137/279] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=419225fa-9bd9-4c67-a1db-c543d2b2e433 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/280] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:34 2026] DELETE /v2.0/security-groups/d5cd94c0-9a7f-4348-9c6f-556480b583bb => 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: 139/281] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/subnets?id=11358a72-8d6c-4208-821f-4cc92596a123 => generated 695 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/282] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/ports?network_id=9e04075d-fd38-4acf-be50-09da3a7f6d81&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/283] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81?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: 142/284] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/security-groups?tenant_id=77c14c4a177244a9843fbf8c35efd431&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/285] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:36:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/286] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:36:34 2026] GET /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81?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: 145/287] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:34 2026] DELETE /v2.0/security-groups/15464e51-9725-45e1-8251-525ceca07525 => 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: 146/288] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:36:34 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: 147/289] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:36:35 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: 143/290] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:34 2026] PUT /v2.0/routers/ef1f42fb-fdb4-45cf-b26a-7d0444b4daa3/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/291] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:35 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => 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: 145/292] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:35 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/293] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:36:35 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/294] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:35 2026] GET /v2.0/ports?tenant_id=78347ab30db245d7a375b34227e579d8&device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/295] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:36:35 2026] GET /v2.0/networks?id=9e04075d-fd38-4acf-be50-09da3a7f6d81 => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/296] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=419225fa-9bd9-4c67-a1db-c543d2b2e433 => 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: 149/297] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/subnets?id=11358a72-8d6c-4208-821f-4cc92596a123 => generated 695 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/298] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:36:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/299] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/ports?network_id=9e04075d-fd38-4acf-be50-09da3a7f6d81&device_owner=network%3Adhcp => generated 1244 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/300] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/301] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:36:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/302] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81?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: 153/303] 10.0.0.242 () {34 vars in 1097 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--568994075&fields=id&tenant_id=a383e34f2a6d4703be3b34f9f816b640 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/304] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:36:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/305] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/networks?id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9 => generated 675 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/306] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/quotas/a383e34f2a6d4703be3b34f9f816b640 => 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: 156/307] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/ports?tenant_id=a383e34f2a6d4703be3b34f9f816b640&fields=id => generated 103 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/308] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/309] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?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: 159/310] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => 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: 160/311] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&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: 161/312] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:36 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/313] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:36:36 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/314] 10.0.0.242 () {34 vars in 1097 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--103582883&fields=id&tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/315] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/316] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/quotas/98735dddce6b4ec9aef57d62ef0d6dd5 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/317] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&fields=id => generated 57 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/318] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/319] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?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: 165/320] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/321] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?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: 166/322] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:37 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 157/323] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:38 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/324] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:38 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/325] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:39 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 158/326] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:39 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/327] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:39 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 159/328] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:39 2026] GET /v2.0/security-groups?tenant_id=f8164554fe0146819e625ea0106348e7&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/329] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:39 2026] DELETE /v2.0/security-groups/c42996d6-c9e1-4409-af70-94c9c22148c2 => 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: 171/330] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:40 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 160/331] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:40 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/332] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:40 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/333] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:40 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 172/334] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:40 2026] GET /v2.0/security-groups?tenant_id=458eaf59bcb7428db39e055f63083f6a&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/335] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:40 2026] DELETE /v2.0/security-groups/1683347f-af3f-4d6d-931a-4f3af773f1bb => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/336] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:36:41 2026] GET /v2.0/networks?id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/337] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:36:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a383e34f2a6d4703be3b34f9f816b640 => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/338] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:41 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/339] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:41 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/340] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:41 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 168/341] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:41 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/342] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:36:41 2026] POST /v2.0/ports => generated 954 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/343] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:36:41 2026] PUT /v2.0/ports/bf998853-45ee-40b4-be69-9b2d8be992e2 => generated 1235 bytes in 559 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: 175/344] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:42 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 969 bytes in 66 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: 170/345] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:42 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/346] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:42 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 172/347] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:42 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/348] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:42 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:42.890 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5da54971-a532-4b9d-a8c0-e28b0424af55'] response: {'name': 'network-changed', 'server_uuid': '44c96114-143a-4870-b42e-9437e69962e3', 'tag': 'bf998853-45ee-40b4-be69-9b2d8be992e2', 'status': 'completed', 'code': 200} 2026-04-23 10:36:43.004 8 INFO neutron.db.segments_db [None req-beb43133-eb83-4927-8334-20233f2532e9 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Added segment 8db18977-d4da-4a32-a0d9-df779143c632 of type vxlan for network a64d3902-0a68-4dac-a4be-443393d312e7 [pid: 8|app: 0|req: 176/349] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:36:42 2026] POST /v2.0/networks => generated 626 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/350] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:36:43 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 684 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/351] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:43 2026] GET /v2.0/ports?tenant_id=a383e34f2a6d4703be3b34f9f816b640&device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/352] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:36:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/353] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:36:43 2026] POST /v2.0/ports => generated 774 bytes in 404 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: 180/354] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:36:43 2026] GET /v2.0/networks?tenant_id=a383e34f2a6d4703be3b34f9f816b640&shared=False => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:43.619 8 INFO neutron.db.segments_db [None req-e96a4004-fb1c-432c-b231-7125319fffab 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Added segment 1068bc55-4860-4d23-846a-a49bf39764ab of type vxlan for network a5be3058-bdbd-4330-8a80-dd1e0c91a286 [pid: 8|app: 0|req: 181/355] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:36:43 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/356] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:36:43 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: 183/357] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:43 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 175/358] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:36:43 2026] POST /v2.0/ports => generated 958 bytes in 483 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: 176/359] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:43 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/360] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:43 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/361] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/362] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&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: 185/363] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:36:44 2026] PUT /v2.0/ports/084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 1239 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 179/364] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:36:44 2026] POST /v2.0/ports => generated 950 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:44.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-098282c9-73e6-4c15-8bfe-5cded574e3ce'] response: {'name': 'network-changed', 'server_uuid': '11d5a2c6-6206-4405-a49e-62ec2adb42a6', 'tag': '084aebcb-8d2f-4af3-b9c5-d5a596d18896', '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: 186/365] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 975 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/366] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/367] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/ports?tenant_id=a383e34f2a6d4703be3b34f9f816b640&device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:36:44.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d46a70c-91b8-47f4-a8da-af965e863f06 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] TaaS: Handle Delete Port: 63b48c4b-624a-45db-bce1-042097d0d736 2026-04-23 10:36:44.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d46a70c-91b8-47f4-a8da-af965e863f06 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Tap Mirror: Handle Delete Port: 63b48c4b-624a-45db-bce1-042097d0d736 [pid: 8|app: 0|req: 189/368] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bf998853-45ee-40b4-be69-9b2d8be992e2 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/369] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/subnets?id=8cb3abbf-b5ab-47cb-a8a5-a5c6cbeaa5ec => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/370] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/ports?network_id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/371] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:36:44 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/372] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:36:44 2026] DELETE /v2.0/ports/63b48c4b-624a-45db-bce1-042097d0d736 => generated 0 bytes in 460 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/373] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:45.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4bf62ed9-ef67-4d8d-a404-fc91e6f922e4 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/374] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:36:45 2026] DELETE /v2.0/ports/63b48c4b-624a-45db-bce1-042097d0d736 => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:36:45.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66857455-8337-46e0-a442-448640783a4d 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/375] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/ports/63b48c4b-624a-45db-bce1-042097d0d736 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/376] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/377] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/networks?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&shared=False => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/378] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/379] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:36:45 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: 185/380] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/381] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:45 2026] DELETE /v2.0/subnets/5012e033-c222-41db-b3e2-cead9532f40d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/382] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/383] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => 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: 188/384] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:45.558 8 INFO neutron.services.segments.plugin [-] Segment 1068bc55-4860-4d23-846a-a49bf39764ab resource provider aggregate not found 2026-04-23 10:36:45.563 8 INFO neutron.services.segments.plugin [-] Segment 1068bc55-4860-4d23-846a-a49bf39764ab resource provider aggregate not found [pid: 7|app: 0|req: 189/385] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:45 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:45.585 8 INFO neutron.services.segments.plugin [-] Segment 1068bc55-4860-4d23-846a-a49bf39764ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1068bc55-4860-4d23-846a-a49bf39764ab found for delete ", "request_id": "req-f881f794-6512-4501-a9aa-d2aa58a5dd48"}]} 2026-04-23 10:36:45.590 8 INFO neutron.services.segments.plugin [-] Segment 1068bc55-4860-4d23-846a-a49bf39764ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1068bc55-4860-4d23-846a-a49bf39764ab found for delete ", "request_id": "req-58a3c823-3aa8-43c6-814e-32d153ad404e"}]} [pid: 8|app: 0|req: 197/386] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:36:45 2026] DELETE /v2.0/networks/a5be3058-bdbd-4330-8a80-dd1e0c91a286 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:36:45.687 7 INFO neutron.db.segments_db [None req-6ea7ee86-9f08-46f9-9c6c-b870d92822bc 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Added segment 8dc78520-2287-43fd-b4ed-645eddaf0b0a of type vxlan for network 73ba5a0c-c3bf-4b00-91be-0371a36005c1 [pid: 7|app: 0|req: 190/387] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:36:45 2026] POST /v2.0/networks => generated 613 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/388] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1242 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/389] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:45 2026] POST /v2.0/subnets => generated 626 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/393] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/subnets?id=960e73fb-a029-4c71-9e19-81c8e9e1e547 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/396] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/ports?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5&device_owner=network%3Adhcp => 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: 203/397] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?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: 204/398] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 205/399] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?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: 206/400] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/401] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/402] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:46 2026] GET /v2.0/security-groups?id=dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/403] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:36:46 2026] POST /v2.0/ports => generated 912 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:36:47.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a8bf96f-de49-4125-be60-d9f42b20c04f 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] TaaS: Handle Delete Port: 6e4fae28-ddce-43f7-8605-3c6d496aa2da 2026-04-23 10:36:47.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a8bf96f-de49-4125-be60-d9f42b20c04f 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Tap Mirror: Handle Delete Port: 6e4fae28-ddce-43f7-8605-3c6d496aa2da [pid: 8|app: 0|req: 209/404] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:36:46 2026] DELETE /v2.0/ports/6e4fae28-ddce-43f7-8605-3c6d496aa2da => generated 0 bytes in 431 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:36:47.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6ece04f-ab79-4e8f-82cf-c04d3dcfedf0 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/405] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:36:47 2026] GET /v2.0/ports/6e4fae28-ddce-43f7-8605-3c6d496aa2da => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/406] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:47 2026] DELETE /v2.0/subnets/ce2683dc-cc53-4869-8352-4cd8621dbdaf => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/407] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:47 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/408] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:47 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:47.777 7 INFO neutron.services.segments.plugin [-] Segment 8dc78520-2287-43fd-b4ed-645eddaf0b0a resource provider aggregate not found 2026-04-23 10:36:47.799 7 INFO neutron.services.segments.plugin [-] Segment 8dc78520-2287-43fd-b4ed-645eddaf0b0a resource provider aggregate not found 2026-04-23 10:36:47.807 7 INFO neutron.services.segments.plugin [-] Segment 8dc78520-2287-43fd-b4ed-645eddaf0b0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dc78520-2287-43fd-b4ed-645eddaf0b0a found for delete ", "request_id": "req-b8686caa-24d5-4ebe-b9ef-cb6555440df3"}]} 2026-04-23 10:36:47.821 7 INFO neutron.services.segments.plugin [-] Segment 8dc78520-2287-43fd-b4ed-645eddaf0b0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dc78520-2287-43fd-b4ed-645eddaf0b0a found for delete ", "request_id": "req-5c87fbb1-8a60-451d-8a50-68d6effb0690"}]} [pid: 7|app: 0|req: 197/409] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:36:47 2026] DELETE /v2.0/networks/73ba5a0c-c3bf-4b00-91be-0371a36005c1 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/410] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:36:47 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:48.001 8 INFO neutron_taas.services.taas.taas_plugin [req-ddb3b877-bfc7-4329-a6e0-1595134db22f req-29e4ee60-8fe0-4614-84e0-fcabe78b3d0d dd79289bbe894b929872c58cc9a12055 78347ab30db245d7a375b34227e579d8 - - default default] TaaS: Handle Delete Port: 419225fa-9bd9-4c67-a1db-c543d2b2e433 2026-04-23 10:36:48.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ddb3b877-bfc7-4329-a6e0-1595134db22f req-29e4ee60-8fe0-4614-84e0-fcabe78b3d0d dd79289bbe894b929872c58cc9a12055 78347ab30db245d7a375b34227e579d8 - - default default] Tap Mirror: Handle Delete Port: 419225fa-9bd9-4c67-a1db-c543d2b2e433 [pid: 7|app: 0|req: 198/411] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:36:47 2026] POST /v2.0/ports => generated 774 bytes in 317 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: 214/412] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:36:47 2026] DELETE /v2.0/ports/419225fa-9bd9-4c67-a1db-c543d2b2e433 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/413] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/414] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => 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: 216/415] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:48.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2050a82-ea58-4e39-851f-6693cafaa4dc'] response: {'server_uuid': '435b4b46-768f-468c-acf5-61b42f775907', 'name': 'network-vif-deleted', 'tag': '419225fa-9bd9-4c67-a1db-c543d2b2e433', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 200/416] 10.0.0.234 () {34 vars in 736 bytes} [Thu Apr 23 10:36:48 2026] PUT /v2.0/ports/e61446d9-0f4e-4558-a647-a5f91220e844 => generated 752 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:48.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-0da6e706-d3c1-4504-86e0-5d454f517d19 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] TaaS: Handle Delete Port: e61446d9-0f4e-4558-a647-a5f91220e844 2026-04-23 10:36:48.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0da6e706-d3c1-4504-86e0-5d454f517d19 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Tap Mirror: Handle Delete Port: e61446d9-0f4e-4558-a647-a5f91220e844 [pid: 8|app: 0|req: 217/417] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:36:48 2026] DELETE /v2.0/ports/e61446d9-0f4e-4558-a647-a5f91220e844 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 201/418] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports => generated 777 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:48.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94d98ed9-3709-4384-8ba1-bd8e2162b462 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 218/419] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports/e61446d9-0f4e-4558-a647-a5f91220e844 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/420] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports => generated 777 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/421] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports/279c7d04-54d4-4d32-9a75-62da8f85d9e1 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:48.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04564640-5484-4a32-be4e-92b231653519 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 220/422] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:36:48 2026] DELETE /v2.0/ports/6e4fae28-ddce-43f7-8605-3c6d496aa2da => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/423] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:48.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a588b826-057d-4903-80a3-2dd50dac89ed 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 221/424] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:48 2026] DELETE /v2.0/subnets/ce2683dc-cc53-4869-8352-4cd8621dbdaf => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:36:48.905 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe8f0d1f-57f0-411b-a239-6c55fb467080 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 222/425] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:48 2026] DELETE /v2.0/subnets/5012e033-c222-41db-b3e2-cead9532f40d => 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: 204/426] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:48 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&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-04-23 10:36:49.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-c60ba3e2-a4b0-4c71-bdd6-6f3e65cd626b 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] TaaS: Handle Delete Port: 279c7d04-54d4-4d32-9a75-62da8f85d9e1 2026-04-23 10:36:49.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c60ba3e2-a4b0-4c71-bdd6-6f3e65cd626b 9528012d452c4141bac387582ba0b186 8d29d9c3aca64b88b036bcc84184221d - - default default] Tap Mirror: Handle Delete Port: 279c7d04-54d4-4d32-9a75-62da8f85d9e1 [pid: 8|app: 0|req: 223/427] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:36:48 2026] DELETE /v2.0/ports/279c7d04-54d4-4d32-9a75-62da8f85d9e1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/428] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:36:49 2026] DELETE /v2.0/networks/a64d3902-0a68-4dac-a4be-443393d312e7 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/429] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:49 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/430] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:49 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 207/431] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:49 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&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-04-23 10:36:49.836 7 INFO neutron.services.segments.plugin [-] Segment 8db18977-d4da-4a32-a0d9-df779143c632 resource provider aggregate not found 2026-04-23 10:36:49.847 7 INFO neutron.services.segments.plugin [-] Segment 8db18977-d4da-4a32-a0d9-df779143c632 resource provider aggregate not found 2026-04-23 10:36:49.861 7 INFO neutron.services.segments.plugin [-] Segment 8db18977-d4da-4a32-a0d9-df779143c632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8db18977-d4da-4a32-a0d9-df779143c632 found for delete ", "request_id": "req-96e6a1f7-3b60-4585-9139-d2ae4b11a7b8"}]} 2026-04-23 10:36:49.864 7 INFO neutron.services.segments.plugin [-] Segment 8db18977-d4da-4a32-a0d9-df779143c632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8db18977-d4da-4a32-a0d9-df779143c632 found for delete ", "request_id": "req-af9fb1bb-dfde-4e60-9e6e-4b9eae5602c4"}]} [pid: 8|app: 0|req: 225/432] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:49 2026] GET /v2.0/security-groups?tenant_id=8d29d9c3aca64b88b036bcc84184221d&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/433] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:49 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/434] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:50 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/435] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:50 2026] DELETE /v2.0/security-groups/1214f4b2-3dd3-43b1-94e4-0d1264731f07 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/436] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:50 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/437] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:50 2026] GET /v2.0/ports?device_id=435b4b46-768f-468c-acf5-61b42f775907 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/438] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:50 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/439] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:50 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:50.901 8 INFO neutron.db.l3_db [None req-511b7d59-0b2f-435d-a0c9-c86350983e58 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] Floating IP bf263b4d-2256-4e56-92f0-fbd2f6dd642d associated. External IP: 10.96.250.213, port: bf998853-45ee-40b4-be69-9b2d8be992e2. [pid: 8|app: 0|req: 227/440] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:36:50 2026] PUT /v2.0/floatingips/bf263b4d-2256-4e56-92f0-fbd2f6dd642d => generated 855 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:51.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e4448df-3799-47e8-ae56-9e333c0ccf09'] response: {'name': 'network-changed', 'server_uuid': '44c96114-143a-4870-b42e-9437e69962e3', 'tag': 'bf998853-45ee-40b4-be69-9b2d8be992e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 228/441] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:51 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/442] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:51 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&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: 230/443] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:51 2026] GET /v2.0/ports?tenant_id=a383e34f2a6d4703be3b34f9f816b640&device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:36:51.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfdec3d8-ad16-4477-b161-2a289232d179 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 7f30d16c-7b0e-49b7-898e-7795af0f0293 [pid: 8|app: 0|req: 231/444] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:36:51 2026] GET /v2.0/networks?id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9 => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:51.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfdec3d8-ad16-4477-b161-2a289232d179 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 7f30d16c-7b0e-49b7-898e-7795af0f0293 [pid: 8|app: 0|req: 232/445] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:36:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bf998853-45ee-40b4-be69-9b2d8be992e2 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/446] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:36:52 2026] GET /v2.0/subnets?id=8cb3abbf-b5ab-47cb-a8a5-a5c6cbeaa5ec => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/447] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:36:52 2026] GET /v2.0/ports?network_id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/448] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:36:52 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:52.531 8 INFO neutron.db.segments_db [None req-a1d57a71-c81b-47c8-86a8-36bff52e670d dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment 12f39203-5634-4f53-b771-bf0a41bbd148 of type vxlan for network 3b55f731-02d5-454c-9546-4016a4ef2dd9 [pid: 8|app: 0|req: 236/449] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:36:52 2026] POST /v2.0/networks => generated 610 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/450] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:36:52 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?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) 2026-04-23 10:36:52.779 8 INFO neutron.db.segments_db [None req-3b7b686b-2286-4e17-97fe-bb543e402191 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment fa98c75d-92ee-4783-ae51-721630a2dd16 of type vxlan for network 712bca2c-85a5-4201-9e49-24d9811dc824 [pid: 8|app: 0|req: 238/451] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:36:52 2026] POST /v2.0/networks => generated 610 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/452] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:36:51 2026] PUT /v2.0/routers/a64ddf2f-2d3e-41dd-8bcc-4c8d2772652d/remove_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/453] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:53 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/454] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:52 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/455] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:53 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:53.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c5184cb-36a8-448a-bf5f-1905573b4bf8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 49636976-a406-451d-a179-f3ae722ca07a 2026-04-23 10:36:53.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c5184cb-36a8-448a-bf5f-1905573b4bf8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 49636976-a406-451d-a179-f3ae722ca07a [pid: 8|app: 0|req: 241/456] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:53 2026] POST /v2.0/subnets => generated 626 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/457] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:53 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:53.585 8 INFO neutron.db.segments_db [None req-859572be-afb8-487a-9243-3171067e26fb dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment 3d9a09db-b4fd-4568-8665-9da9115f2f86 of type vxlan for network b642681a-9b7f-4f29-a5a7-4dec82774d37 2026-04-23 10:36:53.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c5184cb-36a8-448a-bf5f-1905573b4bf8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 1bf5635d-2cba-4a06-8dbc-edc115fb9239 2026-04-23 10:36:53.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c5184cb-36a8-448a-bf5f-1905573b4bf8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 1bf5635d-2cba-4a06-8dbc-edc115fb9239 2026-04-23 10:36:53.860 8 INFO neutron.db.l3_hamode_db [None req-859572be-afb8-487a-9243-3171067e26fb dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:36:53.984 7 INFO neutron.services.segments.plugin [-] Segment 19d982c6-8346-4fd7-9d83-04809d55e60b resource provider aggregate not found 2026-04-23 10:36:53.988 7 INFO neutron.services.segments.plugin [-] Segment 19d982c6-8346-4fd7-9d83-04809d55e60b resource provider aggregate not found 2026-04-23 10:36:54.011 7 INFO neutron.services.segments.plugin [-] Segment 19d982c6-8346-4fd7-9d83-04809d55e60b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d982c6-8346-4fd7-9d83-04809d55e60b found for delete ", "request_id": "req-d71d2255-2dfc-4ad5-840e-16aaaeb4b240"}]} 2026-04-23 10:36:54.015 7 INFO neutron.services.segments.plugin [-] Segment 19d982c6-8346-4fd7-9d83-04809d55e60b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19d982c6-8346-4fd7-9d83-04809d55e60b found for delete ", "request_id": "req-a181adbb-cb6b-44ac-a994-5dbdb9f2370a"}]} 2026-04-23 10:36:54.028 7 INFO neutron.db.l3_hamode_db [None req-6c5184cb-36a8-448a-bf5f-1905573b4bf8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network 23b41e25-3ac2-4164-bbc7-0543300f68fe was deleted as no HA routers are present in tenant 78347ab30db245d7a375b34227e579d8. 2026-04-23 10:36:54.036 8 INFO neutron.db.l3_hamode_db [None req-859572be-afb8-487a-9243-3171067e26fb dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 216/458] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:53 2026] DELETE /v2.0/routers/a64ddf2f-2d3e-41dd-8bcc-4c8d2772652d => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:36:54.530 7 INFO neutron.db.l3_db [None req-739ff595-b616-4118-9333-f0a199bed794 ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] Floating IP bdb65010-acb1-487c-a454-744ea93869a7 associated. External IP: 10.96.250.215, port: 084aebcb-8d2f-4af3-b9c5-d5a596d18896. [pid: 8|app: 0|req: 243/459] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:36:53 2026] POST /v2.0/routers => generated 507 bytes in 1171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/460] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:54 2026] DELETE /v2.0/subnets/11358a72-8d6c-4208-821f-4cc92596a123 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/461] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:36:54 2026] PUT /v2.0/floatingips/bdb65010-acb1-487c-a454-744ea93869a7 => generated 856 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:54.993 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9be2fc7-1fde-48c4-9603-e7f17321ba3f'] response: {'name': 'network-changed', 'server_uuid': '11d5a2c6-6206-4405-a49e-62ec2adb42a6', 'tag': '084aebcb-8d2f-4af3-b9c5-d5a596d18896', 'status': 'completed', 'code': 200} 2026-04-23 10:36:55.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-b954640c-8208-4b6e-9eaf-e6476177a0ff 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 95039e0f-2ce4-4c32-b3b8-e2ed05b91c7a 2026-04-23 10:36:55.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b954640c-8208-4b6e-9eaf-e6476177a0ff 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 95039e0f-2ce4-4c32-b3b8-e2ed05b91c7a [pid: 7|app: 0|req: 218/462] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:36:54 2026] DELETE /v2.0/networks/9e04075d-fd38-4acf-be50-09da3a7f6d81 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/463] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 220/464] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/465] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/466] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/security-groups?tenant_id=78347ab30db245d7a375b34227e579d8&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/467] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/468] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:55 2026] DELETE /v2.0/security-groups/dfff0d8a-48b5-4dcc-862e-a8eb9ee7fd3d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/469] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/470] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/subnets?id=960e73fb-a029-4c71-9e19-81c8e9e1e547 => 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: 227/471] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/ports?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5&device_owner=network%3Adhcp => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/472] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/473] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:36:55 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:36:56.048 7 INFO neutron.services.segments.plugin [-] Segment d27c9e0a-786e-4212-93e4-caca9900cc08 resource provider aggregate not found 2026-04-23 10:36:56.052 7 INFO neutron.services.segments.plugin [-] Segment d27c9e0a-786e-4212-93e4-caca9900cc08 resource provider aggregate not found 2026-04-23 10:36:56.069 7 INFO neutron.services.segments.plugin [-] Segment d27c9e0a-786e-4212-93e4-caca9900cc08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d27c9e0a-786e-4212-93e4-caca9900cc08 found for delete ", "request_id": "req-6eabff51-e79b-4e69-964d-15b41cbf4442"}]} 2026-04-23 10:36:56.099 7 INFO neutron.services.segments.plugin [-] Segment d27c9e0a-786e-4212-93e4-caca9900cc08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d27c9e0a-786e-4212-93e4-caca9900cc08 found for delete ", "request_id": "req-7a72e0f5-09ff-4fc0-99ba-06efa4f891a3"}]} [pid: 8|app: 0|req: 245/474] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:54 2026] PUT /v2.0/routers/271d6bc3-b081-42f7-900a-0ff50957578b/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/475] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:36:56 2026] GET /v2.0/ports/67f86e94-21da-43ef-ac6c-3529c6a4cd03 => generated 955 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/476] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:36:56 2026] PUT /v2.0/routers/271d6bc3-b081-42f7-900a-0ff50957578b/add_router_interface => generated 309 bytes in 1560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/477] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:36:58 2026] GET /v2.0/ports/f8e358e2-2bb6-4718-b91d-ada30ac3b7c5 => generated 955 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:58.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-690a6f95-f02a-471f-b212-843c043b2a6c dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: f8e358e2-2bb6-4718-b91d-ada30ac3b7c5 2026-04-23 10:36:58.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690a6f95-f02a-471f-b212-843c043b2a6c dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: f8e358e2-2bb6-4718-b91d-ada30ac3b7c5 [pid: 8|app: 0|req: 247/478] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:36:58 2026] PUT /v2.0/routers/271d6bc3-b081-42f7-900a-0ff50957578b/remove_router_interface => generated 309 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:36:59.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-b57c347e-0646-47d4-906b-2e031c1947b9 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: 67f86e94-21da-43ef-ac6c-3529c6a4cd03 2026-04-23 10:36:59.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b57c347e-0646-47d4-906b-2e031c1947b9 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: 67f86e94-21da-43ef-ac6c-3529c6a4cd03 [pid: 8|app: 0|req: 248/479] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:36:59 2026] GET /v2.0/security-groups?tenant_id=35aa54a2265a437090167f8c24092b80&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/480] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:36:59 2026] DELETE /v2.0/security-groups/6df56cdc-d6a4-4497-bbcf-deaa885f6ef7 => 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: 232/481] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:36:58 2026] PUT /v2.0/routers/271d6bc3-b081-42f7-900a-0ff50957578b/remove_router_interface => generated 309 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/482] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:36:59 2026] GET /v2.0/ports?device_id=271d6bc3-b081-42f7-900a-0ff50957578b => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:00.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-df9c4aea-4eeb-4b4d-8afb-4c6a8c4a1975 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: fc35817c-b5b3-466e-8ac0-a89d953929f4 2026-04-23 10:37:00.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df9c4aea-4eeb-4b4d-8afb-4c6a8c4a1975 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: fc35817c-b5b3-466e-8ac0-a89d953929f4 2026-04-23 10:37:00.520 7 INFO neutron.services.segments.plugin [-] Segment 3d9a09db-b4fd-4568-8665-9da9115f2f86 resource provider aggregate not found 2026-04-23 10:37:00.530 7 INFO neutron.services.segments.plugin [-] Segment 3d9a09db-b4fd-4568-8665-9da9115f2f86 resource provider aggregate not found 2026-04-23 10:37:00.547 7 INFO neutron.services.segments.plugin [-] Segment 3d9a09db-b4fd-4568-8665-9da9115f2f86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d9a09db-b4fd-4568-8665-9da9115f2f86 found for delete ", "request_id": "req-55ce1cf1-d679-4570-9360-cc2445057700"}]} 2026-04-23 10:37:00.551 7 INFO neutron.services.segments.plugin [-] Segment 3d9a09db-b4fd-4568-8665-9da9115f2f86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d9a09db-b4fd-4568-8665-9da9115f2f86 found for delete ", "request_id": "req-0a2de73f-b8f1-4c99-bb93-76bdaa7744b8"}]} 2026-04-23 10:37:00.555 7 INFO neutron.db.l3_hamode_db [None req-df9c4aea-4eeb-4b4d-8afb-4c6a8c4a1975 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] HA network b642681a-9b7f-4f29-a5a7-4dec82774d37 was deleted as no HA routers are present in tenant 921d55d537d94a6d90a5a5e001660051. [pid: 7|app: 0|req: 233/483] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:36:59 2026] DELETE /v2.0/routers/271d6bc3-b081-42f7-900a-0ff50957578b => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/484] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:00 2026] DELETE /v2.0/subnets/4b04af3b-08f3-4633-9974-237f340e84e0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/485] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:00 2026] DELETE /v2.0/subnets/56c24c26-3d40-494f-83cf-4a90fda652c6 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/486] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:00 2026] DELETE /v2.0/networks/712bca2c-85a5-4201-9e49-24d9811dc824 => 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: 252/487] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:37:00 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 1240 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:37:01.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-d15f97ff-863a-42bc-bdb5-47cccf13f3b9 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: fe38b15c-787d-4a48-9136-4a69e5b9469d 2026-04-23 10:37:01.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d15f97ff-863a-42bc-bdb5-47cccf13f3b9 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: fe38b15c-787d-4a48-9136-4a69e5b9469d [pid: 8|app: 0|req: 253/488] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:01 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&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: 236/489] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:01 2026] DELETE /v2.0/networks/3b55f731-02d5-454c-9546-4016a4ef2dd9 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:01.469 8 INFO neutron.db.segments_db [None req-d1caf0e9-a4d2-49c4-8aa7-df1994ee7f56 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 of type vxlan for network 910c34c5-3a50-411f-8d23-9af5827d6417 [pid: 8|app: 0|req: 254/492] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:01 2026] POST /v2.0/networks => generated 610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/493] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:01 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:01.858 8 INFO neutron.db.segments_db [None req-d89c8f34-4cf5-4f77-946f-f39e9dcce0d1 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment 8787559a-29d4-4bcf-80dc-6f0611772b30 of type vxlan for network 47ab0583-7b93-48ef-aa32-83a353da157f 2026-04-23 10:37:02.125 8 INFO neutron.db.l3_hamode_db [None req-d89c8f34-4cf5-4f77-946f-f39e9dcce0d1 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:37:02.248 8 INFO neutron.db.l3_hamode_db [None req-d89c8f34-4cf5-4f77-946f-f39e9dcce0d1 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:37:02.568 7 INFO neutron.services.segments.plugin [-] Segment fa98c75d-92ee-4783-ae51-721630a2dd16 resource provider aggregate not found 2026-04-23 10:37:02.570 7 INFO neutron.services.segments.plugin [-] Segment fa98c75d-92ee-4783-ae51-721630a2dd16 resource provider aggregate not found 2026-04-23 10:37:02.590 7 INFO neutron.services.segments.plugin [-] Segment fa98c75d-92ee-4783-ae51-721630a2dd16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa98c75d-92ee-4783-ae51-721630a2dd16 found for delete ", "request_id": "req-2afac403-e2bf-488f-bac1-4164c020f609"}]} 2026-04-23 10:37:02.593 7 INFO neutron.services.segments.plugin [-] Segment fa98c75d-92ee-4783-ae51-721630a2dd16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa98c75d-92ee-4783-ae51-721630a2dd16 found for delete ", "request_id": "req-dbeb8799-4cec-4995-b9af-9586e901f0b0"}]} 2026-04-23 10:37:02.613 7 INFO neutron.services.segments.plugin [-] Segment 12f39203-5634-4f53-b771-bf0a41bbd148 resource provider aggregate not found 2026-04-23 10:37:02.618 7 INFO neutron.services.segments.plugin [-] Segment 12f39203-5634-4f53-b771-bf0a41bbd148 resource provider aggregate not found 2026-04-23 10:37:02.633 7 INFO neutron.services.segments.plugin [-] Segment 12f39203-5634-4f53-b771-bf0a41bbd148 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12f39203-5634-4f53-b771-bf0a41bbd148 found for delete ", "request_id": "req-4d4757d7-256d-4d5d-913f-2f0e3dfabd10"}]} 2026-04-23 10:37:02.634 7 INFO neutron.services.segments.plugin [-] Segment 12f39203-5634-4f53-b771-bf0a41bbd148 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12f39203-5634-4f53-b771-bf0a41bbd148 found for delete ", "request_id": "req-e7a47464-b6bf-4bfb-b29a-9b09a0b1456e"}]} [pid: 8|app: 0|req: 255/494] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:01 2026] POST /v2.0/routers => generated 507 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/495] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:37:02 2026] POST /v2.0/ports => generated 948 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 241/496] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:04 2026] GET /v2.0/security-groups?tenant_id=eee26ce224bb4ca095c1f90ba1bf602b&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/497] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:04 2026] DELETE /v2.0/security-groups/376b3805-12d0-479f-864d-76a197e6414b => 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: 243/498] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:04 2026] GET /v2.0/security-groups?tenant_id=c275a76c99954282a8e5d77c05277c8d&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/499] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:04 2026] DELETE /v2.0/security-groups/6d0e764d-39b5-4051-93c5-02ec5369ac7e => 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: 256/500] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:37:03 2026] PUT /v2.0/routers/6a089e2d-4449-4ad7-8358-74b69bc12dec/add_router_interface => generated 309 bytes in 1743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/501] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:37:05 2026] GET /v2.0/ports/2c78053f-365c-496f-bfdf-a844414a9453 => generated 1022 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:37:05.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-b11ad346-9594-42dd-a9e0-c4d8efa7bd83 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: 2c78053f-365c-496f-bfdf-a844414a9453 2026-04-23 10:37:05.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b11ad346-9594-42dd-a9e0-c4d8efa7bd83 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: 2c78053f-365c-496f-bfdf-a844414a9453 [pid: 8|app: 0|req: 257/502] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:37:05 2026] PUT /v2.0/routers/6a089e2d-4449-4ad7-8358-74b69bc12dec/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:06.087 7 INFO neutron.api.v2.resource [None req-34542266-c8c0-47ee-b5df-aefd985c2d0d dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/503] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:37:05 2026] PUT /v2.0/routers/6a089e2d-4449-4ad7-8358-74b69bc12dec/remove_router_interface => generated 197 bytes in 168 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: 258/504] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:06 2026] GET /v2.0/ports?device_id=6a089e2d-4449-4ad7-8358-74b69bc12dec => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:06.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-51e0c3b8-34d8-4199-a26d-5a68906f190b dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: 2848d804-ac7e-4a83-aa5e-5da98afd5d50 2026-04-23 10:37:06.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51e0c3b8-34d8-4199-a26d-5a68906f190b dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: 2848d804-ac7e-4a83-aa5e-5da98afd5d50 2026-04-23 10:37:06.753 7 INFO neutron.services.segments.plugin [-] Segment 8787559a-29d4-4bcf-80dc-6f0611772b30 resource provider aggregate not found 2026-04-23 10:37:06.758 7 INFO neutron.services.segments.plugin [-] Segment 8787559a-29d4-4bcf-80dc-6f0611772b30 resource provider aggregate not found 2026-04-23 10:37:06.781 7 INFO neutron.services.segments.plugin [-] Segment 8787559a-29d4-4bcf-80dc-6f0611772b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8787559a-29d4-4bcf-80dc-6f0611772b30 found for delete ", "request_id": "req-977d5141-c363-4b47-b963-2443a199e1ac"}]} 2026-04-23 10:37:06.784 7 INFO neutron.services.segments.plugin [-] Segment 8787559a-29d4-4bcf-80dc-6f0611772b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8787559a-29d4-4bcf-80dc-6f0611772b30 found for delete ", "request_id": "req-5e5371c8-95d4-470f-8d49-be7c7c82295e"}]} 2026-04-23 10:37:06.795 7 INFO neutron.db.l3_hamode_db [None req-51e0c3b8-34d8-4199-a26d-5a68906f190b dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] HA network 47ab0583-7b93-48ef-aa32-83a353da157f was deleted as no HA routers are present in tenant 921d55d537d94a6d90a5a5e001660051. [pid: 7|app: 0|req: 247/505] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:06 2026] DELETE /v2.0/routers/6a089e2d-4449-4ad7-8358-74b69bc12dec => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/506] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:06 2026] DELETE /v2.0/subnets/a11c82dd-21e2-4aa5-bb74-ec2c6da320ca => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/507] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:06 2026] DELETE /v2.0/networks/910c34c5-3a50-411f-8d23-9af5827d6417 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:07.163 8 INFO neutron.db.segments_db [None req-f910ca1b-db5a-47ea-830f-ce630f5d397a dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment 20b579d0-7862-4c88-9c85-4dd8dd789fb5 of type vxlan for network 6aad9860-7598-4794-aa0b-258a08865427 [pid: 8|app: 0|req: 260/508] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:07 2026] POST /v2.0/networks => generated 610 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/509] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:07 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:07.587 8 INFO neutron.db.segments_db [None req-4ab70501-37c7-4fdc-b74f-900cd944a070 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment 9d8bd12e-1e50-4b70-bcc8-60631766068c of type vxlan for network f08f8967-8233-4c43-a1e6-460d27d3068a 2026-04-23 10:37:07.850 8 INFO neutron.db.l3_hamode_db [None req-4ab70501-37c7-4fdc-b74f-900cd944a070 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:37:07.965 8 INFO neutron.db.l3_hamode_db [None req-4ab70501-37c7-4fdc-b74f-900cd944a070 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 261/510] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:07 2026] POST /v2.0/routers => generated 507 bytes in 976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:08.805 7 INFO neutron.services.segments.plugin [-] Segment 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 resource provider aggregate not found 2026-04-23 10:37:08.812 7 INFO neutron.services.segments.plugin [-] Segment 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 resource provider aggregate not found 2026-04-23 10:37:08.822 7 INFO neutron.services.segments.plugin [-] Segment 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 found for delete ", "request_id": "req-8090d1e7-e25d-43af-8796-0ea6786d516c"}]} 2026-04-23 10:37:08.834 7 INFO neutron.services.segments.plugin [-] Segment 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b4df7f6-f409-44a9-8c49-a2f1bbf655a4 found for delete ", "request_id": "req-6196908f-9e6c-40da-8129-3563c6e6a4db"}]} [pid: 8|app: 0|req: 262/511] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:37:08 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1244 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/512] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:08 2026] GET /v2.0/security-groups?tenant_id=ffcf248d1b8f4f77b3e391676c7630fc&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/513] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:09 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/514] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:09 2026] DELETE /v2.0/security-groups/6a2f5f87-27f0-4316-b855-672d2cbc197c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/515] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:09 2026] GET /v2.0/security-groups?tenant_id=cb0c678dd29e4208bb55aeea72729e75&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/516] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:09 2026] DELETE /v2.0/security-groups/e2d8ac71-fb3b-4c57-9727-f41c952cd444 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/517] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:37:08 2026] PUT /v2.0/routers/a4d83255-a31d-496d-8b81-ae0aafbb19c5/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/518] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:37:09 2026] GET /v2.0/ports/84075647-264f-438d-89d9-b3f9b206dd1a => generated 955 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:10.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cb02cb0-1b72-48a7-999d-1e686dae54c0 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: 84075647-264f-438d-89d9-b3f9b206dd1a 2026-04-23 10:37:10.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cb02cb0-1b72-48a7-999d-1e686dae54c0 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: 84075647-264f-438d-89d9-b3f9b206dd1a [pid: 7|app: 0|req: 251/519] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:37:09 2026] PUT /v2.0/routers/a4d83255-a31d-496d-8b81-ae0aafbb19c5/remove_router_interface => generated 309 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/520] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:10 2026] GET /v2.0/ports?device_id=a4d83255-a31d-496d-8b81-ae0aafbb19c5 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:10.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-26a404a1-76e6-48f3-a082-024f308a16a3 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: aa00a6d0-bb8e-41d2-9eb9-db69fb596705 2026-04-23 10:37:10.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26a404a1-76e6-48f3-a082-024f308a16a3 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: aa00a6d0-bb8e-41d2-9eb9-db69fb596705 [pid: 8|app: 0|req: 270/521] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:11 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:11.194 7 INFO neutron.services.segments.plugin [-] Segment 9d8bd12e-1e50-4b70-bcc8-60631766068c resource provider aggregate not found 2026-04-23 10:37:11.201 7 INFO neutron.services.segments.plugin [-] Segment 9d8bd12e-1e50-4b70-bcc8-60631766068c resource provider aggregate not found [pid: 8|app: 0|req: 271/522] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:11 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:11.224 7 INFO neutron.services.segments.plugin [-] Segment 9d8bd12e-1e50-4b70-bcc8-60631766068c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8bd12e-1e50-4b70-bcc8-60631766068c found for delete ", "request_id": "req-5136c0e3-031c-4520-b1b1-641c6de01dbe"}]} 2026-04-23 10:37:11.237 7 INFO neutron.services.segments.plugin [-] Segment 9d8bd12e-1e50-4b70-bcc8-60631766068c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8bd12e-1e50-4b70-bcc8-60631766068c found for delete ", "request_id": "req-79bb478a-f50d-4445-9e35-ff736ac4c1c3"}]} 2026-04-23 10:37:11.247 7 INFO neutron.db.l3_hamode_db [None req-26a404a1-76e6-48f3-a082-024f308a16a3 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] HA network f08f8967-8233-4c43-a1e6-460d27d3068a was deleted as no HA routers are present in tenant 921d55d537d94a6d90a5a5e001660051. [pid: 7|app: 0|req: 252/523] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:10 2026] DELETE /v2.0/routers/a4d83255-a31d-496d-8b81-ae0aafbb19c5 => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/524] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:11 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/525] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:11 2026] DELETE /v2.0/subnets/f091b028-319f-436f-a1c9-6c5dbfed6f7f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/526] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:11 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:11.528 8 INFO neutron.services.segments.plugin [-] Segment 20b579d0-7862-4c88-9c85-4dd8dd789fb5 resource provider aggregate not found 2026-04-23 10:37:11.533 8 INFO neutron.services.segments.plugin [-] Segment 20b579d0-7862-4c88-9c85-4dd8dd789fb5 resource provider aggregate not found 2026-04-23 10:37:11.554 8 INFO neutron.services.segments.plugin [-] Segment 20b579d0-7862-4c88-9c85-4dd8dd789fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b579d0-7862-4c88-9c85-4dd8dd789fb5 found for delete ", "request_id": "req-dadf4b05-cbf1-42a7-ab93-0030a3165552"}]} 2026-04-23 10:37:11.557 8 INFO neutron.services.segments.plugin [-] Segment 20b579d0-7862-4c88-9c85-4dd8dd789fb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b579d0-7862-4c88-9c85-4dd8dd789fb5 found for delete ", "request_id": "req-d652cf22-661d-4564-82b3-d63728cb9dd6"}]} [pid: 8|app: 0|req: 273/527] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:11 2026] DELETE /v2.0/networks/6aad9860-7598-4794-aa0b-258a08865427 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:11.648 7 INFO neutron.db.segments_db [None req-131dab55-0cc1-4a99-b670-37ece7aee2c8 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Added segment bf17e892-d896-41c9-bd4c-f6998254fde2 of type vxlan for network f177936e-9a61-47b7-a0f8-3c09f42be046 [pid: 8|app: 0|req: 274/528] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:11 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 275/529] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:11 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:11.900 7 INFO neutron.db.l3_hamode_db [None req-131dab55-0cc1-4a99-b670-37ece7aee2c8 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 276/530] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:12 2026] GET /v2.0/security-groups?tenant_id=bd67173243634f6eaa7d1b807a83a583&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/531] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:12 2026] DELETE /v2.0/security-groups/7fe88171-6024-4abb-90a0-6a2a1e0ffa93 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:12.768 7 INFO neutron.db.l3_hamode_db [None req-131dab55-0cc1-4a99-b670-37ece7aee2c8 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 278/532] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:12 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/533] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:12 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/534] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/ports?tenant_id=a383e34f2a6d4703be3b34f9f816b640&device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/535] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/networks?id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9 => generated 771 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/536] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=bf998853-45ee-40b4-be69-9b2d8be992e2 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/537] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/subnets?id=8cb3abbf-b5ab-47cb-a8a5-a5c6cbeaa5ec => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/538] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/ports?network_id=f1e4eddd-cad3-4c43-a617-9258d06cc0e9&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/539] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?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: 286/540] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9?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: 255/541] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:11 2026] POST /v2.0/routers => generated 688 bytes in 2223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/542] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/routers/28867b33-84bf-4798-830d-27adb032adff => generated 694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/543] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:14 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 289/544] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:14 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&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: 256/545] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:37:13 2026] GET /v2.0/routers => generated 697 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/546] 10.0.0.234 () {34 vars in 740 bytes} [Thu Apr 23 10:37:14 2026] PUT /v2.0/routers/28867b33-84bf-4798-830d-27adb032adff => generated 701 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/547] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:37:15 2026] GET /v2.0/routers/28867b33-84bf-4798-830d-27adb032adff => generated 701 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/548] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:15 2026] GET /v2.0/ports?device_id=28867b33-84bf-4798-830d-27adb032adff => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/549] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:15 2026] GET /v2.0/security-groups?tenant_id=6477284490e847a1a3d7085b8a6c5767&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/550] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:15 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 259/551] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:15 2026] DELETE /v2.0/security-groups/382695d7-ca5d-448b-b594-d23b9311ba98 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:15.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-206791ef-5f82-4141-b8b9-116b65ff637f dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: a6ddfa7b-b9c0-46c8-a4b3-af2729bb9f0a 2026-04-23 10:37:15.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-206791ef-5f82-4141-b8b9-116b65ff637f dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: a6ddfa7b-b9c0-46c8-a4b3-af2729bb9f0a [pid: 7|app: 0|req: 260/552] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:15 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&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-04-23 10:37:15.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-206791ef-5f82-4141-b8b9-116b65ff637f dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] TaaS: Handle Delete Port: ff8aba83-2eae-447b-bb48-a7283873730f 2026-04-23 10:37:15.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-206791ef-5f82-4141-b8b9-116b65ff637f dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] Tap Mirror: Handle Delete Port: ff8aba83-2eae-447b-bb48-a7283873730f 2026-04-23 10:37:15.888 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-206791ef-5f82-4141-b8b9-116b65ff637f dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - 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-04-23 10:37:16.189 8 INFO neutron.services.segments.plugin [-] Segment bf17e892-d896-41c9-bd4c-f6998254fde2 resource provider aggregate not found 2026-04-23 10:37:16.196 8 INFO neutron.services.segments.plugin [-] Segment bf17e892-d896-41c9-bd4c-f6998254fde2 resource provider aggregate not found 2026-04-23 10:37:16.212 8 INFO neutron.services.segments.plugin [-] Segment bf17e892-d896-41c9-bd4c-f6998254fde2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf17e892-d896-41c9-bd4c-f6998254fde2 found for delete ", "request_id": "req-84477971-99eb-46c0-b40c-680bb50de199"}]} 2026-04-23 10:37:16.215 8 INFO neutron.services.segments.plugin [-] Segment bf17e892-d896-41c9-bd4c-f6998254fde2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf17e892-d896-41c9-bd4c-f6998254fde2 found for delete ", "request_id": "req-7a38d931-0600-49d8-a21e-40d7e90ffa5d"}]} 2026-04-23 10:37:16.232 8 INFO neutron.db.l3_hamode_db [None req-206791ef-5f82-4141-b8b9-116b65ff637f dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] HA network f177936e-9a61-47b7-a0f8-3c09f42be046 was deleted as no HA routers are present in tenant 921d55d537d94a6d90a5a5e001660051. [pid: 8|app: 0|req: 293/553] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:15 2026] DELETE /v2.0/routers/28867b33-84bf-4798-830d-27adb032adff => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/554] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:16 2026] GET /v2.0/ports?device_id=28867b33-84bf-4798-830d-27adb032adff => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:16.305 8 INFO neutron.api.v2.resource [None req-c3020938-e76a-4704-91f7-a4b7c7ba76b6 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 294/555] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/routers/28867b33-84bf-4798-830d-27adb032adff => 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: 262/556] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:16 2026] GET /v2.0/ports?device_id=a4d83255-a31d-496d-8b81-ae0aafbb19c5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:16.361 8 INFO neutron.api.v2.resource [None req-97500980-a057-4dac-8615-9c19602411bc dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 295/557] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/routers/a4d83255-a31d-496d-8b81-ae0aafbb19c5 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:16.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7482ebb7-3cde-49af-9f4b-b8d4633001f8 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/558] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/subnets/f091b028-319f-436f-a1c9-6c5dbfed6f7f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/559] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:16 2026] GET /v2.0/ports?device_id=6a089e2d-4449-4ad7-8358-74b69bc12dec => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:16.435 7 INFO neutron.api.v2.resource [None req-0c6b39ba-4a32-40e0-9dd6-d03df6858f7b dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/560] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/routers/6a089e2d-4449-4ad7-8358-74b69bc12dec => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:16.457 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48f334dd-a6c6-40b2-a91f-3a0dbfac7df4 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 297/561] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/subnets/a11c82dd-21e2-4aa5-bb74-ec2c6da320ca => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/562] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:37:16 2026] GET /v2.0/ports?device_id=271d6bc3-b081-42f7-900a-0ff50957578b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:16.508 8 INFO neutron.api.v2.resource [None req-3ec9eb6e-9fce-49e4-a8e2-5bf841eac867 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/563] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/routers/271d6bc3-b081-42f7-900a-0ff50957578b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:16.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6f42ba6-a75e-47af-b2b3-2793166fb659 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 266/566] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/subnets/4b04af3b-08f3-4633-9974-237f340e84e0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:16.550 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14bde844-38ba-4075-a62c-f17ff7f8e7b2 dc4e77bba4704abbba1be970d88c6380 921d55d537d94a6d90a5a5e001660051 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 301/567] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:16 2026] DELETE /v2.0/subnets/56c24c26-3d40-494f-83cf-4a90fda652c6 => 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: 267/568] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:16 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/569] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:16 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&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: 268/570] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:17 2026] GET /v2.0/security-groups?tenant_id=921d55d537d94a6d90a5a5e001660051&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/571] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:17 2026] DELETE /v2.0/security-groups/8f6181dc-20cb-4493-ab2c-fbe671a0eb2b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:17.556 8 INFO neutron.db.segments_db [None req-223fac9d-af19-4000-a532-11062cdecee5 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Added segment 26102b95-11d5-4598-ac6f-4c191820e787 of type vxlan for network 464c7d7e-a750-4f12-9a22-788cdc74cd88 2026-04-23 10:37:17.608 8 INFO neutron.db.segments_db [None req-223fac9d-af19-4000-a532-11062cdecee5 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Added segment b1f8dc1c-65b8-4606-9d76-4a4880567bbe of type vxlan for network d082bd5d-b349-41f2-9a85-423bcab9a52d [pid: 8|app: 0|req: 303/572] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:17 2026] POST /v2.0/networks => generated 1207 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/573] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:37:17 2026] GET /v2.0/networks => generated 1844 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/574] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:17 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/575] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:17 2026] DELETE /v2.0/networks/464c7d7e-a750-4f12-9a22-788cdc74cd88 => 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: 272/576] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:17 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/577] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:17 2026] DELETE /v2.0/networks/d082bd5d-b349-41f2-9a85-423bcab9a52d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/578] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:37:18 2026] GET /v2.0/networks => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:18.248 8 INFO neutron.services.segments.plugin [-] Segment 26102b95-11d5-4598-ac6f-4c191820e787 resource provider aggregate not found 2026-04-23 10:37:18.250 8 INFO neutron.services.segments.plugin [-] Segment 26102b95-11d5-4598-ac6f-4c191820e787 resource provider aggregate not found 2026-04-23 10:37:18.279 8 INFO neutron.services.segments.plugin [-] Segment 26102b95-11d5-4598-ac6f-4c191820e787 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26102b95-11d5-4598-ac6f-4c191820e787 found for delete ", "request_id": "req-6a7466ce-36f5-4232-bb6a-e89d4c6f5f11"}]} 2026-04-23 10:37:18.294 8 INFO neutron.services.segments.plugin [-] Segment 26102b95-11d5-4598-ac6f-4c191820e787 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26102b95-11d5-4598-ac6f-4c191820e787 found for delete ", "request_id": "req-584cd496-7857-4187-a9fd-8e9f7af6d67e"}]} 2026-04-23 10:37:18.302 8 INFO neutron.db.segments_db [None req-cbc42415-9e12-480a-969b-75a86385f9ab 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Added segment 0cf36f0a-5376-4f91-838a-7dd7e6578115 of type vxlan for network 5c60d5bb-bf93-4fe1-a841-95ce18a32d74 2026-04-23 10:37:18.303 8 INFO neutron.services.segments.plugin [-] Segment b1f8dc1c-65b8-4606-9d76-4a4880567bbe resource provider aggregate not found 2026-04-23 10:37:18.325 8 INFO neutron.services.segments.plugin [-] Segment b1f8dc1c-65b8-4606-9d76-4a4880567bbe resource provider aggregate not found 2026-04-23 10:37:18.335 8 INFO neutron.services.segments.plugin [-] Segment b1f8dc1c-65b8-4606-9d76-4a4880567bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f8dc1c-65b8-4606-9d76-4a4880567bbe found for delete ", "request_id": "req-2cacfd4a-c96d-4650-918a-dae3dccd7898"}]} 2026-04-23 10:37:18.351 8 INFO neutron.services.segments.plugin [-] Segment b1f8dc1c-65b8-4606-9d76-4a4880567bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f8dc1c-65b8-4606-9d76-4a4880567bbe found for delete ", "request_id": "req-153605ed-2718-4e2c-83d4-0f8a4694fa35"}]} [pid: 8|app: 0|req: 306/579] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:18 2026] POST /v2.0/networks => generated 629 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:18.481 7 INFO neutron.db.segments_db [None req-ed35b689-1246-416a-be75-00727f4be73c 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Added segment e08af649-b89d-4650-b170-fd38284bfeef of type vxlan for network 0a8614b0-8c8d-4bf7-afbf-08145c083710 [pid: 7|app: 0|req: 274/580] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:18 2026] POST /v2.0/networks => generated 631 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/581] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:19 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/582] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:19 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/583] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:37:18 2026] POST /v2.0/ports => generated 1506 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/584] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:37:19 2026] GET /v2.0/ports => generated 1506 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:37:19.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-f369aa25-2ccd-4bbd-b8b4-106b5d8426bd 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] TaaS: Handle Delete Port: 0c8e9edc-1a05-4322-88b8-6a3dd837d871 2026-04-23 10:37:19.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f369aa25-2ccd-4bbd-b8b4-106b5d8426bd 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Tap Mirror: Handle Delete Port: 0c8e9edc-1a05-4322-88b8-6a3dd837d871 [pid: 7|app: 0|req: 278/585] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:37:19 2026] DELETE /v2.0/ports/0c8e9edc-1a05-4322-88b8-6a3dd837d871 => generated 0 bytes in 145 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-04-23 10:37:19.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-3cacc80d-6f8b-4869-8448-121a193dd946 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] TaaS: Handle Delete Port: e0e6de77-2699-45c8-8603-151c47a247c8 2026-04-23 10:37:19.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cacc80d-6f8b-4869-8448-121a193dd946 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Tap Mirror: Handle Delete Port: e0e6de77-2699-45c8-8603-151c47a247c8 [pid: 8|app: 0|req: 308/586] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:37:19 2026] POST /v2.0/subnetpools => generated 549 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/587] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:37:19 2026] GET /v2.0/subnetpools/8f9a1f6b-0d0b-4be0-a9dd-a3d19f867afb => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/588] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:37:19 2026] DELETE /v2.0/ports/e0e6de77-2699-45c8-8603-151c47a247c8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/589] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:37:19 2026] GET /v2.0/ports => 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: 310/590] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:37:19 2026] PUT /v2.0/subnetpools/8f9a1f6b-0d0b-4be0-a9dd-a3d19f867afb => generated 500 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:19.682 7 INFO neutron.db.segments_db [None req-3f2be2a7-b956-4cb3-bed7-6725013b463b 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Added segment 2f744fc7-1269-44e6-8d65-4298615aac5b of type vxlan for network 2a7a569f-a667-4022-904c-6b68fffd014b [pid: 8|app: 0|req: 311/591] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:37:19 2026] DELETE /v2.0/subnetpools/8f9a1f6b-0d0b-4be0-a9dd-a3d19f867afb => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/592] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:19 2026] POST /v2.0/networks => generated 630 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:19.749 8 INFO neutron.api.v2.resource [None req-22577a88-1125-4c78-974e-1b40b19092bb 11ea3e79fa6042748bfe12f3b5501d8d 91642dd91ee64a7da017ca4381318f73 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 312/593] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:37:19 2026] GET /v2.0/subnetpools/8f9a1f6b-0d0b-4be0-a9dd-a3d19f867afb => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:19.771 8 INFO neutron.api.v2.resource [None req-a7277062-4309-4eef-970c-1230a0fb32c1 11ea3e79fa6042748bfe12f3b5501d8d 91642dd91ee64a7da017ca4381318f73 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 313/594] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:37:19 2026] DELETE /v2.0/subnetpools/8f9a1f6b-0d0b-4be0-a9dd-a3d19f867afb => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:19.795 7 INFO neutron.db.segments_db [None req-31f0a776-edb3-4dbc-afc6-a54a5f45cf33 648b17ff822140d69336c5c3fb6055f8 475d892694934d7faebb71a366c07e62 - - default default] Added segment be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 of type vxlan for network 61a51f02-7ee2-4574-9c90-9995c1f8ec58 [pid: 7|app: 0|req: 282/595] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:19 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/596] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/597] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/598] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:19 2026] POST /v2.0/subnets => generated 1273 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/599] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/subnets => generated 1909 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/600] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/security-groups?tenant_id=91642dd91ee64a7da017ca4381318f73&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/601] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:20 2026] DELETE /v2.0/subnets/9a1bae9b-e941-434d-a800-3df784df23ad => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/602] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:20 2026] DELETE /v2.0/security-groups/cc5a590b-4e8b-485e-8f76-0793d766fe02 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/603] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:20 2026] DELETE /v2.0/subnets/cd82a06e-a08a-4281-b414-fa8ef7fb2464 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/604] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/605] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/606] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:37:20 2026] GET /v2.0/ports/084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:20.992 8 INFO neutron.services.segments.plugin [-] Segment be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 resource provider aggregate not found 2026-04-23 10:37:20.998 8 INFO neutron.services.segments.plugin [-] Segment be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 resource provider aggregate not found 2026-04-23 10:37:21.017 8 INFO neutron.services.segments.plugin [-] Segment be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 found for delete ", "request_id": "req-cddf9c25-e9dd-484d-9444-2a500c2491cc"}]} [pid: 8|app: 0|req: 319/607] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:20 2026] DELETE /v2.0/networks/61a51f02-7ee2-4574-9c90-9995c1f8ec58 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:21.027 8 INFO neutron.services.segments.plugin [-] Segment be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be62b173-0a0b-4a4e-b9fa-3f1df914d9a6 found for delete ", "request_id": "req-d88489a9-1be8-489f-a622-74fd8adb1ab6"}]} 2026-04-23 10:37:21.166 7 INFO neutron.services.segments.plugin [-] Segment 2f744fc7-1269-44e6-8d65-4298615aac5b resource provider aggregate not found 2026-04-23 10:37:21.169 7 INFO neutron.services.segments.plugin [-] Segment 2f744fc7-1269-44e6-8d65-4298615aac5b resource provider aggregate not found 2026-04-23 10:37:21.188 7 INFO neutron.services.segments.plugin [-] Segment 2f744fc7-1269-44e6-8d65-4298615aac5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f744fc7-1269-44e6-8d65-4298615aac5b found for delete ", "request_id": "req-f899b687-5ae0-4e51-afab-baa426cd16de"}]} 2026-04-23 10:37:21.191 7 INFO neutron.services.segments.plugin [-] Segment 2f744fc7-1269-44e6-8d65-4298615aac5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f744fc7-1269-44e6-8d65-4298615aac5b found for delete ", "request_id": "req-44d98676-81a3-483d-b176-4e51dc3d9194"}]} [pid: 7|app: 0|req: 289/608] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:21 2026] DELETE /v2.0/networks/2a7a569f-a667-4022-904c-6b68fffd014b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/609] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:21 2026] DELETE /v2.0/networks/0a8614b0-8c8d-4bf7-afbf-08145c083710 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/610] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:21 2026] DELETE /v2.0/networks/5c60d5bb-bf93-4fe1-a841-95ce18a32d74 => 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: 321/611] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:21 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/612] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:21 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&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: 322/613] 199.204.45.155 () {34 vars in 999 bytes} [Thu Apr 23 10:37:21 2026] GET /v2.0/subnets?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/614] 199.204.45.155 () {34 vars in 1145 bytes} [Thu Apr 23 10:37:21 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6&device_owner=compute%3Anova&network_id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/615] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:21 2026] GET /v2.0/security-groups?tenant_id=475d892694934d7faebb71a366c07e62&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/616] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:37:21 2026] PUT /v2.0/ports/084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 1149 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/617] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:22 2026] DELETE /v2.0/security-groups/aaa10077-d41b-4e23-ba57-5531f91b3f05 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:22.295 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d98e895-ceed-4d0d-bc04-549a8003ae9b'] response: {'name': 'network-changed', 'server_uuid': '11d5a2c6-6206-4405-a49e-62ec2adb42a6', 'tag': '084aebcb-8d2f-4af3-b9c5-d5a596d18896', '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: 324/618] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/619] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/620] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1421 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/621] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/622] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/623] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => 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: 327/624] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:37:22 2026] GET /v2.0/subnets?id=960e73fb-a029-4c71-9e19-81c8e9e1e547 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:23.038 8 INFO neutron.services.segments.plugin [-] Segment e08af649-b89d-4650-b170-fd38284bfeef resource provider aggregate not found 2026-04-23 10:37:23.056 8 INFO neutron.services.segments.plugin [-] Segment e08af649-b89d-4650-b170-fd38284bfeef resource provider aggregate not found [pid: 7|app: 0|req: 298/625] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:37:23 2026] GET /v2.0/ports?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:37:23.062 8 INFO neutron.services.segments.plugin [-] Segment e08af649-b89d-4650-b170-fd38284bfeef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08af649-b89d-4650-b170-fd38284bfeef found for delete ", "request_id": "req-31169002-27b0-4926-8b0e-890d43bd3a03"}]} 2026-04-23 10:37:23.076 8 INFO neutron.services.segments.plugin [-] Segment e08af649-b89d-4650-b170-fd38284bfeef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08af649-b89d-4650-b170-fd38284bfeef found for delete ", "request_id": "req-cef0377a-2844-47ee-be81-b2fa00c31a4f"}]} [pid: 8|app: 0|req: 328/626] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:37:23 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?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: 299/627] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:37:23 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:23.213 7 INFO neutron.services.segments.plugin [-] Segment 0cf36f0a-5376-4f91-838a-7dd7e6578115 resource provider aggregate not found 2026-04-23 10:37:23.214 7 INFO neutron.services.segments.plugin [-] Segment 0cf36f0a-5376-4f91-838a-7dd7e6578115 resource provider aggregate not found 2026-04-23 10:37:23.238 7 INFO neutron.services.segments.plugin [-] Segment 0cf36f0a-5376-4f91-838a-7dd7e6578115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf36f0a-5376-4f91-838a-7dd7e6578115 found for delete ", "request_id": "req-964c5558-43f6-4091-a87f-a80e37ddc541"}]} 2026-04-23 10:37:23.249 7 INFO neutron.services.segments.plugin [-] Segment 0cf36f0a-5376-4f91-838a-7dd7e6578115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf36f0a-5376-4f91-838a-7dd7e6578115 found for delete ", "request_id": "req-71807722-e42a-4bdf-affe-5bc05fee8561"}]} [pid: 8|app: 0|req: 329/628] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:23 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1152 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/629] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:23 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/630] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1421 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/631] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/632] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/633] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => 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: 305/634] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/subnets?id=960e73fb-a029-4c71-9e19-81c8e9e1e547 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:24.460 8 INFO neutron.db.segments_db [None req-a15d4f82-3304-4379-b9fb-82c4c9c3806e fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] Added segment 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 of type vxlan for network 8db4919c-06d9-4800-957b-65ec0999e06a [pid: 7|app: 0|req: 306/635] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/ports?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/636] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/637] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:24 2026] POST /v2.0/networks => generated 625 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/638] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?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: 331/639] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:24 2026] POST /v2.0/subnets => generated 641 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:24.993 8 INFO neutron.db.segments_db [None req-edd0beb0-a5c4-4271-b84b-da6084a0a760 fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] Added segment 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 of type vxlan for network e1e32ccb-6fd1-4bc2-925c-1d5b9e37ea87 [pid: 7|app: 0|req: 309/640] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:24 2026] GET /v2.0/security-groups?tenant_id=0c475b75919143c38e70d8401b7e01e9&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: 332/641] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:37:24 2026] POST /v2.0/networks => generated 624 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/642] 199.204.45.155 () {34 vars in 1117 bytes} [Thu Apr 23 10:37:25 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/643] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:25 2026] DELETE /v2.0/security-groups/64d46581-0541-4e96-bf42-e37b44b6b170 => 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: 334/644] 10.0.0.234 () {34 vars in 742 bytes} [Thu Apr 23 10:37:25 2026] PUT /v2.0/networks/e1e32ccb-6fd1-4bc2-925c-1d5b9e37ea87 => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/645] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:25 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: 311/646] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:37:25 2026] PUT /v2.0/ports/084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 972 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/647] 10.0.0.234 () {34 vars in 740 bytes} [Thu Apr 23 10:37:25 2026] PUT /v2.0/subnets/71d39283-560d-43dc-acca-11c1f1d46aa8 => generated 636 bytes in 132 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-04-23 10:37:25.708 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a84be9ac-0fb4-4ba3-882f-0360928b41d7'] response: {'name': 'network-changed', 'server_uuid': '11d5a2c6-6206-4405-a49e-62ec2adb42a6', 'tag': '084aebcb-8d2f-4af3-b9c5-d5a596d18896', 'status': 'completed', 'code': 200} 2026-04-23 10:37:25.847 7 INFO neutron.services.segments.plugin [-] Segment 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 resource provider aggregate not found 2026-04-23 10:37:25.870 7 INFO neutron.services.segments.plugin [-] Segment 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 found for delete ", "request_id": "req-bfc3aaf5-1c2e-45f9-8c85-88bb243bff75"}]} 2026-04-23 10:37:25.872 7 INFO neutron.services.segments.plugin [-] Segment 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 resource provider aggregate not found 2026-04-23 10:37:25.895 7 INFO neutron.services.segments.plugin [-] Segment 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38b46095-ec4f-4e5a-9fcf-4cc3e93decf2 found for delete ", "request_id": "req-41a0c92c-00b3-43a9-9404-75d569ac541b"}]} [pid: 7|app: 0|req: 312/648] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:25 2026] DELETE /v2.0/networks/e1e32ccb-6fd1-4bc2-925c-1d5b9e37ea87 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:25.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec02ee5f-2f5b-426b-81e8-77ae341a4b88 fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 337/649] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:25 2026] DELETE /v2.0/networks/e1e32ccb-6fd1-4bc2-925c-1d5b9e37ea87 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/650] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:37:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/651] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/subnets?network_id=a554b1db-5163-4a31-901b-557eb2d84e9a => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/652] 10.0.0.234 () {32 vars in 652 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/653] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/networks => generated 1309 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/654] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/subnets => generated 1280 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/655] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 316/656] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/networks/8db4919c-06d9-4800-957b-65ec0999e06a => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/657] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/658] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/subnets/6ff1e377-6c12-43a4-93e3-ec320006c9a7 => generated 641 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:26.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9d36f2c-1150-4b2f-aad3-201ad7345dd9 fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 342/659] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:26 2026] DELETE /v2.0/subnets/71d39283-560d-43dc-acca-11c1f1d46aa8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:26.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c9204d8-12bb-4182-b048-606e1d636b95 fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 343/660] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:26 2026] DELETE /v2.0/networks/e1e32ccb-6fd1-4bc2-925c-1d5b9e37ea87 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/661] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => 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: 319/662] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/subnets?id=960e73fb-a029-4c71-9e19-81c8e9e1e547 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/663] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/ports?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/664] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:26 2026] DELETE /v2.0/subnets/6ff1e377-6c12-43a4-93e3-ec320006c9a7 => 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: 321/665] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/666] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:26.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-4387be41-4208-4f43-9adc-c61f2e3f99fe fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] TaaS: Handle Delete Port: e32d7be2-abdc-4b00-9d9c-97ca45da39cd 2026-04-23 10:37:26.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4387be41-4208-4f43-9adc-c61f2e3f99fe fe7a8ec67b074eacac89a8e04a1a40ad 5184e784626c40c7999cc459ed37ba52 - - default default] Tap Mirror: Handle Delete Port: e32d7be2-abdc-4b00-9d9c-97ca45da39cd 2026-04-23 10:37:26.850 8 INFO neutron.services.segments.plugin [-] Segment 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 resource provider aggregate not found 2026-04-23 10:37:26.853 8 INFO neutron.services.segments.plugin [-] Segment 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 resource provider aggregate not found 2026-04-23 10:37:26.877 8 INFO neutron.services.segments.plugin [-] Segment 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 found for delete ", "request_id": "req-afce53c6-dccc-4577-a60d-831bbf21b0e6"}]} 2026-04-23 10:37:26.882 8 INFO neutron.services.segments.plugin [-] Segment 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d98ea1-4a22-4ea7-ad4e-d2f311136dd0 found for delete ", "request_id": "req-0fb4fe7c-75e3-474f-af97-58bfaf29fcca"}]} [pid: 8|app: 0|req: 345/667] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:26 2026] DELETE /v2.0/networks/8db4919c-06d9-4800-957b-65ec0999e06a => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/668] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/669] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:26 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&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: 324/670] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/security-groups?tenant_id=5184e784626c40c7999cc459ed37ba52&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/671] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/ports?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/672] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/security-groups?tenant_id=5ca6e30da1dc46aca21f9b14b7389c05&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/673] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:27 2026] DELETE /v2.0/security-groups/729cd9e1-cee4-458d-9058-a6e91d58b414 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/674] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/networks?id=9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/675] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/676] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/subnets?id=960e73fb-a029-4c71-9e19-81c8e9e1e547 => 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: 327/677] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:27 2026] DELETE /v2.0/security-groups/b4d7f78a-8d02-45b0-82c8-19774fe643f3 => 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: 351/678] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/ports?network_id=9f5be408-aa93-49df-8c1d-782acc617bd5&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: 328/679] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:37:27 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/680] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:37:28 2026] GET /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/681] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:28 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 353/682] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:28 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&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: 330/683] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:29 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/684] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:29 2026] GET /v2.0/security-groups?id=2f20100a-8370-450f-a566-3687fa5298ec&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: 354/685] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:37:29 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:29.492 7 INFO neutron_taas.services.taas.taas_plugin [req-95bbe0d2-9b99-4aaa-bc41-40c2a84ded8d req-66d586c3-6913-4f66-9dd6-0aa6d9e25864 ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] TaaS: Handle Delete Port: 084aebcb-8d2f-4af3-b9c5-d5a596d18896 2026-04-23 10:37:29.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95bbe0d2-9b99-4aaa-bc41-40c2a84ded8d req-66d586c3-6913-4f66-9dd6-0aa6d9e25864 ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] Tap Mirror: Handle Delete Port: 084aebcb-8d2f-4af3-b9c5-d5a596d18896 2026-04-23 10:37:29.661 7 INFO neutron.db.l3_db [req-95bbe0d2-9b99-4aaa-bc41-40c2a84ded8d req-66d586c3-6913-4f66-9dd6-0aa6d9e25864 ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] Floating IP bdb65010-acb1-487c-a454-744ea93869a7 disassociated. External IP: 10.96.250.215, port: 084aebcb-8d2f-4af3-b9c5-d5a596d18896. [pid: 8|app: 0|req: 355/686] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:37:29 2026] POST /v2.0/security-groups => generated 1624 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/687] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/688] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:37:29 2026] DELETE /v2.0/ports/084aebcb-8d2f-4af3-b9c5-d5a596d18896 => generated 0 bytes in 730 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/689] 10.0.0.234 () {34 vars in 757 bytes} [Thu Apr 23 10:37:30 2026] PUT /v2.0/security-groups/1daae452-0e30-4a4d-80eb-8b801ea73a3c => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:37:30.143 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29419a3e-1d7c-4251-a354-1e05458e7a5d'] response: {'server_uuid': '11d5a2c6-6206-4405-a49e-62ec2adb42a6', 'name': 'network-vif-deleted', 'tag': '084aebcb-8d2f-4af3-b9c5-d5a596d18896', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/690] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/security-groups/1daae452-0e30-4a4d-80eb-8b801ea73a3c => generated 1663 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/691] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:30 2026] DELETE /v2.0/security-groups/1daae452-0e30-4a4d-80eb-8b801ea73a3c => 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/692] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:37:30.337 8 INFO neutron.api.v2.resource [None req-d50d4aec-b1c6-4649-b0cf-c88e14394f75 bde3c1a11ce74567b189b781fe2d5f06 42a7ca8cb785448a9256f2125081ea9b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 359/693] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:30 2026] DELETE /v2.0/security-groups/1daae452-0e30-4a4d-80eb-8b801ea73a3c => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/694] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 335/695] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:37:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/696] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:37:30 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: 336/697] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/security-group-rules/54a643b9-c6ff-4a2b-8a84-662b04bdc8bc => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/698] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/699] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:37:30 2026] DELETE /v2.0/security-group-rules/54a643b9-c6ff-4a2b-8a84-662b04bdc8bc => 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: 363/700] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:37:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/701] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:37:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/702] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-group-rules/dfd570f7-32d1-46f5-81bc-aaf95e38a70d => 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: 339/703] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/704] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:37:31 2026] DELETE /v2.0/security-group-rules/dfd570f7-32d1-46f5-81bc-aaf95e38a70d => 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: 340/705] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/706] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:37:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/709] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-group-rules/75c41432-f254-41f7-9d67-0d95328db8ff => generated 602 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/710] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 369/711] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/712] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:37:31 2026] DELETE /v2.0/security-group-rules/75c41432-f254-41f7-9d67-0d95328db8ff => 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: 370/713] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/714] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:31 2026] DELETE /v2.0/security-groups/e39815de-7458-4439-a348-db8691f254c6 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/715] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/716] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:37:31 2026] GET /v2.0/security-groups => 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: 372/717] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:32 2026] GET /v2.0/security-groups?tenant_id=42a7ca8cb785448a9256f2125081ea9b&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/718] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:37:32 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 1240 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/719] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:32 2026] DELETE /v2.0/security-groups/397b0940-e7e6-47cc-8844-78712d974659 => 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: 347/720] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:32 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/721] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:32 2026] GET /v2.0/ports?device_id=11d5a2c6-6206-4405-a49e-62ec2adb42a6 => 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: 348/722] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:33 2026] DELETE /v2.0/security-groups/2f20100a-8370-450f-a566-3687fa5298ec => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:33.996 8 INFO neutron.api.v2.resource [None req-6187df11-88cc-4d06-8928-3b2195a3af09 ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 375/723] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:37:33 2026] GET /v2.0/security-groups/2f20100a-8370-450f-a566-3687fa5298ec => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:34.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-707a823b-8cae-47ab-9719-ad1aa509a80b ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] TaaS: Handle Delete Port: 2c06a645-dedf-41b4-97ff-9615d7848d86 2026-04-23 10:37:34.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-707a823b-8cae-47ab-9719-ad1aa509a80b ad1c2c092f9a4d128abbe06bb1feac42 98735dddce6b4ec9aef57d62ef0d6dd5 - - default default] Tap Mirror: Handle Delete Port: 2c06a645-dedf-41b4-97ff-9615d7848d86 [pid: 7|app: 0|req: 349/724] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:37:34 2026] DELETE /v2.0/floatingips/bdb65010-acb1-487c-a454-744ea93869a7 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/725] 10.0.0.234 () {32 vars in 622 bytes} [Thu Apr 23 10:37:34 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/726] 10.0.0.234 () {32 vars in 632 bytes} [Thu Apr 23 10:37:34 2026] GET /v2.0/ => generated 632 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:34.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-8be009ef-9cd2-4a3a-ab9a-d7be4514189e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: e44b9107-702b-4f0e-8afb-c95184be3cc2 2026-04-23 10:37:34.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8be009ef-9cd2-4a3a-ab9a-d7be4514189e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: e44b9107-702b-4f0e-8afb-c95184be3cc2 [pid: 7|app: 0|req: 352/727] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:35 2026] GET /v2.0/security-groups?tenant_id=991869d52b8e4b4ea26c7bf2e04c2f7a&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/728] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:37:34 2026] PUT /v2.0/routers/ef1f42fb-fdb4-45cf-b26a-7d0444b4daa3/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/729] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:35 2026] DELETE /v2.0/security-groups/039cf6f1-2fd3-447a-8596-68ea64301c20 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:35.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-394b7de8-c5a0-4d0f-bdf0-b244a5923ca3 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: d26c1cc7-b7e1-44e5-be39-e36f6b8f8cf3 2026-04-23 10:37:35.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394b7de8-c5a0-4d0f-bdf0-b244a5923ca3 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: d26c1cc7-b7e1-44e5-be39-e36f6b8f8cf3 2026-04-23 10:37:35.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-394b7de8-c5a0-4d0f-bdf0-b244a5923ca3 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 88fe0e59-6b5f-423f-8dce-8d45bda3f3fb 2026-04-23 10:37:35.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394b7de8-c5a0-4d0f-bdf0-b244a5923ca3 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 88fe0e59-6b5f-423f-8dce-8d45bda3f3fb 2026-04-23 10:37:36.281 8 INFO neutron.services.segments.plugin [-] Segment 17bbeee9-d41d-4407-8a8a-743d0cbb8fab resource provider aggregate not found 2026-04-23 10:37:36.290 8 INFO neutron.services.segments.plugin [-] Segment 17bbeee9-d41d-4407-8a8a-743d0cbb8fab resource provider aggregate not found 2026-04-23 10:37:36.312 8 INFO neutron.services.segments.plugin [-] Segment 17bbeee9-d41d-4407-8a8a-743d0cbb8fab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17bbeee9-d41d-4407-8a8a-743d0cbb8fab found for delete ", "request_id": "req-8aef6f7a-5641-46ef-9d88-6ca9d43915eb"}]} 2026-04-23 10:37:36.313 8 INFO neutron.services.segments.plugin [-] Segment 17bbeee9-d41d-4407-8a8a-743d0cbb8fab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17bbeee9-d41d-4407-8a8a-743d0cbb8fab found for delete ", "request_id": "req-fdf92bc6-3ee4-47b2-8ace-bba8e98d46ba"}]} 2026-04-23 10:37:36.320 8 INFO neutron.db.l3_hamode_db [None req-394b7de8-c5a0-4d0f-bdf0-b244a5923ca3 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network afac42fe-649f-40d2-87fd-6b186bda894a was deleted as no HA routers are present in tenant 98735dddce6b4ec9aef57d62ef0d6dd5. [pid: 8|app: 0|req: 377/730] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:35 2026] DELETE /v2.0/routers/ef1f42fb-fdb4-45cf-b26a-7d0444b4daa3 => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/731] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:36 2026] DELETE /v2.0/subnets/960e73fb-a029-4c71-9e19-81c8e9e1e547 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:36.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-e90b1914-bef4-4ab5-b8e1-49aac6833948 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 529e5297-4d6b-4680-8780-1b6b40ab7382 2026-04-23 10:37:36.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e90b1914-bef4-4ab5-b8e1-49aac6833948 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 529e5297-4d6b-4680-8780-1b6b40ab7382 [pid: 8|app: 0|req: 378/732] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:36 2026] DELETE /v2.0/networks/9f5be408-aa93-49df-8c1d-782acc617bd5 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/733] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:37 2026] GET /v2.0/security-groups?tenant_id=98735dddce6b4ec9aef57d62ef0d6dd5&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/734] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:37 2026] DELETE /v2.0/security-groups/b8f8ccab-37ef-4cd6-abb1-e8149a347143 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:38.339 8 INFO neutron.services.segments.plugin [-] Segment 4d3685da-42c0-4c80-9e90-b8d79fc6c153 resource provider aggregate not found 2026-04-23 10:37:38.347 8 INFO neutron.services.segments.plugin [-] Segment 4d3685da-42c0-4c80-9e90-b8d79fc6c153 resource provider aggregate not found 2026-04-23 10:37:38.367 8 INFO neutron.services.segments.plugin [-] Segment 4d3685da-42c0-4c80-9e90-b8d79fc6c153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d3685da-42c0-4c80-9e90-b8d79fc6c153 found for delete ", "request_id": "req-0e7451e0-4b97-4bfd-a002-5909ebe94806"}]} 2026-04-23 10:37:38.373 8 INFO neutron.services.segments.plugin [-] Segment 4d3685da-42c0-4c80-9e90-b8d79fc6c153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d3685da-42c0-4c80-9e90-b8d79fc6c153 found for delete ", "request_id": "req-4b6db26a-f1c6-4ed8-9e4b-1df09059036a"}]} 2026-04-23 10:37:39.362 7 INFO neutron.db.segments_db [None req-c3b70276-4bc3-495e-b460-580ff13151aa 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment e77e6bd4-c718-41df-b530-13f39c20784e of type vxlan for network 2e221f4f-9201-41dc-844a-72cfc7ce3a8b [pid: 8|app: 0|req: 380/735] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:39 2026] GET /v2.0/security-groups?tenant_id=de3b30e42f41421ab9bdcb5af40c6b4d&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/736] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:37:39 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: 381/737] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:39 2026] DELETE /v2.0/security-groups/d66bfb3d-b1db-45ac-b39b-c50a2b5a0198 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/738] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:39 2026] POST /v2.0/subnets => generated 694 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:39.689 8 INFO neutron.db.segments_db [None req-d0617f50-bd9f-4373-9e52-3b272e0df6e0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 00f60d18-00d6-43b1-969a-244fb59386aa of type vxlan for network ae1f0482-fcea-407d-9fa2-6930056cf7f0 2026-04-23 10:37:39.984 8 INFO neutron.db.l3_hamode_db [None req-d0617f50-bd9f-4373-9e52-3b272e0df6e0 5852331bee0b4c3d9348f263597c2d07 43e950561e254464950c60a0b22635b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:37:40.878 8 INFO neutron.db.l3_hamode_db [None req-d0617f50-bd9f-4373-9e52-3b272e0df6e0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 382/739] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:39 2026] POST /v2.0/routers => generated 734 bytes in 2127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/740] 10.0.0.163 () {32 vars in 801 bytes} [Thu Apr 23 10:37:42 2026] GET /v2.0/extensions => generated 21537 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/741] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:37:41 2026] PUT /v2.0/routers/0962ca39-7bce-4a88-bd23-1fce095375a3/add_router_interface => generated 309 bytes in 1316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/742] 10.0.0.163 () {30 vars in 723 bytes} [Thu Apr 23 10:37:43 2026] GET /v2.0/quotas/ff8dd85c43b9475d968ca8d9cd5d25cd/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/743] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:37:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/744] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:37:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/745] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:37:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/746] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:44 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/747] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:44 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/748] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:44 2026] GET /v2.0/security-groups?tenant_id=71847c8297884dd7ba7bf0d89129ae08&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/749] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:37:44 2026] POST /v2.0/floatingips => generated 552 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/750] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:44 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/751] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:44 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/752] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:44 2026] DELETE /v2.0/security-groups/cc86a8fb-4236-42a8-b66f-e55592893e33 => 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: 366/753] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:46 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/754] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:46 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/755] 10.0.0.163 () {32 vars in 801 bytes} [Thu Apr 23 10:37:46 2026] GET /v2.0/extensions => generated 21537 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/758] 10.0.0.163 () {30 vars in 723 bytes} [Thu Apr 23 10:37:46 2026] GET /v2.0/quotas/ff8dd85c43b9475d968ca8d9cd5d25cd/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/759] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/760] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/761] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/security-groups?id=a8416dc1-a954-45ed-a149-99af041a71e4&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:47.412 8 INFO neutron_taas.services.taas.taas_plugin [req-0cfbd8f9-a537-443d-b835-e4110ce0cae2 req-7432241a-56c2-4ef4-a332-ed06260ff125 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] TaaS: Handle Delete Port: bf998853-45ee-40b4-be69-9b2d8be992e2 2026-04-23 10:37:47.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0cfbd8f9-a537-443d-b835-e4110ce0cae2 req-7432241a-56c2-4ef4-a332-ed06260ff125 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] Tap Mirror: Handle Delete Port: bf998853-45ee-40b4-be69-9b2d8be992e2 [pid: 7|app: 0|req: 372/762] 10.0.0.242 () {34 vars in 1099 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2111753730&fields=id&tenant_id=43e950561e254464950c60a0b22635b3 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/763] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/networks?id=2e221f4f-9201-41dc-844a-72cfc7ce3a8b => generated 679 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/764] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/quotas/43e950561e254464950c60a0b22635b3 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/765] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/ports?tenant_id=43e950561e254464950c60a0b22635b3&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/766] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:37:47 2026] GET /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b?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: 377/767] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:37:48 2026] GET /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:48.145 8 INFO neutron.db.l3_db [req-0cfbd8f9-a537-443d-b835-e4110ce0cae2 req-7432241a-56c2-4ef4-a332-ed06260ff125 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] Floating IP bf263b4d-2256-4e56-92f0-fbd2f6dd642d disassociated. External IP: 10.96.250.213, port: bf998853-45ee-40b4-be69-9b2d8be992e2. [pid: 7|app: 0|req: 378/768] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:48 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 379/769] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:48 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 391/770] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:37:47 2026] DELETE /v2.0/ports/bf998853-45ee-40b4-be69-9b2d8be992e2 => generated 0 bytes in 1389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:48.669 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe5657b3-6314-4da0-8b28-eb724b2d2316'] response: {'server_uuid': '44c96114-143a-4870-b42e-9437e69962e3', 'name': 'network-vif-deleted', 'tag': 'bf998853-45ee-40b4-be69-9b2d8be992e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 380/771] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:49 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 392/772] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:49 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 381/773] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:49 2026] GET /v2.0/security-groups?tenant_id=ff8dd85c43b9475d968ca8d9cd5d25cd&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/774] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:50 2026] DELETE /v2.0/security-groups/6bcfec60-5957-456d-83bd-ffa68d3ad4c0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/775] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:50 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 394/776] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:50 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 383/777] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:51 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 395/778] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:51 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:52.469 7 INFO neutron.db.segments_db [None req-a76fed28-17e2-4ebc-8734-934cf31d8a7b 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment de76b030-7bbf-4dd6-b1ce-24d5d61160f5 of type vxlan for network 782a049f-f164-4fdd-b0a1-67b37496f301 [pid: 7|app: 0|req: 384/779] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:37:52 2026] POST /v2.0/networks => generated 721 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/780] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:37:52 2026] GET /v2.0/networks?id=2e221f4f-9201-41dc-844a-72cfc7ce3a8b => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/781] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:37:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=43e950561e254464950c60a0b22635b3 => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/782] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:52 2026] POST /v2.0/subnets => generated 687 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:52.826 8 INFO neutron.db.segments_db [None req-94293916-0401-4cbd-a78c-cdfee712c869 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment bb4d9bdf-2792-422a-845a-a03a9d3a96e2 of type vxlan for network e6a25e8f-effa-4c58-a91d-c0999e1d6b89 2026-04-23 10:37:53.099 8 INFO neutron.db.l3_hamode_db [None req-94293916-0401-4cbd-a78c-cdfee712c869 5852331bee0b4c3d9348f263597c2d07 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 387/783] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:37:52 2026] POST /v2.0/ports => generated 954 bytes in 395 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: 388/784] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:53 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/785] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:53 2026] GET /v2.0/ports?device_id=44c96114-143a-4870-b42e-9437e69962e3 => 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: 390/786] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:37:53 2026] PUT /v2.0/ports/3f845383-e616-494d-9a1d-c6451c23d5af => generated 1235 bytes in 467 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-04-23 10:37:53.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d038d56-c6b7-412b-ade2-af0002596a92'] response: {'name': 'network-changed', 'server_uuid': '85fff4ce-5e57-4ac7-a142-41868b401466', 'tag': '3f845383-e616-494d-9a1d-c6451c23d5af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/787] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:53 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:53.920 8 INFO neutron.db.l3_hamode_db [None req-94293916-0401-4cbd-a78c-cdfee712c869 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 392/788] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:54 2026] GET /v2.0/ports?tenant_id=43e950561e254464950c60a0b22635b3&device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/789] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:37:54 2026] GET /v2.0/networks?tenant_id=43e950561e254464950c60a0b22635b3&shared=False => generated 775 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/790] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:54 2026] DELETE /v2.0/security-groups/a8416dc1-a954-45ed-a149-99af041a71e4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/791] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:37:54 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) 2026-04-23 10:37:54.508 7 INFO neutron.api.v2.resource [None req-cb38e7ee-a008-417d-abb6-91e53cc0a6a8 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/792] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:37:54 2026] GET /v2.0/security-groups/a8416dc1-a954-45ed-a149-99af041a71e4 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:37:54.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-f204f385-8f4f-4dc4-a0fa-c0d1594a3e7d 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] TaaS: Handle Delete Port: f1e10b2e-cd97-4c38-9ff9-f7aea538bc16 2026-04-23 10:37:54.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f204f385-8f4f-4dc4-a0fa-c0d1594a3e7d 9f740047ddce4a4c9d08fc4c89789217 a383e34f2a6d4703be3b34f9f816b640 - - default default] Tap Mirror: Handle Delete Port: f1e10b2e-cd97-4c38-9ff9-f7aea538bc16 [pid: 7|app: 0|req: 397/793] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:37:54 2026] DELETE /v2.0/floatingips/bf263b4d-2256-4e56-92f0-fbd2f6dd642d => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/794] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:54 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/795] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:52 2026] POST /v2.0/routers => generated 727 bytes in 2187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/796] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:54 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:55.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd8e64f3-35cb-463f-be4d-a798540a703e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 948f4374-9ae9-415c-b93b-4a13f6d7c4fd 2026-04-23 10:37:55.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd8e64f3-35cb-463f-be4d-a798540a703e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 948f4374-9ae9-415c-b93b-4a13f6d7c4fd [pid: 7|app: 0|req: 399/797] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:37:54 2026] PUT /v2.0/routers/cec4eb0e-4826-43de-acda-463e02d4cf6e/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/798] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:37:54 2026] PUT /v2.0/routers/248327dd-b948-4a1d-bdc6-05715debe175/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/799] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/ports?tenant_id=43e950561e254464950c60a0b22635b3&device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/800] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:55 2026] GET /v2.0/security-groups?tenant_id=97a84658b6d34165a14e2353b8e06706&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/801] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/802] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3f845383-e616-494d-9a1d-c6451c23d5af => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:37:56.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e439a22-a091-4b7c-b66f-113cb64f46d0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: e8e4a52a-0376-4c85-99d2-d5a2e5693b58 2026-04-23 10:37:56.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e439a22-a091-4b7c-b66f-113cb64f46d0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: e8e4a52a-0376-4c85-99d2-d5a2e5693b58 [pid: 7|app: 0|req: 403/803] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:56 2026] DELETE /v2.0/security-groups/93f04461-936b-4b90-98d8-6ff077ad068b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/804] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/805] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/subnets?id=fb678f69-3ad2-4214-89be-599b63d4a302 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/806] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/ports?network_id=2e221f4f-9201-41dc-844a-72cfc7ce3a8b&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/807] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/808] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:37:56 2026] GET /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b?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-04-23 10:37:56.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e439a22-a091-4b7c-b66f-113cb64f46d0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 41e5a379-3480-40c3-b957-41b36b780b65 2026-04-23 10:37:56.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e439a22-a091-4b7c-b66f-113cb64f46d0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 41e5a379-3480-40c3-b957-41b36b780b65 2026-04-23 10:37:57.219 8 INFO neutron.services.segments.plugin [-] Segment 53b27ba3-7f43-4715-91ba-c0118eeaf663 resource provider aggregate not found 2026-04-23 10:37:57.229 8 INFO neutron.services.segments.plugin [-] Segment 53b27ba3-7f43-4715-91ba-c0118eeaf663 resource provider aggregate not found 2026-04-23 10:37:57.245 8 INFO neutron.services.segments.plugin [-] Segment 53b27ba3-7f43-4715-91ba-c0118eeaf663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53b27ba3-7f43-4715-91ba-c0118eeaf663 found for delete ", "request_id": "req-a45865d8-140a-4802-ba93-d1da0854e7cb"}]} 2026-04-23 10:37:57.255 8 INFO neutron.services.segments.plugin [-] Segment 53b27ba3-7f43-4715-91ba-c0118eeaf663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53b27ba3-7f43-4715-91ba-c0118eeaf663 found for delete ", "request_id": "req-5787d276-dd6a-4d8e-b3bd-0172b1fc1e5d"}]} 2026-04-23 10:37:57.260 8 INFO neutron.db.l3_hamode_db [None req-2e439a22-a091-4b7c-b66f-113cb64f46d0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network 01eac68b-beb6-4d34-a298-1b1d126c586a was deleted as no HA routers are present in tenant a383e34f2a6d4703be3b34f9f816b640. [pid: 8|app: 0|req: 401/809] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:56 2026] DELETE /v2.0/routers/cec4eb0e-4826-43de-acda-463e02d4cf6e => generated 0 bytes in 1110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/810] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:37:57 2026] DELETE /v2.0/subnets/8cb3abbf-b5ab-47cb-a8a5-a5c6cbeaa5ec => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:37:57.578 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3f1959d-d3dd-464e-90e3-59fea88e62e1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: bb6cd80b-f3a9-428a-893e-69f459f0d9be 2026-04-23 10:37:57.578 8 INFO neutron.db.segments_db [None req-5f37ab73-2491-47f7-b560-362a7cb93df2 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 2de1af6a-c3bf-49db-9749-4be05988a027 of type vxlan for network b3dd4853-7a52-49e3-92b6-bb3a8259f9de 2026-04-23 10:37:57.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3f1959d-d3dd-464e-90e3-59fea88e62e1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: bb6cd80b-f3a9-428a-893e-69f459f0d9be [pid: 8|app: 0|req: 402/811] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:37:57 2026] POST /v2.0/networks => generated 721 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:57.780 7 INFO neutron.services.segments.plugin [-] Segment 08ea6d34-c7a1-49f3-aaae-346de8300125 resource provider aggregate not found 2026-04-23 10:37:57.790 7 INFO neutron.services.segments.plugin [-] Segment 08ea6d34-c7a1-49f3-aaae-346de8300125 resource provider aggregate not found [pid: 8|app: 0|req: 403/812] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:57 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:57.810 7 INFO neutron.services.segments.plugin [-] Segment 08ea6d34-c7a1-49f3-aaae-346de8300125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08ea6d34-c7a1-49f3-aaae-346de8300125 found for delete ", "request_id": "req-23d60668-d9e2-407a-b06c-7af95864272a"}]} 2026-04-23 10:37:57.818 7 INFO neutron.services.segments.plugin [-] Segment 08ea6d34-c7a1-49f3-aaae-346de8300125 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08ea6d34-c7a1-49f3-aaae-346de8300125 found for delete ", "request_id": "req-0aa9bc15-0b11-48de-975d-b85dd19833c2"}]} [pid: 7|app: 0|req: 410/813] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:37:57 2026] DELETE /v2.0/networks/f1e4eddd-cad3-4c43-a617-9258d06cc0e9 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/814] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:57 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&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: 404/815] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:57 2026] POST /v2.0/subnets => generated 687 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:37:58.070 7 INFO neutron.db.segments_db [None req-7fedb075-7883-4226-8213-7162ed1bc9e7 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment a26b2347-72a6-4053-898a-c17fc104c31f of type vxlan for network 4eff916c-c248-4714-b876-c40f845c1832 [pid: 8|app: 0|req: 405/816] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:37:58 2026] GET /v2.0/security-groups?tenant_id=a383e34f2a6d4703be3b34f9f816b640&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: 406/817] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:37:58 2026] DELETE /v2.0/security-groups/1d9dc3ad-c6f9-483e-81d6-20d183c961f5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:37:58.356 7 INFO neutron.db.l3_hamode_db [None req-7fedb075-7883-4226-8213-7162ed1bc9e7 5852331bee0b4c3d9348f263597c2d07 14f1dc6eb0a34f5b910eab1d1d0c30f3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 407/818] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:37:58 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/819] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:37:59 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:37:59.224 7 INFO neutron.db.l3_hamode_db [None req-7fedb075-7883-4226-8213-7162ed1bc9e7 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 409/820] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:00 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/821] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:37:58 2026] POST /v2.0/routers => generated 727 bytes in 2223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/822] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:00 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:00.607 7 INFO neutron.db.segments_db [None req-ea3c44e8-cec6-492d-a270-d7ed4631dc2f ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Added segment 21f88ca1-331d-4b35-93d0-e63b8d917f92 of type vxlan for network a317d97d-011d-4300-8f32-807954b3b59d [pid: 7|app: 0|req: 413/823] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:38:00 2026] POST /v2.0/networks => generated 613 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:00.803 7 INFO neutron.db.segments_db [None req-1e98342e-d0ea-40d7-869c-f5ac7e9221d2 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Added segment 9f609076-b9b3-4cd8-b076-25b31ed441aa of type vxlan for network 9273aa5c-ada8-49f2-a1a2-d1e30e01fb41 2026-04-23 10:38:01.125 7 INFO neutron.db.l3_hamode_db [None req-1e98342e-d0ea-40d7-869c-f5ac7e9221d2 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 411/824] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:38:00 2026] PUT /v2.0/routers/bd9c0973-541a-4e38-8783-851f3e8ec0f3/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/825] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:01 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 415/828] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:01 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:01.958 7 INFO neutron.db.l3_hamode_db [None req-1e98342e-d0ea-40d7-869c-f5ac7e9221d2 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 416/829] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:38:02 2026] POST /v2.0/security-groups => generated 1675 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/830] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/831] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:02 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/832] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:00 2026] POST /v2.0/routers => generated 695 bytes in 2349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/833] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:03 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&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: 419/834] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/835] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/836] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/837] 10.0.0.234 () {32 vars in 775 bytes} [Thu Apr 23 10:38:03 2026] GET /v2.0/subnets?project_id=1dbdd60b30f6480bad25d2f923929aea&cidr=10.100.0.0%2F28 => generated 14 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:38:03.610 8 INFO neutron.db.securitygroups_db [None req-39cf63af-f474-47c4-9bfe-9437137afc36 e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Project 3f44500d6dec4da38f0beafeb3de8ef0 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: 417/838] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:38:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/839] 10.0.0.234 () {32 vars in 783 bytes} [Thu Apr 23 10:38:03 2026] GET /v2.0/subnets?network_id=a554b1db-5163-4a31-901b-557eb2d84e9a&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/840] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:03.780 8 INFO neutron.db.securitygroups_db [None req-0861a81d-f2a6-4284-b0fc-c89b5d930ada e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Project 3f44500d6dec4da38f0beafeb3de8ef0 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: 423/841] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/842] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:03 2026] POST /v2.0/subnets => generated 657 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/843] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:04 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/844] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:04 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/845] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:38:04 2026] POST /v2.0/security-groups => generated 1659 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/846] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/847] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/848] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:38:03 2026] PUT /v2.0/routers/4578382b-6f44-4b1d-8d99-9371fddb012d/add_router_interface => generated 309 bytes in 1727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/849] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:05 2026] GET /v2.0/security-groups?tenant_id=0a112f86d3784c70bc3e4f49e4455e71&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/850] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/851] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:38:05 2026] POST /v2.0/floatingips => generated 552 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/852] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/networks => generated 7963 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/853] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&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: 426/854] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:06 2026] DELETE /v2.0/security-groups/ec290a82-bc60-41b8-90ed-2dce667c4dad => 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: 429/855] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/subnets => generated 6499 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/856] 10.0.0.242 () {34 vars in 1099 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1509538590&fields=id&tenant_id=3f44500d6dec4da38f0beafeb3de8ef0 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/857] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/858] 10.0.0.242 () {34 vars in 1097 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--867458981&fields=id&tenant_id=3f44500d6dec4da38f0beafeb3de8ef0 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/859] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/routers => generated 2914 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/860] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/networks?id=782a049f-f164-4fdd-b0a1-67b37496f301 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/861] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/security-groups?tenant_id=08914130609c4b51a1f6edd4f0ebdaa3&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/862] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:38:06 2026] GET /v2.0/quotas/3f44500d6dec4da38f0beafeb3de8ef0 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:06.765 7 INFO neutron.db.l3_db [None req-1142dee7-4a3a-446f-a095-daa591439b5f 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] Floating IP 9cc6c380-e9bb-46fd-9ca1-e466f93ee754 associated. External IP: 10.96.250.203, port: 3f845383-e616-494d-9a1d-c6451c23d5af. [pid: 8|app: 0|req: 434/863] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:38:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/864] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:06 2026] PUT /v2.0/floatingips/9cc6c380-e9bb-46fd-9ca1-e466f93ee754 => generated 855 bytes in 688 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/865] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:06 2026] DELETE /v2.0/security-groups/2ce63964-00d6-4e13-810d-1605879b635b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/866] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/ports?tenant_id=3f44500d6dec4da38f0beafeb3de8ef0&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/867] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 436/868] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/869] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/870] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:07.379 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1be1724f-e690-4863-8486-35ac42c57cfd'] response: {'name': 'network-changed', 'server_uuid': '85fff4ce-5e57-4ac7-a142-41868b401466', 'tag': '3f845383-e616-494d-9a1d-c6451c23d5af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 438/871] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/872] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:07 2026] POST /v2.0/security-group-rules => generated 596 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/873] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => 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: 439/874] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/875] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/876] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/877] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:07.942 7 INFO neutron.db.securitygroups_db [None req-eb03b765-812f-43bb-a54b-5df0071d204f ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Project 1dbdd60b30f6480bad25d2f923929aea 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: 442/878] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/ports?tenant_id=43e950561e254464950c60a0b22635b3&device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/879] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:07 2026] GET /v2.0/networks?id=2e221f4f-9201-41dc-844a-72cfc7ce3a8b => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/880] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/881] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=3f845383-e616-494d-9a1d-c6451c23d5af => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/882] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/subnets?id=fb678f69-3ad2-4214-89be-599b63d4a302 => generated 697 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:08.153 7 INFO neutron.db.securitygroups_db [None req-29ca9b70-de43-48da-8ad9-d271083beb62 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Project 1dbdd60b30f6480bad25d2f923929aea 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: 446/883] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/ports?network_id=2e221f4f-9201-41dc-844a-72cfc7ce3a8b&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/884] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/885] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/886] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/887] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/888] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:38:08 2026] GET /v2.0/networks => generated 1297 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/889] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/890] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&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: 441/891] 10.0.0.242 () {34 vars in 1099 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1377904231&fields=id&tenant_id=1dbdd60b30f6480bad25d2f923929aea => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/892] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/893] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/quotas/1dbdd60b30f6480bad25d2f923929aea => 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: 452/894] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/895] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/896] 10.0.0.242 () {34 vars in 906 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/extensions => generated 21537 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/897] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/898] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:38:09 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/899] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:10 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 455/900] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:10 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/901] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:10 2026] GET /v2.0/security-groups?id=3b3a5022-b445-4d71-a1c3-92a7678b86f7&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: 456/902] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:38:10 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:10.737 7 INFO neutron_taas.services.taas.taas_plugin [req-ef418ae1-6dc5-4039-9934-8f957fcbf0a9 req-5931b9b3-60a1-416d-96fd-3a0b729e8a04 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] TaaS: Handle Delete Port: 3f845383-e616-494d-9a1d-c6451c23d5af 2026-04-23 10:38:10.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ef418ae1-6dc5-4039-9934-8f957fcbf0a9 req-5931b9b3-60a1-416d-96fd-3a0b729e8a04 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] Tap Mirror: Handle Delete Port: 3f845383-e616-494d-9a1d-c6451c23d5af 2026-04-23 10:38:10.927 7 INFO neutron.db.l3_db [req-ef418ae1-6dc5-4039-9934-8f957fcbf0a9 req-5931b9b3-60a1-416d-96fd-3a0b729e8a04 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] Floating IP 9cc6c380-e9bb-46fd-9ca1-e466f93ee754 disassociated. External IP: 10.96.250.203, port: 3f845383-e616-494d-9a1d-c6451c23d5af. [pid: 8|app: 0|req: 457/903] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:10 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => 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: 447/904] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:38:10 2026] DELETE /v2.0/ports/3f845383-e616-494d-9a1d-c6451c23d5af => generated 0 bytes in 804 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/905] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:11 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:38:11.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d3c5d29-be9f-4e98-a593-aa7bea94eb3d'] response: {'server_uuid': '85fff4ce-5e57-4ac7-a142-41868b401466', 'name': 'network-vif-deleted', 'tag': '3f845383-e616-494d-9a1d-c6451c23d5af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 448/906] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:11 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/907] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:11 2026] GET /v2.0/networks?id=782a049f-f164-4fdd-b0a1-67b37496f301 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/908] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:38:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f44500d6dec4da38f0beafeb3de8ef0 => generated 273 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/909] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:12 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => 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: 451/910] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:12 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 460/911] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:38:12 2026] POST /v2.0/ports => generated 993 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/912] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:12 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => generated 12 bytes in 23 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: 461/913] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:38:12 2026] PUT /v2.0/ports/2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 => generated 1274 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:13.152 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac35ccee-25df-452e-acb6-3c63273620f4'] response: {'name': 'network-changed', 'server_uuid': '56b7e522-b864-422a-afbc-a55500ddb589', 'tag': '2565b112-82bc-4aa8-bbef-a4a9cf1b26b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 453/914] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1008 bytes in 79 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: 462/915] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&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: 454/916] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 455/917] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 463/918] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/ports?tenant_id=3f44500d6dec4da38f0beafeb3de8ef0&device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/919] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/networks?tenant_id=3f44500d6dec4da38f0beafeb3de8ef0&shared=False => generated 768 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/920] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:38:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/921] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/security-groups?tenant_id=f6d446be3b0a4f73a4a424ee0c6d12b0&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: 458/922] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/923] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:14 2026] DELETE /v2.0/security-groups/47690ea8-dd2a-45cf-a647-f8b6b1ce9662 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/924] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/925] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/926] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1dbdd60b30f6480bad25d2f923929aea => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/927] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 460/928] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/security-groups?tenant_id=6f415275e8eb4cf8a7e1dbd049bfc9b5&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/929] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/ports?device_id=85fff4ce-5e57-4ac7-a142-41868b401466 => 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: 462/930] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:14 2026] DELETE /v2.0/security-groups/29528ca1-1628-4308-80ec-e038adc9ad8d => 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: 463/931] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/ports?tenant_id=3f44500d6dec4da38f0beafeb3de8ef0&device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/932] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:38:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 => 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: 465/933] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/subnets?id=ae5a1456-4207-495a-acae-63fa23a384ca => generated 690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/934] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/ports?network_id=782a049f-f164-4fdd-b0a1-67b37496f301&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/935] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:38:14 2026] POST /v2.0/ports => generated 954 bytes in 426 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: 467/936] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/937] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/938] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:38:15 2026] PUT /v2.0/ports/5b7227ed-9270-4ee7-88c6-107f6c233eb2 => generated 1235 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:15.646 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d72e8c1a-c5e6-4811-9bd1-cf8240716898'] response: {'name': 'network-changed', 'server_uuid': '2053ab40-b749-4efc-a55f-5fff93fa86c3', 'tag': '5b7227ed-9270-4ee7-88c6-107f6c233eb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 469/939] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1008 bytes in 46 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: 471/940] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&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: 470/941] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/942] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:15 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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: 471/943] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:15 2026] DELETE /v2.0/security-groups/3b3a5022-b445-4d71-a1c3-92a7678b86f7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:16.045 8 INFO neutron.api.v2.resource [None req-e48fd980-3f9b-4c6e-a139-956cf95ba3b2 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 473/944] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:38:16 2026] GET /v2.0/security-groups/3b3a5022-b445-4d71-a1c3-92a7678b86f7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:38:16.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-1849be06-c119-4514-8e30-6a1ac5ee22ae 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] TaaS: Handle Delete Port: ad78e943-109c-47f4-8590-e5999c801eff 2026-04-23 10:38:16.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1849be06-c119-4514-8e30-6a1ac5ee22ae 65b9adbe9e3142f1a424f310d8145846 43e950561e254464950c60a0b22635b3 - - default default] Tap Mirror: Handle Delete Port: ad78e943-109c-47f4-8590-e5999c801eff [pid: 8|app: 0|req: 474/945] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:16 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/946] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:38:16 2026] GET /v2.0/networks?tenant_id=1dbdd60b30f6480bad25d2f923929aea&shared=False => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/947] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:38:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/948] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:38:16 2026] DELETE /v2.0/floatingips/9cc6c380-e9bb-46fd-9ca1-e466f93ee754 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:16.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0d98205-78fe-4562-8adb-6356abecf453 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 0aa528b8-8530-42ba-90ee-996c01516c4f 2026-04-23 10:38:16.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0d98205-78fe-4562-8adb-6356abecf453 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 0aa528b8-8530-42ba-90ee-996c01516c4f [pid: 7|app: 0|req: 475/951] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:16 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/952] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:16 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&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: 477/953] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/954] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/955] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:38:16 2026] PUT /v2.0/routers/0962ca39-7bce-4a88-bd23-1fce095375a3/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/956] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/957] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5b7227ed-9270-4ee7-88c6-107f6c233eb2 => 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: 481/958] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/subnets?id=f520c39c-c487-4a04-a489-458907eb9aa2 => 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: 482/959] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/ports?network_id=a317d97d-011d-4300-8f32-807954b3b59d&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: 7|app: 0|req: 483/960] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?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: 484/961] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?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) 2026-04-23 10:38:17.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-92d2ade5-1203-4981-9a60-f74557eeffe1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 33e409f9-596a-427e-8127-8f54cf31da05 2026-04-23 10:38:17.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92d2ade5-1203-4981-9a60-f74557eeffe1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 33e409f9-596a-427e-8127-8f54cf31da05 2026-04-23 10:38:17.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-92d2ade5-1203-4981-9a60-f74557eeffe1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 4690a5e5-8bd2-4614-a573-0d57b0d117ce 2026-04-23 10:38:17.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92d2ade5-1203-4981-9a60-f74557eeffe1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 4690a5e5-8bd2-4614-a573-0d57b0d117ce [pid: 7|app: 0|req: 485/962] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:17 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1008 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/963] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:18 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&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: 487/964] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:18 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/965] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:18 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:18.324 8 INFO neutron.services.segments.plugin [-] Segment 00f60d18-00d6-43b1-969a-244fb59386aa resource provider aggregate not found 2026-04-23 10:38:18.328 8 INFO neutron.services.segments.plugin [-] Segment 00f60d18-00d6-43b1-969a-244fb59386aa resource provider aggregate not found 2026-04-23 10:38:18.344 8 INFO neutron.services.segments.plugin [-] Segment 00f60d18-00d6-43b1-969a-244fb59386aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f60d18-00d6-43b1-969a-244fb59386aa found for delete ", "request_id": "req-0c689876-151b-4002-85ed-ea9cef3041e5"}]} 2026-04-23 10:38:18.350 8 INFO neutron.services.segments.plugin [-] Segment 00f60d18-00d6-43b1-969a-244fb59386aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f60d18-00d6-43b1-969a-244fb59386aa found for delete ", "request_id": "req-687c5705-316f-4196-9949-705c2b2774f4"}]} 2026-04-23 10:38:18.353 8 INFO neutron.db.l3_hamode_db [None req-92d2ade5-1203-4981-9a60-f74557eeffe1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network ae1f0482-fcea-407d-9fa2-6930056cf7f0 was deleted as no HA routers are present in tenant 43e950561e254464950c60a0b22635b3. [pid: 8|app: 0|req: 478/966] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:17 2026] DELETE /v2.0/routers/0962ca39-7bce-4a88-bd23-1fce095375a3 => generated 0 bytes in 954 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/967] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:38:18 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1277 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/968] 199.204.45.155 () {34 vars in 1123 bytes} [Thu Apr 23 10:38:18 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/969] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:18 2026] DELETE /v2.0/subnets/fb678f69-3ad2-4214-89be-599b63d4a302 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:18.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7ff0fae-a6a1-4f94-a7b3-54c1b43852c2 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: fdea93a9-15a1-41ba-986e-9d2964655abd 2026-04-23 10:38:18.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7ff0fae-a6a1-4f94-a7b3-54c1b43852c2 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: fdea93a9-15a1-41ba-986e-9d2964655abd [pid: 8|app: 0|req: 481/970] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:18 2026] DELETE /v2.0/networks/2e221f4f-9201-41dc-844a-72cfc7ce3a8b => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/971] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/security-groups?tenant_id=43e950561e254464950c60a0b22635b3&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: 491/972] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1008 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/973] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:19 2026] DELETE /v2.0/security-groups/f9c0f52b-cdbd-45f1-b341-998c30ac1d7d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/974] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&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: 483/975] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 493/976] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:19 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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-04-23 10:38:20.379 8 INFO neutron.services.segments.plugin [-] Segment e77e6bd4-c718-41df-b530-13f39c20784e resource provider aggregate not found 2026-04-23 10:38:20.389 8 INFO neutron.services.segments.plugin [-] Segment e77e6bd4-c718-41df-b530-13f39c20784e resource provider aggregate not found 2026-04-23 10:38:20.405 8 INFO neutron.services.segments.plugin [-] Segment e77e6bd4-c718-41df-b530-13f39c20784e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77e6bd4-c718-41df-b530-13f39c20784e found for delete ", "request_id": "req-0a95eef6-91f3-4e77-9b57-30c25d2c3678"}]} 2026-04-23 10:38:20.412 8 INFO neutron.services.segments.plugin [-] Segment e77e6bd4-c718-41df-b530-13f39c20784e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77e6bd4-c718-41df-b530-13f39c20784e found for delete ", "request_id": "req-e7dfa36d-f970-4d42-aef3-bc00a06ae5ba"}]} [pid: 8|app: 0|req: 484/977] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:20 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/978] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:20 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/979] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:20 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/980] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:20 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/981] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:21 2026] GET /v2.0/security-groups?tenant_id=fadc4ef004ef428ea51e638b5547bf9b&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/982] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:21 2026] DELETE /v2.0/security-groups/bc0f3461-edfc-4caa-8eba-ed161eedef2c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:21.649 8 INFO neutron.db.segments_db [None req-8be5ec78-e960-4882-aeab-999cb844dbe5 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment d61d0448-8679-49b5-879e-be602b61137d of type vxlan for network d52c4aef-4cf6-4ddd-9f4a-378241033a80 [pid: 7|app: 0|req: 497/983] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:21 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/984] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:38:21 2026] POST /v2.0/networks => generated 719 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/985] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:21 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 488/986] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:21 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/987] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:21 2026] GET /v2.0/security-groups?tenant_id=bff93e043d0c4216bd6e3d6cc4aa1bda&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/988] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:21 2026] POST /v2.0/subnets => generated 685 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/989] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:22 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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: 500/990] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:22 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:22.097 7 INFO neutron.db.segments_db [None req-a7a8badf-2afa-4fdf-8586-3411ee7395a9 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 of type vxlan for network 94063773-bc98-49d5-be74-b8b1dd6d40a5 [pid: 8|app: 0|req: 491/991] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:22 2026] DELETE /v2.0/security-groups/97f2d859-437a-466e-abca-1989fdee1516 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:22.375 7 INFO neutron.db.l3_hamode_db [None req-a7a8badf-2afa-4fdf-8586-3411ee7395a9 5852331bee0b4c3d9348f263597c2d07 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:38:22.506 8 INFO neutron.db.l3_db [None req-feb14954-049b-4476-9302-e4535dcdec70 e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Floating IP 42829760-5138-434f-b0e1-e7e6cf6ec3cc associated. External IP: 10.96.250.212, port: 2565b112-82bc-4aa8-bbef-a4a9cf1b26b3. [pid: 8|app: 0|req: 492/992] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:22 2026] PUT /v2.0/floatingips/42829760-5138-434f-b0e1-e7e6cf6ec3cc => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:22.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0519e1b-4a0d-4bb9-b1a4-5cb66a17a0d0'] response: {'name': 'network-changed', 'server_uuid': '56b7e522-b864-422a-afbc-a55500ddb589', 'tag': '2565b112-82bc-4aa8-bbef-a4a9cf1b26b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 493/993] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:23.274 7 INFO neutron.db.l3_hamode_db [None req-a7a8badf-2afa-4fdf-8586-3411ee7395a9 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 494/994] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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: 495/995] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 496/996] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/ports?tenant_id=3f44500d6dec4da38f0beafeb3de8ef0&device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/997] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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: 498/998] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/networks?id=782a049f-f164-4fdd-b0a1-67b37496f301 => generated 768 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/999] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1000] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:38:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 => generated 858 bytes in 35 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.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:22 2026] POST /v2.0/routers => generated 725 bytes in 2300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1002] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:24 2026] GET /v2.0/subnets?id=ae5a1456-4207-495a-acae-63fa23a384ca => generated 690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:24.511 8 INFO neutron.db.l3_db [None req-200d0a4f-3d0e-403d-81c0-0e0359f523e0 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Floating IP 76394059-af8d-411d-b358-fc4c400c5958 associated. External IP: 10.96.250.207, port: 5b7227ed-9270-4ee7-88c6-107f6c233eb2. [pid: 8|app: 0|req: 501/1003] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:38:23 2026] POST /v2.0/floatingips => generated 855 bytes in 1255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1004] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:24 2026] GET /v2.0/ports?network_id=782a049f-f164-4fdd-b0a1-67b37496f301&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:24.927 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-545cdb20-c34e-45ed-94d9-247f43528534'] response: {'name': 'network-changed', 'server_uuid': '2053ab40-b749-4efc-a55f-5fff93fa86c3', 'tag': '5b7227ed-9270-4ee7-88c6-107f6c233eb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 503/1005] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:24 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1006] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:24 2026] GET /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1007] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:24 2026] GET /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301?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: 506/1008] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1009] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1010] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5b7227ed-9270-4ee7-88c6-107f6c233eb2 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1011] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/subnets?id=f520c39c-c487-4a04-a489-458907eb9aa2 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1012] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/ports?network_id=a317d97d-011d-4300-8f32-807954b3b59d&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1013] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?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: 512/1014] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?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: 503/1015] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:38:24 2026] PUT /v2.0/routers/1609420a-70c8-4edd-b685-2a76e42c99f7/add_router_interface => generated 309 bytes in 1397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1016] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:25 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 855 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1017] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:38:26 2026] POST /v2.0/security-groups => generated 1661 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1018] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1019] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:38:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1020] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:27 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 857 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1021] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:27 2026] GET /v2.0/security-groups?tenant_id=71987c1e2a1f4ec7817d061a0d3ac9d3&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1022] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:38:26 2026] POST /v2.0/floatingips => generated 552 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1023] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:27 2026] DELETE /v2.0/security-groups/c2a32467-6d66-4dcd-b28c-f0a2a759ec33 => 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: 516/1024] 10.0.0.242 () {34 vars in 1099 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2087495769&fields=id&tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1025] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/networks?id=d52c4aef-4cf6-4ddd-9f4a-378241033a80 => generated 670 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1026] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/quotas/4e3044a6fd2f4b1f839d578e0b26d69b => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1027] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/ports?tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1028] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1029] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80?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: 519/1030] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:28 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 512/1031] 10.0.0.234 () {32 vars in 652 bytes} [Thu Apr 23 10:38:29 2026] GET /v2.0/extensions => generated 21537 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1032] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1033] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1034] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:30 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: 514/1035] 10.0.0.234 () {32 vars in 664 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1036] 10.0.0.234 () {32 vars in 698 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1037] 10.0.0.234 () {32 vars in 696 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1038] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1039] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1040] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:30 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: 7|app: 0|req: 518/1041] 10.0.0.234 () {32 vars in 702 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 524/1042] 10.0.0.234 () {32 vars in 692 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1043] 10.0.0.234 () {32 vars in 694 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1044] 10.0.0.234 () {32 vars in 684 bytes} [Thu Apr 23 10:38: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: 520/1045] 10.0.0.234 () {32 vars in 686 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1046] 10.0.0.234 () {32 vars in 660 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1047] 10.0.0.234 () {32 vars in 698 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1048] 10.0.0.234 () {32 vars in 678 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1049] 10.0.0.234 () {32 vars in 682 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 528/1050] 10.0.0.234 () {32 vars in 674 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1051] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1052] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1053] 10.0.0.234 () {32 vars in 686 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1054] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1055] 10.0.0.234 () {32 vars in 686 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1056] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1057] 10.0.0.234 () {32 vars in 698 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1058] 10.0.0.234 () {32 vars in 678 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1059] 10.0.0.234 () {32 vars in 666 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1060] 10.0.0.234 () {32 vars in 676 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1061] 10.0.0.234 () {32 vars in 664 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/l3-ha => 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: 534/1062] 10.0.0.234 () {32 vars in 674 bytes} [Thu Apr 23 10:38:30 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: 529/1063] 10.0.0.234 () {32 vars in 712 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1064] 10.0.0.234 () {32 vars in 690 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1065] 10.0.0.234 () {32 vars in 682 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1066] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1067] 10.0.0.234 () {32 vars in 686 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 537/1068] 10.0.0.234 () {32 vars in 704 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1069] 10.0.0.234 () {32 vars in 674 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1070] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1071] 10.0.0.234 () {32 vars in 674 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1072] 10.0.0.234 () {32 vars in 692 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1073] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1074] 10.0.0.234 () {32 vars in 708 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1075] 10.0.0.234 () {32 vars in 704 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1076] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1077] 10.0.0.234 () {32 vars in 696 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1078] 10.0.0.234 () {32 vars in 710 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1079] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:30 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: 540/1080] 10.0.0.234 () {32 vars in 686 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1081] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1082] 10.0.0.234 () {32 vars in 674 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1083] 10.0.0.234 () {32 vars in 670 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1084] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1085] 10.0.0.234 () {32 vars in 660 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1086] 10.0.0.234 () {32 vars in 698 bytes} [Thu Apr 23 10:38:30 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: 546/1087] 10.0.0.234 () {32 vars in 698 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1088] 10.0.0.234 () {32 vars in 676 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1089] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1090] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1091] 10.0.0.234 () {32 vars in 682 bytes} [Thu Apr 23 10:38:30 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: 549/1092] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1093] 10.0.0.234 () {32 vars in 684 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1094] 10.0.0.234 () {32 vars in 706 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1095] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 547/1096] 10.0.0.234 () {32 vars in 696 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1097] 10.0.0.234 () {32 vars in 694 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1098] 10.0.0.234 () {32 vars in 684 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1099] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1100] 10.0.0.234 () {32 vars in 704 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1101] 10.0.0.234 () {32 vars in 666 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1102] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1103] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1104] 10.0.0.234 () {32 vars in 690 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1105] 10.0.0.234 () {32 vars in 690 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1106] 10.0.0.234 () {32 vars in 694 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 558/1107] 10.0.0.234 () {32 vars in 684 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1108] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1109] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1279 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1110] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1111] 10.0.0.234 () {32 vars in 702 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1112] 10.0.0.234 () {32 vars in 712 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1113] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 564/1114] 10.0.0.234 () {32 vars in 714 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 565/1115] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:38:30 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: 8|app: 0|req: 566/1116] 10.0.0.234 () {32 vars in 740 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1117] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1118] 10.0.0.234 () {32 vars in 682 bytes} [Thu Apr 23 10:38: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: 7|app: 0|req: 551/1119] 10.0.0.234 () {32 vars in 857 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/floatingips?floating_network_id=a554b1db-5163-4a31-901b-557eb2d84e9a&port_id=2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1120] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:30 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1121] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1122] 10.0.0.234 () {32 vars in 678 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1123] 10.0.0.234 () {32 vars in 668 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1124] 10.0.0.234 () {32 vars in 696 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1125] 10.0.0.234 () {32 vars in 704 bytes} [Thu Apr 23 10:38:31 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: 8|app: 0|req: 572/1126] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1127] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1128] 10.0.0.234 () {32 vars in 682 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1129] 10.0.0.234 () {32 vars in 704 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1130] 10.0.0.234 () {32 vars in 694 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1131] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1132] 10.0.0.234 () {32 vars in 696 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1133] 10.0.0.234 () {32 vars in 678 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1134] 10.0.0.234 () {32 vars in 688 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1135] 10.0.0.234 () {32 vars in 700 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1136] 10.0.0.234 () {32 vars in 664 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1137] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 579/1138] 10.0.0.234 () {32 vars in 680 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1139] 10.0.0.234 () {32 vars in 676 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1140] 10.0.0.234 () {32 vars in 692 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1141] 10.0.0.234 () {32 vars in 676 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1142] 10.0.0.234 () {32 vars in 666 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1143] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/taas => generated 175 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1144] 10.0.0.234 () {32 vars in 674 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1145] 10.0.0.234 () {32 vars in 686 bytes} [Thu Apr 23 10:38:31 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) [pid: 7|app: 0|req: 565/1148] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1149] 10.0.0.197 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/security-groups?id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&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: 7|app: 0|req: 566/1150] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:31 2026] GET /v2.0/security-groups?tenant_id=eef71f68b095427094d24d8aa85b5fa8&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1151] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:32 2026] DELETE /v2.0/security-groups/910abee3-946d-47a8-b320-364c9eaa3dcf => 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: 567/1152] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:32 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 568/1153] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:33 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 586/1154] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:33 2026] GET /v2.0/networks?id=d52c4aef-4cf6-4ddd-9f4a-378241033a80 => generated 670 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1155] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:38:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1156] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:38:33 2026] POST /v2.0/ports => generated 958 bytes in 479 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-04-23 10:38:34.366 8 INFO neutron.db.segments_db [None req-6217d08f-1b58-44c9-aad7-7d739183d522 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Added segment 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 of type vxlan for network 1280ff5f-3a30-4a3f-a4b1-11ca5af83b93 [pid: 8|app: 0|req: 588/1157] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:34 2026] POST /v2.0/networks => generated 631 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1158] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:38:33 2026] PUT /v2.0/ports/35742430-4577-46d6-a008-c8d3ca6523a2 => generated 1239 bytes in 526 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: 589/1159] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:34 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1160] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:34 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 591/1161] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:34 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1162] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:34 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:34.634 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2756ef7-6c5b-409b-b70f-a767c3a4d7a0'] response: {'name': 'network-changed', 'server_uuid': '8faf23d2-9e63-4c6d-ba11-7a906f2b6d38', 'tag': '35742430-4577-46d6-a008-c8d3ca6523a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 571/1163] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:34 2026] POST /v2.0/subnets => generated 627 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:34.813 8 INFO neutron.db.segments_db [None req-ea902e95-3730-4a9c-8e16-c4b67e172eb8 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Added segment 19561800-4c08-4569-ae7f-81acc19ad329 of type vxlan for network 194443be-6f96-4b19-a9b0-00b6335dcae7 2026-04-23 10:38:35.149 8 INFO neutron.db.l3_hamode_db [None req-ea902e95-3730-4a9c-8e16-c4b67e172eb8 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 572/1164] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/ports?tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b&device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1165] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/networks?tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b&shared=False => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1166] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1167] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1168] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1169] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1170] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:35 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:35.994 8 INFO neutron.db.l3_hamode_db [None req-ea902e95-3730-4a9c-8e16-c4b67e172eb8 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 579/1171] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/ports?tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b&device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 580/1172] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=35742430-4577-46d6-a008-c8d3ca6523a2 => 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: 581/1173] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/subnets?id=47b634f1-6e26-44bc-b0d9-4cc784223c04 => generated 688 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1174] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/ports?network_id=d52c4aef-4cf6-4ddd-9f4a-378241033a80&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: 583/1175] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1176] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80?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: 585/1177] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1178] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1179] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:36 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:37.123 7 INFO neutron_taas.services.taas.taas_plugin [req-dcc165df-3cea-4f4e-b134-bb46a71a6ba6 req-5fc0218a-7efb-4aea-b6f5-510fdd6a26b7 e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] TaaS: Handle Delete Port: 2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 2026-04-23 10:38:37.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dcc165df-3cea-4f4e-b134-bb46a71a6ba6 req-5fc0218a-7efb-4aea-b6f5-510fdd6a26b7 e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Tap Mirror: Handle Delete Port: 2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 2026-04-23 10:38:37.270 7 INFO neutron.db.l3_db [req-dcc165df-3cea-4f4e-b134-bb46a71a6ba6 req-5fc0218a-7efb-4aea-b6f5-510fdd6a26b7 e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Floating IP 42829760-5138-434f-b0e1-e7e6cf6ec3cc disassociated. External IP: 10.96.250.212, port: 2565b112-82bc-4aa8-bbef-a4a9cf1b26b3. [pid: 8|app: 0|req: 593/1180] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:34 2026] POST /v2.0/routers => generated 695 bytes in 2691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1181] 10.0.0.242 () {34 vars in 1119 bytes} [Thu Apr 23 10:38:37 2026] GET /v2.0/security-groups?id=9a9385dc-8dbe-4318-bef4-04868deaf8e1&id=479125c4-dcc3-4ec8-acd5-1183471a5dbf&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1182] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:37 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&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: 588/1183] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:38:37 2026] DELETE /v2.0/ports/2565b112-82bc-4aa8-bbef-a4a9cf1b26b3 => generated 0 bytes in 718 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:37.768 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f49d2431-e77b-4b36-898b-d94442d565f0'] response: {'server_uuid': '56b7e522-b864-422a-afbc-a55500ddb589', 'name': 'network-vif-deleted', 'tag': '2565b112-82bc-4aa8-bbef-a4a9cf1b26b3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 589/1184] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:38 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => 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: 590/1185] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:38 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1186] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:38 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1187] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:38:37 2026] PUT /v2.0/routers/9de30348-f16a-4fd2-8989-3dfcec23a425/add_router_interface => generated 309 bytes in 1455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1188] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:38:38 2026] POST /v2.0/ports => generated 959 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 593/1189] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:39 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => 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: 597/1190] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:38:39 2026] POST /v2.0/ports => generated 954 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1191] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:39 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 595/1192] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:39 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&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-04-23 10:38:40.738 8 INFO neutron.db.l3_db [None req-5817847f-1f64-406f-81a7-4c4397d33e96 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Floating IP a1c5c612-dfe2-43e1-8976-7d5c588b4f5f associated. External IP: 10.96.250.216, port: f756cc9f-b0d2-4d4b-8054-aae118b2860d. [pid: 7|app: 0|req: 596/1193] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:40 2026] GET /v2.0/ports?device_id=56b7e522-b864-422a-afbc-a55500ddb589 => 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: 598/1194] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:38:39 2026] POST /v2.0/floatingips => generated 841 bytes in 1178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1195] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:41 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1196] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:41 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:41.247 8 INFO neutron.db.l3_db [None req-e216d2ad-c884-48f5-ab83-dad0678436c2 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Floating IP a1c5c612-dfe2-43e1-8976-7d5c588b4f5f disassociated. External IP: 10.96.250.216, port: f756cc9f-b0d2-4d4b-8054-aae118b2860d. [pid: 7|app: 0|req: 599/1197] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:41 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1198] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:41 2026] PUT /v2.0/floatingips/a1c5c612-dfe2-43e1-8976-7d5c588b4f5f => generated 552 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:41.697 7 INFO neutron.db.l3_db [None req-bc0b92a6-79d6-4818-9ec5-338425adf64e 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] Floating IP 9eeba841-5434-4d0d-99b2-67613f3267ff associated. External IP: 10.96.250.218, port: 35742430-4577-46d6-a008-c8d3ca6523a2. 2026-04-23 10:38:41.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0160b6b-d57a-45fd-a92e-5ff798042662 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: 26c9276d-5512-4018-9691-481cdfaccda9 2026-04-23 10:38:41.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0160b6b-d57a-45fd-a92e-5ff798042662 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: 26c9276d-5512-4018-9691-481cdfaccda9 [pid: 8|app: 0|req: 600/1199] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:38:41 2026] DELETE /v2.0/floatingips/a1c5c612-dfe2-43e1-8976-7d5c588b4f5f => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1200] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:41 2026] PUT /v2.0/floatingips/9eeba841-5434-4d0d-99b2-67613f3267ff => generated 856 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:42.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e15b8fe-91b5-43f4-a81c-b592bcee703e'] response: {'name': 'network-changed', 'server_uuid': '8faf23d2-9e63-4c6d-ba11-7a906f2b6d38', 'tag': '35742430-4577-46d6-a008-c8d3ca6523a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 601/1201] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:42 2026] DELETE /v2.0/security-groups/9a9385dc-8dbe-4318-bef4-04868deaf8e1 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1202] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:42 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:42.206 7 INFO neutron.api.v2.resource [None req-afb17e69-ffba-4d59-aceb-ec9b0db0e44d e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1203] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:38:42 2026] GET /v2.0/security-groups/9a9385dc-8dbe-4318-bef4-04868deaf8e1 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1204] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:42 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:42.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-d28d5e9c-c929-4807-9792-38f0075dde6d e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] TaaS: Handle Delete Port: 913f18ba-7789-4634-b3eb-f27bbd70f465 2026-04-23 10:38:42.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d28d5e9c-c929-4807-9792-38f0075dde6d e3f17acfd55a4abe9f0628ad3b0006bd 3f44500d6dec4da38f0beafeb3de8ef0 - - default default] Tap Mirror: Handle Delete Port: 913f18ba-7789-4634-b3eb-f27bbd70f465 [pid: 7|app: 0|req: 605/1205] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:38:42 2026] DELETE /v2.0/floatingips/42829760-5138-434f-b0e1-e7e6cf6ec3cc => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1206] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:42 2026] DELETE /v2.0/security-groups/479125c4-dcc3-4ec8-acd5-1183471a5dbf => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1207] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:42 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 608/1208] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:42 2026] GET /v2.0/ports?tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b&device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:42.817 8 INFO neutron.db.l3_db [None req-6c9b119b-33f2-49db-ad48-43977480ec9c 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Floating IP 81677d8e-9969-4d1d-b943-665f247b2bbe associated. External IP: 10.96.250.220, port: 867aa111-159e-4d66-a933-1ebfa77bff11. 2026-04-23 10:38:43.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5a10f13-89b5-41f2-b1ec-6c84a1a3583e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 165db784-6390-4012-ba98-f41ef8a92e05 2026-04-23 10:38:43.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5a10f13-89b5-41f2-b1ec-6c84a1a3583e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 165db784-6390-4012-ba98-f41ef8a92e05 [pid: 8|app: 0|req: 601/1209] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:38:41 2026] POST /v2.0/floatingips => generated 843 bytes in 1253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1210] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&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: 603/1211] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/networks?id=d52c4aef-4cf6-4ddd-9f4a-378241033a80 => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1212] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/floatingips/81677d8e-9969-4d1d-b943-665f247b2bbe => generated 843 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1213] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=35742430-4577-46d6-a008-c8d3ca6523a2 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1214] 10.0.0.234 () {32 vars in 654 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/floatingips => generated 846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1215] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/subnets?id=47b634f1-6e26-44bc-b0d9-4cc784223c04 => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1216] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:38:42 2026] PUT /v2.0/routers/248327dd-b948-4a1d-bdc6-05715debe175/remove_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1217] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:43 2026] GET /v2.0/ports?network_id=d52c4aef-4cf6-4ddd-9f4a-378241033a80&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:43.926 8 INFO neutron.db.l3_db [None req-203caaa0-cabb-4f84-9eaa-ec6d8be3cd80 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Floating IP 81677d8e-9969-4d1d-b943-665f247b2bbe associated. External IP: 10.96.250.220, port: 867aa111-159e-4d66-a933-1ebfa77bff11. 2026-04-23 10:38:44.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-319cfe82-22e4-41aa-8925-c4bf0a341f37 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 8f687bc0-a763-43d8-b307-697a530544d9 2026-04-23 10:38:44.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-319cfe82-22e4-41aa-8925-c4bf0a341f37 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 8f687bc0-a763-43d8-b307-697a530544d9 2026-04-23 10:38:44.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-319cfe82-22e4-41aa-8925-c4bf0a341f37 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: e2691106-0217-44a9-87c8-e2402d786ea1 2026-04-23 10:38:44.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-319cfe82-22e4-41aa-8925-c4bf0a341f37 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: e2691106-0217-44a9-87c8-e2402d786ea1 [pid: 8|app: 0|req: 608/1218] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:43 2026] PUT /v2.0/floatingips/81677d8e-9969-4d1d-b943-665f247b2bbe => generated 841 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1219] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:44 2026] GET /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1220] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:44 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:45.005 7 INFO neutron.services.segments.plugin [-] Segment bb4d9bdf-2792-422a-845a-a03a9d3a96e2 resource provider aggregate not found 2026-04-23 10:38:45.009 7 INFO neutron.services.segments.plugin [-] Segment bb4d9bdf-2792-422a-845a-a03a9d3a96e2 resource provider aggregate not found 2026-04-23 10:38:45.050 7 INFO neutron.services.segments.plugin [-] Segment bb4d9bdf-2792-422a-845a-a03a9d3a96e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4d9bdf-2792-422a-845a-a03a9d3a96e2 found for delete ", "request_id": "req-b6cd2f1b-2102-492c-8639-1754a8c524be"}]} 2026-04-23 10:38:45.058 7 INFO neutron.db.l3_hamode_db [None req-319cfe82-22e4-41aa-8925-c4bf0a341f37 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network e6a25e8f-effa-4c58-a91d-c0999e1d6b89 was deleted as no HA routers are present in tenant 3f44500d6dec4da38f0beafeb3de8ef0. 2026-04-23 10:38:45.065 7 INFO neutron.services.segments.plugin [-] Segment bb4d9bdf-2792-422a-845a-a03a9d3a96e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4d9bdf-2792-422a-845a-a03a9d3a96e2 found for delete ", "request_id": "req-311a7d23-ed92-421d-82ae-0cc21babf82c"}]} [pid: 7|app: 0|req: 611/1221] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:43 2026] DELETE /v2.0/routers/248327dd-b948-4a1d-bdc6-05715debe175 => generated 0 bytes in 1219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:45.101 8 INFO neutron.db.l3_db [None req-fcdc3df1-73cb-4382-a595-7d3b8252ee36 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Floating IP 81677d8e-9969-4d1d-b943-665f247b2bbe disassociated. External IP: 10.96.250.220, port: f756cc9f-b0d2-4d4b-8054-aae118b2860d. [pid: 7|app: 0|req: 612/1222] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:45 2026] GET /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1223] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:45 2026] GET /v2.0/security-groups?id=82276b68-b429-4342-ac12-1b3818d794f6&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1224] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:38:45 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1225] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:44 2026] PUT /v2.0/floatingips/81677d8e-9969-4d1d-b943-665f247b2bbe => generated 552 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1226] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:45 2026] DELETE /v2.0/subnets/ae5a1456-4207-495a-acae-63fa23a384ca => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:45.546 8 INFO neutron_taas.services.taas.taas_plugin [req-3b316641-1ace-4a17-b37c-686699756187 req-efe4491e-6e9c-4a5d-af2c-5ad418dac311 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] TaaS: Handle Delete Port: 35742430-4577-46d6-a008-c8d3ca6523a2 2026-04-23 10:38:45.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3b316641-1ace-4a17-b37c-686699756187 req-efe4491e-6e9c-4a5d-af2c-5ad418dac311 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] Tap Mirror: Handle Delete Port: 35742430-4577-46d6-a008-c8d3ca6523a2 2026-04-23 10:38:45.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-65faceb1-e21e-4952-92fb-5c3a6e1c4543 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: 6aa91b1f-31a3-430d-9d6b-d3587b543014 2026-04-23 10:38:45.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65faceb1-e21e-4952-92fb-5c3a6e1c4543 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: 6aa91b1f-31a3-430d-9d6b-d3587b543014 2026-04-23 10:38:45.674 8 INFO neutron.db.l3_db [req-3b316641-1ace-4a17-b37c-686699756187 req-efe4491e-6e9c-4a5d-af2c-5ad418dac311 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] Floating IP 9eeba841-5434-4d0d-99b2-67613f3267ff disassociated. External IP: 10.96.250.218, port: 35742430-4577-46d6-a008-c8d3ca6523a2. [pid: 7|app: 0|req: 616/1227] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:38:45 2026] DELETE /v2.0/floatingips/81677d8e-9969-4d1d-b943-665f247b2bbe => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:45.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-755fbbaa-16c2-4d14-b59e-77cb7d1dfb24 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 9ee9ca2a-ce4c-4254-a52a-0a6bcd0b2ed3 2026-04-23 10:38:45.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-755fbbaa-16c2-4d14-b59e-77cb7d1dfb24 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 9ee9ca2a-ce4c-4254-a52a-0a6bcd0b2ed3 [pid: 8|app: 0|req: 612/1228] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:38:45 2026] DELETE /v2.0/ports/35742430-4577-46d6-a008-c8d3ca6523a2 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:46.075 8 INFO neutron.api.v2.resource [None req-4f7fb5c6-586d-409a-b4be-8f47a5d3cec7 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 613/1229] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:38:46 2026] DELETE /v2.0/floatingips/81677d8e-9969-4d1d-b943-665f247b2bbe => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:38:46.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fdf601f-0a98-40b9-a3a9-6b1b4b94b86e'] response: {'server_uuid': '8faf23d2-9e63-4c6d-ba11-7a906f2b6d38', 'name': 'network-vif-deleted', 'tag': '35742430-4577-46d6-a008-c8d3ca6523a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 617/1230] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:45 2026] DELETE /v2.0/networks/782a049f-f164-4fdd-b0a1-67b37496f301 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:46.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0131f52-6633-43da-b7f7-63b6ecd87624 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: f756cc9f-b0d2-4d4b-8054-aae118b2860d 2026-04-23 10:38:46.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0131f52-6633-43da-b7f7-63b6ecd87624 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: f756cc9f-b0d2-4d4b-8054-aae118b2860d [pid: 8|app: 0|req: 614/1231] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:38:46 2026] DELETE /v2.0/ports/f756cc9f-b0d2-4d4b-8054-aae118b2860d => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1232] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:46 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:38:46.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-93cdb90d-1ea8-4452-8640-fac67658affa 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: bd212a75-1226-42f4-8251-d224b2ac1353 2026-04-23 10:38:46.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93cdb90d-1ea8-4452-8640-fac67658affa 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: bd212a75-1226-42f4-8251-d224b2ac1353 2026-04-23 10:38:46.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e160bf8-504f-41b6-bc2e-fce67a27b51b 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: 867aa111-159e-4d66-a933-1ebfa77bff11 2026-04-23 10:38:46.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e160bf8-504f-41b6-bc2e-fce67a27b51b 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: 867aa111-159e-4d66-a933-1ebfa77bff11 [pid: 8|app: 0|req: 616/1233] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:38:46 2026] DELETE /v2.0/ports/867aa111-159e-4d66-a933-1ebfa77bff11 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1236] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:38:46 2026] GET /v2.0/ports?device_id=9de30348-f16a-4fd2-8989-3dfcec23a425 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:47.092 7 INFO neutron.services.segments.plugin [-] Segment de76b030-7bbf-4dd6-b1ce-24d5d61160f5 resource provider aggregate not found 2026-04-23 10:38:47.104 7 INFO neutron.services.segments.plugin [-] Segment de76b030-7bbf-4dd6-b1ce-24d5d61160f5 resource provider aggregate not found 2026-04-23 10:38:47.129 7 INFO neutron.services.segments.plugin [-] Segment de76b030-7bbf-4dd6-b1ce-24d5d61160f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de76b030-7bbf-4dd6-b1ce-24d5d61160f5 found for delete ", "request_id": "req-b6feb774-9cc3-4e8f-b8c8-3538ea50938d"}]} 2026-04-23 10:38:47.136 7 INFO neutron.services.segments.plugin [-] Segment de76b030-7bbf-4dd6-b1ce-24d5d61160f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de76b030-7bbf-4dd6-b1ce-24d5d61160f5 found for delete ", "request_id": "req-59f2532d-ef3a-44ba-b7fa-dc62a0d67efc"}]} [pid: 7|app: 0|req: 618/1237] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:38:46 2026] PUT /v2.0/routers/bd9c0973-541a-4e38-8783-851f3e8ec0f3/remove_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1238] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:38:47 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:47.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-142ae5d5-cf57-4284-9335-ec266eeffb0c 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: baaae04b-38e4-402d-a87e-a532ab68f0ac 2026-04-23 10:38:47.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-142ae5d5-cf57-4284-9335-ec266eeffb0c 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: baaae04b-38e4-402d-a87e-a532ab68f0ac 2026-04-23 10:38:47.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-a59cd205-5ceb-4fd8-8055-74497d232aeb 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 3eb5373f-db92-493d-a471-768e1b717ea3 2026-04-23 10:38:47.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a59cd205-5ceb-4fd8-8055-74497d232aeb 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 3eb5373f-db92-493d-a471-768e1b717ea3 2026-04-23 10:38:47.799 7 INFO neutron_taas.services.taas.taas_plugin [None req-a59cd205-5ceb-4fd8-8055-74497d232aeb 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: c6708c3e-6250-4187-a11e-2d2cd6217666 2026-04-23 10:38:47.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a59cd205-5ceb-4fd8-8055-74497d232aeb 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: c6708c3e-6250-4187-a11e-2d2cd6217666 [pid: 8|app: 0|req: 620/1239] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:38:46 2026] PUT /v2.0/routers/9de30348-f16a-4fd2-8989-3dfcec23a425/remove_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1240] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:38:47 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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: 622/1241] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:47 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:38:48.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-dae51fb2-282d-4279-b1c8-43476f1d3ae4 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: de22fe0b-8cfc-4fe8-a6da-53998ecbb54b 2026-04-23 10:38:48.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dae51fb2-282d-4279-b1c8-43476f1d3ae4 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: de22fe0b-8cfc-4fe8-a6da-53998ecbb54b 2026-04-23 10:38:48.197 7 INFO neutron.db.l3_hamode_db [None req-a59cd205-5ceb-4fd8-8055-74497d232aeb 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network 4eff916c-c248-4714-b876-c40f845c1832 was deleted as no HA routers are present in tenant 14f1dc6eb0a34f5b910eab1d1d0c30f3. [pid: 7|app: 0|req: 620/1242] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:47 2026] DELETE /v2.0/routers/bd9c0973-541a-4e38-8783-851f3e8ec0f3 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1243] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:48 2026] DELETE /v2.0/subnets/29599ae9-7b20-402f-830c-54521abc0ca6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:48.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-dae51fb2-282d-4279-b1c8-43476f1d3ae4 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] TaaS: Handle Delete Port: 44dd26e0-57f2-47a0-aeb8-fe2649be55c0 2026-04-23 10:38:48.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dae51fb2-282d-4279-b1c8-43476f1d3ae4 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] Tap Mirror: Handle Delete Port: 44dd26e0-57f2-47a0-aeb8-fe2649be55c0 2026-04-23 10:38:48.433 7 INFO neutron_taas.services.taas.taas_plugin [None req-56c18279-5ec1-4b63-9445-82381872e1ff 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: fe502b31-d6ea-4679-89e1-6107f1dfe3c1 2026-04-23 10:38:48.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56c18279-5ec1-4b63-9445-82381872e1ff 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: fe502b31-d6ea-4679-89e1-6107f1dfe3c1 [pid: 7|app: 0|req: 622/1244] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:48 2026] DELETE /v2.0/networks/b3dd4853-7a52-49e3-92b6-bb3a8259f9de => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:48.689 8 INFO neutron.services.segments.plugin [-] Segment 19561800-4c08-4569-ae7f-81acc19ad329 resource provider aggregate not found 2026-04-23 10:38:48.699 8 INFO neutron.services.segments.plugin [-] Segment 19561800-4c08-4569-ae7f-81acc19ad329 resource provider aggregate not found 2026-04-23 10:38:48.710 8 INFO neutron.services.segments.plugin [-] Segment 19561800-4c08-4569-ae7f-81acc19ad329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19561800-4c08-4569-ae7f-81acc19ad329 found for delete ", "request_id": "req-38b1eea8-8ac1-40d5-b158-61933fa93fe7"}]} 2026-04-23 10:38:48.719 8 INFO neutron.db.l3_hamode_db [None req-dae51fb2-282d-4279-b1c8-43476f1d3ae4 29a4e2d36ed04195808b80052c26d569 467fe72fba9e4f23ac9a4cc73a1446d9 - - default default] HA network 194443be-6f96-4b19-a9b0-00b6335dcae7 was deleted as no HA routers are present in tenant 467fe72fba9e4f23ac9a4cc73a1446d9. 2026-04-23 10:38:48.721 8 INFO neutron.services.segments.plugin [-] Segment 19561800-4c08-4569-ae7f-81acc19ad329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19561800-4c08-4569-ae7f-81acc19ad329 found for delete ", "request_id": "req-465f9653-f305-467c-b83f-48b8d5e6c334"}]} [pid: 8|app: 0|req: 623/1245] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:47 2026] DELETE /v2.0/routers/9de30348-f16a-4fd2-8989-3dfcec23a425 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1246] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:48 2026] DELETE /v2.0/subnets/69ed2d82-5b9f-4714-aa27-9e7edb6cc47f => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1247] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:48 2026] DELETE /v2.0/networks/1280ff5f-3a30-4a3f-a4b1-11ca5af83b93 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1248] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:48 2026] GET /v2.0/security-groups?tenant_id=14f1dc6eb0a34f5b910eab1d1d0c30f3&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1249] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:38:49 2026] GET /v2.0/ports?device_id=8faf23d2-9e63-4c6d-ba11-7a906f2b6d38 => 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: 625/1250] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:49 2026] DELETE /v2.0/security-groups/6979ccc2-45e1-4fab-920b-0d78587a4a08 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:49.154 7 INFO neutron.services.segments.plugin [-] Segment a26b2347-72a6-4053-898a-c17fc104c31f resource provider aggregate not found 2026-04-23 10:38:49.159 7 INFO neutron.services.segments.plugin [-] Segment a26b2347-72a6-4053-898a-c17fc104c31f resource provider aggregate not found 2026-04-23 10:38:49.172 7 INFO neutron.services.segments.plugin [-] Segment a26b2347-72a6-4053-898a-c17fc104c31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a26b2347-72a6-4053-898a-c17fc104c31f found for delete ", "request_id": "req-a4cba561-b564-47b1-a95c-b7fd796137d8"}]} 2026-04-23 10:38:49.178 7 INFO neutron.services.segments.plugin [-] Segment a26b2347-72a6-4053-898a-c17fc104c31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a26b2347-72a6-4053-898a-c17fc104c31f found for delete ", "request_id": "req-917dd164-226b-437e-a0fb-243578714e94"}]} 2026-04-23 10:38:49.198 7 INFO neutron.services.segments.plugin [-] Segment 2de1af6a-c3bf-49db-9749-4be05988a027 resource provider aggregate not found 2026-04-23 10:38:49.204 7 INFO neutron.services.segments.plugin [-] Segment 2de1af6a-c3bf-49db-9749-4be05988a027 resource provider aggregate not found 2026-04-23 10:38:49.221 7 INFO neutron.services.segments.plugin [-] Segment 2de1af6a-c3bf-49db-9749-4be05988a027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de1af6a-c3bf-49db-9749-4be05988a027 found for delete ", "request_id": "req-b8eb0fb9-4393-40b7-b198-fb546971d523"}]} 2026-04-23 10:38:49.222 7 INFO neutron.services.segments.plugin [-] Segment 2de1af6a-c3bf-49db-9749-4be05988a027 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2de1af6a-c3bf-49db-9749-4be05988a027 found for delete ", "request_id": "req-cfcf734c-372b-4e02-8d92-ec8974a12c9e"}]} [pid: 7|app: 0|req: 626/1251] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:49 2026] GET /v2.0/security-groups?tenant_id=3f44500d6dec4da38f0beafeb3de8ef0&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1252] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:49 2026] DELETE /v2.0/security-groups/9968a9c7-95be-43b0-b3d0-acdaa6edfc97 => 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: 627/1253] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:49 2026] GET /v2.0/security-groups?tenant_id=467fe72fba9e4f23ac9a4cc73a1446d9&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1254] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:49 2026] DELETE /v2.0/security-groups/b4b89923-b678-4afc-ab76-bb904357e315 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1255] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:50 2026] DELETE /v2.0/security-groups/82276b68-b429-4342-ac12-1b3818d794f6 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:50.352 8 INFO neutron.api.v2.resource [None req-80cafca9-55cd-437d-b84d-fab5020a0348 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 628/1256] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:38:50 2026] GET /v2.0/security-groups/82276b68-b429-4342-ac12-1b3818d794f6 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:38:50.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-49284056-238a-47d6-8a1e-8ad1f3fd2c20 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] TaaS: Handle Delete Port: 589bb1e9-5705-4099-826a-04e6828cbace 2026-04-23 10:38:50.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49284056-238a-47d6-8a1e-8ad1f3fd2c20 447ba7d401b048a6aba4e73fdadc1292 4e3044a6fd2f4b1f839d578e0b26d69b - - default default] Tap Mirror: Handle Delete Port: 589bb1e9-5705-4099-826a-04e6828cbace [pid: 7|app: 0|req: 629/1257] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:38:50 2026] DELETE /v2.0/floatingips/9eeba841-5434-4d0d-99b2-67613f3267ff => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:50.748 8 INFO neutron.services.segments.plugin [-] Segment 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 resource provider aggregate not found 2026-04-23 10:38:50.753 8 INFO neutron.services.segments.plugin [-] Segment 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 resource provider aggregate not found 2026-04-23 10:38:50.772 8 INFO neutron.services.segments.plugin [-] Segment 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 found for delete ", "request_id": "req-8a91ad92-760c-407a-b859-26130fc447de"}]} 2026-04-23 10:38:50.780 8 INFO neutron.services.segments.plugin [-] Segment 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eaf75d6-dca0-488e-a2e7-76c4d56b3398 found for delete ", "request_id": "req-8ede4f02-cf94-4994-939e-6d982b906451"}]} 2026-04-23 10:38:51.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-34685d0c-5bc6-4e6e-98d8-5edc172c7360 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 0e237b28-04fb-4cc4-abb4-534387e15611 2026-04-23 10:38:51.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34685d0c-5bc6-4e6e-98d8-5edc172c7360 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 0e237b28-04fb-4cc4-abb4-534387e15611 [pid: 8|app: 0|req: 629/1258] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:38:50 2026] PUT /v2.0/routers/1609420a-70c8-4edd-b685-2a76e42c99f7/remove_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:52.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-67243735-58e2-4a5e-8e5d-a707ee35edec 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 76cc52b8-97d4-4d70-8e38-98f814dcb297 2026-04-23 10:38:52.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67243735-58e2-4a5e-8e5d-a707ee35edec 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 76cc52b8-97d4-4d70-8e38-98f814dcb297 2026-04-23 10:38:52.148 7 INFO neutron.db.segments_db [None req-904aa5a1-d898-48c9-a878-cabe84984210 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Added segment 78c49487-1d11-4c17-9109-79f766646f15 of type vxlan for network 51b2331b-9c3f-4738-ad22-d349241afead 2026-04-23 10:38:52.211 7 INFO neutron.db.segments_db [None req-904aa5a1-d898-48c9-a878-cabe84984210 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Added segment 7991312b-1fff-4fc3-80ae-216eea1b5a3a of type vxlan for network 54ad2c76-2d69-45e6-95de-22bde7673dc2 [pid: 7|app: 0|req: 630/1259] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:51 2026] POST /v2.0/networks => generated 1207 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:38:52.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-67243735-58e2-4a5e-8e5d-a707ee35edec 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 64422bf5-3a94-487f-a4b1-ec101c5e350d 2026-04-23 10:38:52.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67243735-58e2-4a5e-8e5d-a707ee35edec 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 64422bf5-3a94-487f-a4b1-ec101c5e350d [pid: 7|app: 0|req: 631/1260] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:38:52 2026] GET /v2.0/networks => generated 1844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:52.522 7 INFO neutron.services.segments.plugin [-] Segment 78c49487-1d11-4c17-9109-79f766646f15 resource provider aggregate not found 2026-04-23 10:38:52.526 7 INFO neutron.services.segments.plugin [-] Segment 78c49487-1d11-4c17-9109-79f766646f15 resource provider aggregate not found 2026-04-23 10:38:52.549 7 INFO neutron.services.segments.plugin [-] Segment 78c49487-1d11-4c17-9109-79f766646f15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78c49487-1d11-4c17-9109-79f766646f15 found for delete ", "request_id": "req-f826a10e-88cc-49d4-b1ed-eb0ce1bf77b5"}]} [pid: 7|app: 0|req: 632/1261] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:52 2026] DELETE /v2.0/networks/51b2331b-9c3f-4738-ad22-d349241afead => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:52.565 7 INFO neutron.services.segments.plugin [-] Segment 78c49487-1d11-4c17-9109-79f766646f15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78c49487-1d11-4c17-9109-79f766646f15 found for delete ", "request_id": "req-a948da22-4091-4cdb-89d7-2dd185ecead6"}]} [pid: 7|app: 0|req: 633/1262] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:52 2026] DELETE /v2.0/networks/54ad2c76-2d69-45e6-95de-22bde7673dc2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:52.738 8 INFO neutron.db.l3_hamode_db [None req-67243735-58e2-4a5e-8e5d-a707ee35edec 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network 94063773-bc98-49d5-be74-b8b1dd6d40a5 was deleted as no HA routers are present in tenant 4e3044a6fd2f4b1f839d578e0b26d69b. [pid: 8|app: 0|req: 630/1263] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:51 2026] DELETE /v2.0/routers/1609420a-70c8-4edd-b685-2a76e42c99f7 => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1264] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:38:52 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:52.811 8 INFO neutron.services.segments.plugin [-] Segment 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 resource provider aggregate not found 2026-04-23 10:38:52.816 8 INFO neutron.services.segments.plugin [-] Segment 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 resource provider aggregate not found 2026-04-23 10:38:52.828 7 INFO neutron.db.segments_db [None req-aef229b5-596c-4799-9935-2d6f7decfab6 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Added segment 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 of type vxlan for network 9a0b2be3-22f3-49ff-ab1f-36d685ac8b49 2026-04-23 10:38:52.841 8 INFO neutron.services.segments.plugin [-] Segment 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 found for delete ", "request_id": "req-02265f2d-27c1-4fb1-a4db-106aa8bb10a0"}]} 2026-04-23 10:38:52.845 8 INFO neutron.services.segments.plugin [-] Segment 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 247faf2f-2e1e-44b8-beb4-fbc1fd3871b5 found for delete ", "request_id": "req-38f2c490-c2ce-4456-9151-e4e384e2c58b"}]} [pid: 7|app: 0|req: 635/1265] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:52 2026] POST /v2.0/networks => generated 634 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1266] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:52 2026] DELETE /v2.0/subnets/47b634f1-6e26-44bc-b0d9-4cc784223c04 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:53.009 7 INFO neutron.db.segments_db [None req-c741604e-51d4-4275-b65e-0f46244c0202 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Added segment 7345c8bc-a18b-47f4-9f14-c0df63342fe2 of type vxlan for network e571e04f-a360-4ac5-ac41-15922412d88b 2026-04-23 10:38:53.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0ef6066-3187-4c93-895e-7d13f96f7c6f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 3f064df3-1d37-4f6a-948e-fda9d9b4c37e 2026-04-23 10:38:53.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0ef6066-3187-4c93-895e-7d13f96f7c6f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 3f064df3-1d37-4f6a-948e-fda9d9b4c37e [pid: 7|app: 0|req: 636/1267] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:52 2026] POST /v2.0/networks => generated 634 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1268] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:52 2026] DELETE /v2.0/networks/d52c4aef-4cf6-4ddd-9f4a-378241033a80 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1269] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:53 2026] GET /v2.0/security-groups?tenant_id=4e3044a6fd2f4b1f839d578e0b26d69b&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1270] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:53 2026] DELETE /v2.0/security-groups/c1e423b0-40bb-4176-9b01-bc4519381c1d => 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: 637/1271] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:38:53 2026] POST /v2.0/ports => generated 1504 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1272] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:38:53 2026] GET /v2.0/ports => generated 1504 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:54.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-63077e40-a804-4bdb-a5cd-734137fab53e 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] TaaS: Handle Delete Port: 8ec34f9e-cbb3-4dac-996c-5650cb3a895c 2026-04-23 10:38:54.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63077e40-a804-4bdb-a5cd-734137fab53e 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Tap Mirror: Handle Delete Port: 8ec34f9e-cbb3-4dac-996c-5650cb3a895c /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 636/1273] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:38:53 2026] DELETE /v2.0/ports/8ec34f9e-cbb3-4dac-996c-5650cb3a895c => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:54.282 7 INFO neutron.db.segments_db [None req-f9692d3e-a083-462b-9a9c-c48b4b9f466c cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] Added segment 741463c2-b678-4efd-9804-6b69cc0e57c7 of type vxlan for network ed61a843-e6e0-4b5d-8793-461f209e903d 2026-04-23 10:38:54.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-47f220db-c33d-4115-8418-1621367a1555 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] TaaS: Handle Delete Port: 759cead3-5364-46c6-a1b9-e62a1e90385e 2026-04-23 10:38:54.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47f220db-c33d-4115-8418-1621367a1555 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Tap Mirror: Handle Delete Port: 759cead3-5364-46c6-a1b9-e62a1e90385e [pid: 7|app: 0|req: 638/1274] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:53 2026] POST /v2.0/networks => generated 708 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1275] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:38:54 2026] DELETE /v2.0/ports/759cead3-5364-46c6-a1b9-e62a1e90385e => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1276] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:38:54 2026] GET /v2.0/ports => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:38:54.539 8 INFO neutron.db.segments_db [None req-bf5266f0-733d-4b0a-84bc-5012b5950a48 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Added segment 6660460c-14e1-4be1-970c-5b44b4d2e29f of type vxlan for network 148541c0-089e-4e99-99ee-18384ec391ca 2026-04-23 10:38:54.574 7 INFO neutron.services.segments.plugin [-] Segment 7991312b-1fff-4fc3-80ae-216eea1b5a3a resource provider aggregate not found 2026-04-23 10:38:54.597 7 INFO neutron.services.segments.plugin [-] Segment 7991312b-1fff-4fc3-80ae-216eea1b5a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7991312b-1fff-4fc3-80ae-216eea1b5a3a found for delete ", "request_id": "req-f395661e-9cd5-430f-9332-f698fb6eb2d8"}]} 2026-04-23 10:38:54.598 7 INFO neutron.services.segments.plugin [-] Segment 7991312b-1fff-4fc3-80ae-216eea1b5a3a resource provider aggregate not found 2026-04-23 10:38:54.630 7 INFO neutron.services.segments.plugin [-] Segment 7991312b-1fff-4fc3-80ae-216eea1b5a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7991312b-1fff-4fc3-80ae-216eea1b5a3a found for delete ", "request_id": "req-4c3d26f3-b40f-4c66-b3d4-31714ed8e00d"}]} [pid: 7|app: 0|req: 639/1277] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:54 2026] POST /v2.0/subnets => generated 644 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:54.643 7 WARNING neutron.api.v2.base [None req-a354d7c8-071e-4e92-8f80-3c0fb1ed1ba7 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - 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-04-23 10:38:54.644 7 INFO neutron.api.v2.resource [None req-a354d7c8-071e-4e92-8f80-3c0fb1ed1ba7 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 640/1278] 10.0.0.234 () {34 vars in 680 bytes} [Thu Apr 23 10:38:54 2026] POST /v2.0/rbac-policies => generated 143 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1279] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:54 2026] POST /v2.0/networks => generated 635 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:54.754 8 INFO neutron.db.segments_db [None req-419f3113-6c67-4a5d-8afa-1a8e58e46dda 54b1fde48a374c3b9624cca383f47a8f ba5f6420d92643afb858e2c396cc5065 - - default default] Added segment 1cd6aac6-f1b8-4245-9aae-e4b062550f2a of type vxlan for network 879092b6-547b-4cfc-810a-3db33009ed91 [pid: 8|app: 0|req: 640/1280] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:54 2026] POST /v2.0/networks => generated 635 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:54.881 8 INFO neutron.services.segments.plugin [-] Segment d61d0448-8679-49b5-879e-be602b61137d resource provider aggregate not found 2026-04-23 10:38:54.889 8 INFO neutron.services.segments.plugin [-] Segment d61d0448-8679-49b5-879e-be602b61137d resource provider aggregate not found 2026-04-23 10:38:54.903 8 INFO neutron.services.segments.plugin [-] Segment d61d0448-8679-49b5-879e-be602b61137d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d61d0448-8679-49b5-879e-be602b61137d found for delete ", "request_id": "req-33f5dcdf-d1e2-4db9-8852-af0016bb1c2e"}]} 2026-04-23 10:38:54.906 8 INFO neutron.services.segments.plugin [-] Segment d61d0448-8679-49b5-879e-be602b61137d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d61d0448-8679-49b5-879e-be602b61137d found for delete ", "request_id": "req-32d04018-e5be-4402-9132-c63e541b04c9"}]} [pid: 7|app: 0|req: 641/1281] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:54 2026] DELETE /v2.0/networks/ed61a843-e6e0-4b5d-8793-461f209e903d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:55.005 8 INFO neutron.db.segments_db [None req-a5406f41-09d1-43bc-9ed0-357ceda9b5ea cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] Added segment 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 of type vxlan for network e7c6ad9d-b307-4dad-9094-fd1a5065a591 [pid: 8|app: 0|req: 641/1282] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:54 2026] POST /v2.0/networks => generated 707 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1283] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:55 2026] POST /v2.0/subnets => generated 647 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:55.438 8 WARNING neutron.api.v2.base [None req-5d8359dd-724a-4067-8098-d2dc36d4a346 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - 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-04-23 10:38:55.438 8 INFO neutron.api.v2.resource [None req-5d8359dd-724a-4067-8098-d2dc36d4a346 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 642/1284] 10.0.0.234 () {34 vars in 680 bytes} [Thu Apr 23 10:38:55 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1285] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:55 2026] DELETE /v2.0/networks/e7c6ad9d-b307-4dad-9094-fd1a5065a591 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1286] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:55 2026] POST /v2.0/subnets => generated 1324 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:38:56.083 7 INFO neutron.db.segments_db [None req-dddbd5eb-2d30-4f82-9a69-4cd116b8c32e 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 20228105-51e8-4b97-af28-154509af8efd of type vxlan for network 6c998ec0-24a3-489e-a32a-1472f96885bf 2026-04-23 10:38:56.097 8 INFO neutron.db.segments_db [None req-8443c859-3e41-4724-ad15-fc02abebe0b9 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] Added segment f23a5c94-70c1-4f28-8579-037fe0aee372 of type vxlan for network dee200f9-533a-4695-94e8-2b028f68d149 [pid: 7|app: 0|req: 644/1287] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:38:55 2026] POST /v2.0/networks => generated 725 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1288] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:38:56 2026] POST /v2.0/networks => generated 707 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1289] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:38:56 2026] GET /v2.0/subnets => generated 1960 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1290] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:56 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1291] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:56 2026] POST /v2.0/subnets => generated 647 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:56.467 7 INFO neutron.db.segments_db [None req-0b2fd114-89d3-4de8-8325-6e71e215e9a6 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 61422064-3c5d-470a-8a04-b1b60671348b of type vxlan for network fa4fd4f5-21e6-448f-a4c6-33c0bc9501a6 [pid: 8|app: 0|req: 646/1292] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:56 2026] DELETE /v2.0/subnets/1760a3e1-9d51-402c-960a-cf556513bbb5 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:56.620 7 INFO neutron.services.segments.plugin [-] Segment 741463c2-b678-4efd-9804-6b69cc0e57c7 resource provider aggregate not found 2026-04-23 10:38:56.643 7 INFO neutron.services.segments.plugin [-] Segment 741463c2-b678-4efd-9804-6b69cc0e57c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741463c2-b678-4efd-9804-6b69cc0e57c7 found for delete ", "request_id": "req-de94b20b-7a58-4e26-9339-f634f561398a"}]} 2026-04-23 10:38:56.655 7 INFO neutron.services.segments.plugin [-] Segment 741463c2-b678-4efd-9804-6b69cc0e57c7 resource provider aggregate not found 2026-04-23 10:38:56.665 7 INFO neutron.services.segments.plugin [-] Segment 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 resource provider aggregate not found 2026-04-23 10:38:56.675 7 INFO neutron.services.segments.plugin [-] Segment 741463c2-b678-4efd-9804-6b69cc0e57c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 741463c2-b678-4efd-9804-6b69cc0e57c7 found for delete ", "request_id": "req-5a3a12b2-709c-4c15-9b21-1f8aac36301b"}]} 2026-04-23 10:38:56.689 7 INFO neutron.services.segments.plugin [-] Segment 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 found for delete ", "request_id": "req-373b544c-26d1-4a48-acdd-1ee5de46552d"}]} 2026-04-23 10:38:56.696 7 INFO neutron.services.segments.plugin [-] Segment 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 resource provider aggregate not found 2026-04-23 10:38:56.721 7 INFO neutron.services.segments.plugin [-] Segment 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 792a8e0b-4b39-4630-b7ab-75be2a6cbfd1 found for delete ", "request_id": "req-494012ce-b84e-48c3-aab4-d88987283dd4"}]} [pid: 8|app: 0|req: 647/1293] 10.0.0.234 () {34 vars in 680 bytes} [Thu Apr 23 10:38:56 2026] POST /v2.0/rbac-policies => generated 324 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:56.811 7 INFO neutron.db.l3_hamode_db [None req-0b2fd114-89d3-4de8-8325-6e71e215e9a6 5852331bee0b4c3d9348f263597c2d07 1437c61ec29f404293f894799ea2b704 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 648/1294] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:56 2026] DELETE /v2.0/subnets/03851dc0-097a-4b78-afa4-da8215727c73 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1295] 10.0.0.234 () {32 vars in 825 bytes} [Thu Apr 23 10:38:56 2026] GET /v2.0/ports?project_id=1dbdd60b30f6480bad25d2f923929aea&network_id=a317d97d-011d-4300-8f32-807954b3b59d => generated 3691 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1296] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:38:57 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:57.170 8 INFO neutron.services.segments.plugin [-] Segment 1cd6aac6-f1b8-4245-9aae-e4b062550f2a resource provider aggregate not found 2026-04-23 10:38:57.172 8 INFO neutron.services.segments.plugin [-] Segment 1cd6aac6-f1b8-4245-9aae-e4b062550f2a resource provider aggregate not found 2026-04-23 10:38:57.190 8 INFO neutron.services.segments.plugin [-] Segment 1cd6aac6-f1b8-4245-9aae-e4b062550f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd6aac6-f1b8-4245-9aae-e4b062550f2a found for delete ", "request_id": "req-ae832cca-cb26-4f0f-8d00-d94a5dceebb2"}]} 2026-04-23 10:38:57.194 8 INFO neutron.services.segments.plugin [-] Segment 1cd6aac6-f1b8-4245-9aae-e4b062550f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd6aac6-f1b8-4245-9aae-e4b062550f2a found for delete ", "request_id": "req-3de19c5a-f88b-4bf8-bc10-03a7938a3bb3"}]} [pid: 8|app: 0|req: 651/1297] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:57 2026] DELETE /v2.0/networks/879092b6-547b-4cfc-810a-3db33009ed91 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1298] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:38:57 2026] GET /v2.0/networks/dee200f9-533a-4695-94e8-2b028f68d149 => generated 654 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1299] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:57 2026] DELETE /v2.0/networks/148541c0-089e-4e99-99ee-18384ec391ca => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1300] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:38:57 2026] GET /v2.0/subnets?network_id=a554b1db-5163-4a31-901b-557eb2d84e9a => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1301] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:57 2026] DELETE /v2.0/networks/e571e04f-a360-4ac5-ac41-15922412d88b => 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: 656/1302] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:57 2026] DELETE /v2.0/networks/9a0b2be3-22f3-49ff-ab1f-36d685ac8b49 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:38:57.809 8 INFO neutron.db.l3_db [None req-d05d92ee-1e75-43b8-9a63-26525e92f198 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Floating IP 76394059-af8d-411d-b358-fc4c400c5958 disassociated. External IP: 10.96.250.207, port: 5b7227ed-9270-4ee7-88c6-107f6c233eb2. 2026-04-23 10:38:58.102 7 INFO neutron.db.l3_hamode_db [None req-0b2fd114-89d3-4de8-8325-6e71e215e9a6 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 657/1303] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:38:57 2026] PUT /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 554 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:58.190 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14af0129-99c6-46c7-8cd4-cc73e773416e'] response: {'name': 'network-changed', 'server_uuid': '2053ab40-b749-4efc-a55f-5fff93fa86c3', 'tag': '5b7227ed-9270-4ee7-88c6-107f6c233eb2', 'status': 'completed', 'code': 200} 2026-04-23 10:38:58.290 8 INFO neutron.pecan_wsgi.hooks.translation [None req-032ac07f-fdb3-4894-b4f7-833e4bcbd7e6 d2e5d7c3c2a947308f9d1c35a436d92d eca02c2041dd4861ba68f46052e355bd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1304] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/networks/dee200f9-533a-4695-94e8-2b028f68d149 => generated 138 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1305] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1306] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/security-groups?tenant_id=ba5f6420d92643afb858e2c396cc5065&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1307] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:38:58 2026] DELETE /v2.0/networks/dee200f9-533a-4695-94e8-2b028f68d149 => 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: 662/1308] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:58 2026] DELETE /v2.0/security-groups/fb6ea656-e960-4bda-8ef2-f7ab3f1dd82b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:38:58.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-258326d3-fb05-488e-825d-80bcea305dfb cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 663/1309] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:58 2026] DELETE /v2.0/subnets/c08c2009-4db2-46e7-900b-0023e75f830e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:38:58.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6afa43d3-70a1-4819-a416-d91f11c1abf5 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 664/1310] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:58 2026] DELETE /v2.0/subnets/5e8b86da-ca2e-49cd-bd75-8b06aa1b1fc8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1311] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:38:58.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3796c3e-5930-4260-b3f8-1fa60ff32987 cebfa467cce74556880cc952308464d2 ac7aa9cb891c4677b567c4d7eacffcf7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1312] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:38:58 2026] DELETE /v2.0/subnets/7d84afd4-1fff-444c-af40-352aa5343aac => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1313] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => 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: 668/1314] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5b7227ed-9270-4ee7-88c6-107f6c233eb2 => 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: 669/1315] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/subnets?id=f520c39c-c487-4a04-a489-458907eb9aa2 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1316] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/ports?network_id=a317d97d-011d-4300-8f32-807954b3b59d&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: 671/1317] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1318] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:38:58 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1319] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:38:56 2026] POST /v2.0/routers => generated 731 bytes in 2608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:38:59.223 8 INFO neutron.services.segments.plugin [-] Segment 6660460c-14e1-4be1-970c-5b44b4d2e29f resource provider aggregate not found 2026-04-23 10:38:59.234 8 INFO neutron.services.segments.plugin [-] Segment 6660460c-14e1-4be1-970c-5b44b4d2e29f resource provider aggregate not found 2026-04-23 10:38:59.258 8 INFO neutron.services.segments.plugin [-] Segment 6660460c-14e1-4be1-970c-5b44b4d2e29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6660460c-14e1-4be1-970c-5b44b4d2e29f found for delete ", "request_id": "req-43712d9f-58d9-430a-8530-0a03cd88be95"}]} 2026-04-23 10:38:59.263 8 INFO neutron.services.segments.plugin [-] Segment 6660460c-14e1-4be1-970c-5b44b4d2e29f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6660460c-14e1-4be1-970c-5b44b4d2e29f found for delete ", "request_id": "req-fb500664-8540-4532-a86f-aa19e4f8e82b"}]} 2026-04-23 10:38:59.285 8 INFO neutron.services.segments.plugin [-] Segment 7345c8bc-a18b-47f4-9f14-c0df63342fe2 resource provider aggregate not found 2026-04-23 10:38:59.296 8 INFO neutron.services.segments.plugin [-] Segment 7345c8bc-a18b-47f4-9f14-c0df63342fe2 resource provider aggregate not found 2026-04-23 10:38:59.317 8 INFO neutron.services.segments.plugin [-] Segment 7345c8bc-a18b-47f4-9f14-c0df63342fe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7345c8bc-a18b-47f4-9f14-c0df63342fe2 found for delete ", "request_id": "req-ae76f918-73f9-4a19-9723-bfb3dc6fe0e0"}]} 2026-04-23 10:38:59.322 8 INFO neutron.services.segments.plugin [-] Segment 7345c8bc-a18b-47f4-9f14-c0df63342fe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7345c8bc-a18b-47f4-9f14-c0df63342fe2 found for delete ", "request_id": "req-9a904a90-579b-40be-bc20-7dc9416483ec"}]} 2026-04-23 10:38:59.341 8 INFO neutron.services.segments.plugin [-] Segment 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 resource provider aggregate not found 2026-04-23 10:38:59.347 8 INFO neutron.services.segments.plugin [-] Segment 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 resource provider aggregate not found [pid: 7|app: 0|req: 648/1320] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:38:59 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 554 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:38:59.364 8 INFO neutron.services.segments.plugin [-] Segment 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 found for delete ", "request_id": "req-8c93bac9-76f2-427f-9071-50c6ac1a4982"}]} 2026-04-23 10:38:59.373 8 INFO neutron.services.segments.plugin [-] Segment 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c759e4f-fc49-4e20-bbe9-1b178fb90c30 found for delete ", "request_id": "req-455059c7-1780-493b-814c-1b90e2fa641c"}]} 2026-04-23 10:38:59.394 8 INFO neutron.services.segments.plugin [-] Segment f23a5c94-70c1-4f28-8579-037fe0aee372 resource provider aggregate not found 2026-04-23 10:38:59.403 8 INFO neutron.services.segments.plugin [-] Segment f23a5c94-70c1-4f28-8579-037fe0aee372 resource provider aggregate not found 2026-04-23 10:38:59.432 8 INFO neutron.services.segments.plugin [-] Segment f23a5c94-70c1-4f28-8579-037fe0aee372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23a5c94-70c1-4f28-8579-037fe0aee372 found for delete ", "request_id": "req-4aae0977-a5a1-426c-9b75-14bf92cfa343"}]} 2026-04-23 10:38:59.438 8 INFO neutron.services.segments.plugin [-] Segment f23a5c94-70c1-4f28-8579-037fe0aee372 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23a5c94-70c1-4f28-8579-037fe0aee372 found for delete ", "request_id": "req-132eedeb-9c62-44bc-8853-7cdb6a181353"}]} [pid: 7|app: 0|req: 649/1321] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:38:59 2026] GET /v2.0/security-groups?tenant_id=87772f0e85d944a19a174e91074db9ed&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1322] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:38:59 2026] DELETE /v2.0/security-groups/a8b24bc6-aca2-4231-bbfb-1a55fb8142bd => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1323] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:00 2026] GET /v2.0/security-groups?tenant_id=ac7aa9cb891c4677b567c4d7eacffcf7&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: 652/1324] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:00 2026] DELETE /v2.0/security-groups/012375e6-d44e-42cf-abc4-981f2f451ff4 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1325] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:39:00 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 552 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1326] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:38:59 2026] PUT /v2.0/routers/3a0d5a18-8564-4e29-bb33-ae7a91777dc9/add_router_interface => generated 309 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1327] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:00 2026] GET /v2.0/security-groups?tenant_id=eca02c2041dd4861ba68f46052e355bd&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1328] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:00 2026] DELETE /v2.0/security-groups/47855050-fd41-428a-83b9-57d41df82690 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:00.958 7 INFO neutron.db.segments_db [None req-446bcb67-3d2d-45e0-8a4e-aa1d6cff24b0 97bd4d5553a0437cb5c4e874fa5360c5 98f4ed9ab4984b9593af574266c51963 - - default default] Added segment eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 of type vxlan for network cfa46b78-8549-4047-9ad2-e49cf37af902 [pid: 7|app: 0|req: 654/1329] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:00 2026] POST /v2.0/networks => generated 629 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1330] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/security-groups => generated 1660 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1331] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1334] 10.0.0.234 () {34 vars in 684 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1335] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1336] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1337] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/subnets => generated 673 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1338] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:02.060 7 INFO neutron.db.segments_db [None req-2d3dad29-cab9-4297-b3ad-57995f3c2b02 97bd4d5553a0437cb5c4e874fa5360c5 98f4ed9ab4984b9593af574266c51963 - - default default] Added segment 786dd7fc-a8ea-40fd-8459-2662da0b95ae of type vxlan for network 0300dd8b-5483-40a3-956b-65b29a530c3f [pid: 7|app: 0|req: 660/1339] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:02 2026] POST /v2.0/networks => generated 628 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1340] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1341] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:39:01 2026] POST /v2.0/floatingips => generated 552 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1342] 10.0.0.234 () {34 vars in 742 bytes} [Thu Apr 23 10:39:02 2026] PUT /v2.0/networks/0300dd8b-5483-40a3-956b-65b29a530c3f => generated 592 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1343] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:02.572 8 INFO neutron.db.securitygroups_db [None req-1f344102-2a58-464f-9319-d6cdae418818 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Project 1dbdd60b30f6480bad25d2f923929aea 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: 682/1344] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:02.697 8 INFO neutron.db.securitygroups_db [None req-e34622a2-9145-4c29-af34-90a50eecfd23 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Project 1dbdd60b30f6480bad25d2f923929aea 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: 683/1345] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1346] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:02 2026] POST /v2.0/subnets => generated 646 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1347] 10.0.0.234 () {34 vars in 740 bytes} [Thu Apr 23 10:39:02 2026] PUT /v2.0/subnets/4942283e-7b5e-4b22-90f8-4f6b4862ed5b => generated 656 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:03.234 7 INFO neutron.services.segments.plugin [-] Segment 786dd7fc-a8ea-40fd-8459-2662da0b95ae resource provider aggregate not found 2026-04-23 10:39:03.243 7 INFO neutron.services.segments.plugin [-] Segment 786dd7fc-a8ea-40fd-8459-2662da0b95ae resource provider aggregate not found 2026-04-23 10:39:03.264 7 INFO neutron.services.segments.plugin [-] Segment 786dd7fc-a8ea-40fd-8459-2662da0b95ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786dd7fc-a8ea-40fd-8459-2662da0b95ae found for delete ", "request_id": "req-519dc00c-a947-4f43-9e85-333009771610"}]} 2026-04-23 10:39:03.269 7 INFO neutron.services.segments.plugin [-] Segment 786dd7fc-a8ea-40fd-8459-2662da0b95ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 786dd7fc-a8ea-40fd-8459-2662da0b95ae found for delete ", "request_id": "req-02d2caa4-81fb-48b3-b79b-cdd3e10ee27d"}]} [pid: 7|app: 0|req: 664/1348] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:03 2026] DELETE /v2.0/networks/0300dd8b-5483-40a3-956b-65b29a530c3f => 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: 665/1349] 10.0.0.242 () {34 vars in 1099 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1641826158&fields=id&tenant_id=1437c61ec29f404293f894799ea2b704 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:03.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d29463b-0957-42e1-a987-20e9f13485b6 97bd4d5553a0437cb5c4e874fa5360c5 98f4ed9ab4984b9593af574266c51963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1350] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:03 2026] DELETE /v2.0/networks/0300dd8b-5483-40a3-956b-65b29a530c3f => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1351] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks?id=6c998ec0-24a3-489e-a32a-1472f96885bf => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1352] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1353] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/quotas/1437c61ec29f404293f894799ea2b704 => 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: 670/1354] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/subnets?network_id=a554b1db-5163-4a31-901b-557eb2d84e9a => generated 649 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1355] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/ports?tenant_id=1437c61ec29f404293f894799ea2b704&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1356] 10.0.0.234 () {32 vars in 652 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1357] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks => generated 1313 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1358] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf?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: 675/1359] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1360] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf?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: 677/1361] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks/cfa46b78-8549-4047-9ad2-e49cf37af902 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1362] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/subnets/1c1b5d61-d7fa-4bb5-b8c8-514e27b96930 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:03.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf1b81f4-a4d0-4883-b1c1-09c428f891b2 97bd4d5553a0437cb5c4e874fa5360c5 98f4ed9ab4984b9593af574266c51963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1363] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:03 2026] DELETE /v2.0/subnets/4942283e-7b5e-4b22-90f8-4f6b4862ed5b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:39:03.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80a8d8d8-bcfa-48c5-bd7e-55cf3456affa 97bd4d5553a0437cb5c4e874fa5360c5 98f4ed9ab4984b9593af574266c51963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1364] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:03 2026] DELETE /v2.0/networks/0300dd8b-5483-40a3-956b-65b29a530c3f => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1365] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/networks => generated 1297 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1366] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:03 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => 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: 681/1367] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:03 2026] DELETE /v2.0/subnets/1c1b5d61-d7fa-4bb5-b8c8-514e27b96930 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1368] 10.0.0.242 () {34 vars in 1099 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1470948420&fields=id&tenant_id=1dbdd60b30f6480bad25d2f923929aea => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:04.181 8 INFO neutron.services.segments.plugin [-] Segment eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 resource provider aggregate not found 2026-04-23 10:39:04.190 8 INFO neutron.services.segments.plugin [-] Segment eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 resource provider aggregate not found [pid: 7|app: 0|req: 683/1369] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:04.196 8 INFO neutron.services.segments.plugin [-] Segment eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 found for delete ", "request_id": "req-7b3e3bcf-fdb3-4d8d-80ab-3bb7688a493f"}]} [pid: 7|app: 0|req: 684/1370] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/quotas/1dbdd60b30f6480bad25d2f923929aea => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:04.222 8 INFO neutron.services.segments.plugin [-] Segment eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb94ee8e-e15a-44cd-aff8-df9fa9d9ecb6 found for delete ", "request_id": "req-102d4fc7-c5dc-445d-a991-d3d6629f7fb7"}]} [pid: 8|app: 0|req: 687/1371] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:04 2026] DELETE /v2.0/networks/cfa46b78-8549-4047-9ad2-e49cf37af902 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1372] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&fields=id => generated 149 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1373] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1374] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1375] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 687/1376] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:04 2026] GET /v2.0/security-groups?tenant_id=98f4ed9ab4984b9593af574266c51963&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1377] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:05 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => 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: 688/1378] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:05 2026] DELETE /v2.0/security-groups/c09e4e17-6608-4365-b5bd-2e7700081a20 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1379] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:05 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:05.933 8 INFO neutron.db.segments_db [None req-7a193593-7749-405f-9845-b67e51a96f65 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Added segment d2635079-14ee-458f-870d-2a965fb184c6 of type vxlan for network 7e4c5e1f-86e9-4382-a47f-b7921e4ad395 [pid: 8|app: 0|req: 691/1380] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:05 2026] POST /v2.0/networks => generated 613 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1381] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:06 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1382] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:39:06 2026] POST /v2.0/ports => generated 743 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:06.576 8 INFO neutron.db.segments_db [None req-8c51200a-cdf0-40b8-a9f3-98782c17dfda cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Added segment f3785254-fc10-4a7c-9034-f52a87197234 of type vxlan for network 919a3e73-0acf-48c9-aa57-f1394085d419 [pid: 8|app: 0|req: 693/1383] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:06 2026] POST /v2.0/networks => generated 613 bytes in 191 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: 694/1384] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:06 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 691/1385] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:39:06 2026] POST /v2.0/ports => generated 743 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:07.114 8 INFO neutron.db.segments_db [None req-0f09d34f-81ab-4c13-a0b2-8ce6f8141cc6 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Added segment d8a537ae-d642-4c76-8a50-3a88adcd5252 of type vxlan for network abd7b060-41f1-4a34-8f91-6416ee6d25a9 [pid: 8|app: 0|req: 695/1386] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/networks => generated 613 bytes in 159 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-04-23 10:39:07.467 7 INFO neutron.db.segments_db [None req-af69e201-6d7b-435e-b587-357f9ffc2760 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Added segment f2f2cc96-35d4-4adc-a97a-667f1c736eaf of type vxlan for network f07e40bb-40f3-40ec-9223-1848866b98f7 [pid: 8|app: 0|req: 696/1387] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 692/1388] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/networks => generated 629 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1389] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:07 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:07.653 7 INFO neutron.db.segments_db [None req-291b5b16-864d-4f5a-999e-da525a8858dc cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Added segment 17b05aa1-f007-469e-a693-50bca1950440 of type vxlan for network a07db7aa-0681-400c-8975-241604ce701e [pid: 7|app: 0|req: 693/1390] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/networks => generated 613 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1391] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/ports => generated 778 bytes in 374 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: 699/1392] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:07 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:08.049 8 INFO neutron.db.segments_db [None req-7ba81854-a312-4157-9b9a-6bfef68bca1a d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Added segment 63d0a48e-bebd-48db-9386-ad193f306da9 of type vxlan for network 80230b4c-6602-47cf-90be-a2272ee6bd41 [pid: 7|app: 0|req: 694/1393] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/ports => generated 743 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: 700/1394] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:07 2026] POST /v2.0/networks => generated 617 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:08.151 7 INFO neutron.db.segments_db [None req-68fcd34a-38ff-4ea1-b11c-829b55dc7422 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Added segment 0cf0d355-a2a0-486f-bff0-babea4cbdd75 of type vxlan for network 79f0c882-483e-4aa9-962e-0adeb044b406 [pid: 7|app: 0|req: 695/1395] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:08 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1396] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:08 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1397] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:39:08 2026] GET /v2.0/networks?id=6c998ec0-24a3-489e-a32a-1472f96885bf => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1398] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:39:08 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 697/1399] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:39:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1437c61ec29f404293f894799ea2b704 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1400] 10.0.0.234 () {34 vars in 746 bytes} [Thu Apr 23 10:39:08 2026] PUT /v2.0/ports/d7e99feb-e3cf-4e5f-aba9-ff76c7601f00/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 703/1401] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:39:08 2026] POST /v2.0/ports => generated 962 bytes in 316 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: 704/1402] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:08 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => 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: 705/1403] 10.0.0.234 () {34 vars in 746 bytes} [Thu Apr 23 10:39:08 2026] PUT /v2.0/ports/4fdabc37-4345-4c18-b728-81640c592f98/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, ' 2026-04-23 10:39:08.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-7edf47af-9c00-4872-8f9a-55742c58da52 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] TaaS: Handle Delete Port: 37498044-0249-4f5a-ba3d-a2172e5788b5 2026-04-23 10:39:08.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7edf47af-9c00-4872-8f9a-55742c58da52 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Tap Mirror: Handle Delete Port: 37498044-0249-4f5a-ba3d-a2172e5788b5 [pid: 7|app: 0|req: 699/1404] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:39:08 2026] POST /v2.0/ports => generated 954 bytes in 317 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: 700/1405] 10.0.0.234 () {34 vars in 746 bytes} [Thu Apr 23 10:39:08 2026] PUT /v2.0/ports/483c45c1-9fe2-4ddf-8a14-f20e766db1a9/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 706/1406] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:08 2026] DELETE /v2.0/ports/37498044-0249-4f5a-ba3d-a2172e5788b5 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1407] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 708/1408] 10.0.0.234 () {34 vars in 746 bytes} [Thu Apr 23 10:39:09 2026] PUT /v2.0/ports/49e70acd-3693-4272-a346-86750ab739e3/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:39:09.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c710ae4-4059-4cc7-a326-be6738406e4c d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 709/1409] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:09 2026] DELETE /v2.0/ports/37498044-0249-4f5a-ba3d-a2172e5788b5 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1410] 10.0.0.234 () {32 vars in 659 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:09.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c08907b-054f-45f5-b55b-d38a16c9df61 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1411] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports/37498044-0249-4f5a-ba3d-a2172e5788b5 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1412] 10.0.0.234 () {32 vars in 673 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1413] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:09 2026] DELETE /v2.0/subnets/947b02c0-7670-4934-be47-a79d1a818bcb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1414] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:39:09 2026] PUT /v2.0/ports/5e8211d2-3a1b-40f3-b254-a777d3326348 => generated 1235 bytes in 471 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-04-23 10:39:09.565 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dad9f602-f438-428b-b0e7-c2dbb1daa3fd'] response: {'name': 'network-changed', 'server_uuid': '86543bf3-cbb5-468f-bf4b-382a829f37a5', 'tag': '5e8211d2-3a1b-40f3-b254-a777d3326348', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 714/1415] 10.0.0.234 () {32 vars in 669 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1416] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:09.664 7 INFO neutron.services.segments.plugin [-] Segment 63d0a48e-bebd-48db-9386-ad193f306da9 resource provider aggregate not found 2026-04-23 10:39:09.672 7 INFO neutron.services.segments.plugin [-] Segment 63d0a48e-bebd-48db-9386-ad193f306da9 resource provider aggregate not found 2026-04-23 10:39:09.689 7 INFO neutron.services.segments.plugin [-] Segment 63d0a48e-bebd-48db-9386-ad193f306da9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63d0a48e-bebd-48db-9386-ad193f306da9 found for delete ", "request_id": "req-dc398d34-f3d2-440e-bf50-425e6994b63a"}]} 2026-04-23 10:39:09.692 7 INFO neutron.services.segments.plugin [-] Segment 63d0a48e-bebd-48db-9386-ad193f306da9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63d0a48e-bebd-48db-9386-ad193f306da9 found for delete ", "request_id": "req-d1607655-500a-41f8-a4e9-16c8faf355bd"}]} [pid: 7|app: 0|req: 702/1417] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:09 2026] DELETE /v2.0/networks/80230b4c-6602-47cf-90be-a2272ee6bd41 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1418] 10.0.0.234 () {32 vars in 667 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:09.777 7 INFO neutron.db.segments_db [None req-a8ecbb62-fd71-4783-8d66-eefa95186cc2 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Added segment 293a1e77-6908-4b41-b651-7e29e0a19750 of type vxlan for network 3a566cdd-85fd-4bb6-bf7e-4212837e13a2 [pid: 7|app: 0|req: 703/1419] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:09 2026] POST /v2.0/networks => generated 617 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1420] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1421] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1422] 10.0.0.234 () {32 vars in 677 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1423] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:09 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&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: 707/1424] 10.0.0.234 () {32 vars in 689 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1425] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/ports?tenant_id=1437c61ec29f404293f894799ea2b704&device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1426] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:09 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1427] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/networks?tenant_id=1437c61ec29f404293f894799ea2b704&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:10.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c03a396-cc11-4b20-8bf7-1bba02739342 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] TaaS: Handle Delete Port: d7e99feb-e3cf-4e5f-aba9-ff76c7601f00 2026-04-23 10:39:10.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c03a396-cc11-4b20-8bf7-1bba02739342 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Tap Mirror: Handle Delete Port: d7e99feb-e3cf-4e5f-aba9-ff76c7601f00 [pid: 7|app: 0|req: 709/1428] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:10 2026] DELETE /v2.0/ports/d7e99feb-e3cf-4e5f-aba9-ff76c7601f00 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1429] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 711/1430] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1431] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:39:10 2026] POST /v2.0/ports => generated 928 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:10.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd9d461b-9f83-4256-8df5-a700f1476902 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] TaaS: Handle Delete Port: 4fdabc37-4345-4c18-b728-81640c592f98 [pid: 8|app: 0|req: 721/1432] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:10.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd9d461b-9f83-4256-8df5-a700f1476902 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Tap Mirror: Handle Delete Port: 4fdabc37-4345-4c18-b728-81640c592f98 [pid: 7|app: 0|req: 712/1433] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:10 2026] DELETE /v2.0/ports/4fdabc37-4345-4c18-b728-81640c592f98 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:10.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-31d172bc-4563-47e6-bc2f-415fee0efdde d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] TaaS: Handle Delete Port: 882db5c6-6240-4b21-b32d-774f7c99fa64 2026-04-23 10:39:10.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31d172bc-4563-47e6-bc2f-415fee0efdde d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Tap Mirror: Handle Delete Port: 882db5c6-6240-4b21-b32d-774f7c99fa64 [pid: 7|app: 0|req: 713/1434] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1dbdd60b30f6480bad25d2f923929aea => generated 274 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1435] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:10 2026] DELETE /v2.0/ports/882db5c6-6240-4b21-b32d-774f7c99fa64 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:10.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-a20da46b-b22e-4c59-8eb5-d785fdbf7aee cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] TaaS: Handle Delete Port: 483c45c1-9fe2-4ddf-8a14-f20e766db1a9 2026-04-23 10:39:10.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a20da46b-b22e-4c59-8eb5-d785fdbf7aee cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Tap Mirror: Handle Delete Port: 483c45c1-9fe2-4ddf-8a14-f20e766db1a9 [pid: 7|app: 0|req: 714/1436] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:10 2026] DELETE /v2.0/ports/483c45c1-9fe2-4ddf-8a14-f20e766db1a9 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:10.893 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95d95348-1eca-4994-910e-28f43c30c548 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1437] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:10 2026] GET /v2.0/ports/882db5c6-6240-4b21-b32d-774f7c99fa64 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:39:10.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-13a1ad81-4afd-433f-ac5f-14b8b957a8b0 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] TaaS: Handle Delete Port: 49e70acd-3693-4272-a346-86750ab739e3 2026-04-23 10:39:10.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13a1ad81-4afd-433f-ac5f-14b8b957a8b0 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Tap Mirror: Handle Delete Port: 49e70acd-3693-4272-a346-86750ab739e3 [pid: 7|app: 0|req: 716/1438] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:10 2026] DELETE /v2.0/ports/49e70acd-3693-4272-a346-86750ab739e3 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1439] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:39:10 2026] POST /v2.0/ports => generated 958 bytes in 404 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: 717/1440] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:11 2026] DELETE /v2.0/subnets/b7413718-2ed7-4f08-8abb-24dc651f8367 => 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: 718/1441] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:11 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:11.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2b03225-9214-4d03-a1d9-1d677a445508 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] TaaS: Handle Delete Port: 02acd7f2-1f8c-45a7-a4e9-9199d98532d7 2026-04-23 10:39:11.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b03225-9214-4d03-a1d9-1d677a445508 cb40b1416ead4d29a6f111e46f9ec15b 8eee2d7d5843458d950af9aa64dc5382 - - default default] Tap Mirror: Handle Delete Port: 02acd7f2-1f8c-45a7-a4e9-9199d98532d7 [pid: 8|app: 0|req: 724/1442] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:11 2026] DELETE /v2.0/ports/02acd7f2-1f8c-45a7-a4e9-9199d98532d7 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:11.502 8 INFO neutron.services.segments.plugin [-] Segment 293a1e77-6908-4b41-b651-7e29e0a19750 resource provider aggregate not found 2026-04-23 10:39:11.505 8 INFO neutron.services.segments.plugin [-] Segment 293a1e77-6908-4b41-b651-7e29e0a19750 resource provider aggregate not found 2026-04-23 10:39:11.530 8 INFO neutron.services.segments.plugin [-] Segment 293a1e77-6908-4b41-b651-7e29e0a19750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 293a1e77-6908-4b41-b651-7e29e0a19750 found for delete ", "request_id": "req-3d2d7f8c-cae4-49d9-9b2f-7a09a87605d1"}]} 2026-04-23 10:39:11.531 8 INFO neutron.services.segments.plugin [-] Segment 293a1e77-6908-4b41-b651-7e29e0a19750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 293a1e77-6908-4b41-b651-7e29e0a19750 found for delete ", "request_id": "req-9f907f1e-a93b-4e25-ab87-52636649a355"}]} [pid: 8|app: 0|req: 725/1443] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:11 2026] DELETE /v2.0/networks/3a566cdd-85fd-4bb6-bf7e-4212837e13a2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1444] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:11 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&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: 727/1445] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:11 2026] GET /v2.0/ports?tenant_id=1437c61ec29f404293f894799ea2b704&device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1446] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:39:11 2026] PUT /v2.0/ports/930f24c1-dfc3-4ab7-99ae-7e5bf27328a2 => generated 1239 bytes in 477 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: 728/1447] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:11 2026] DELETE /v2.0/networks/7e4c5e1f-86e9-4382-a47f-b7921e4ad395 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:11.805 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8643b28-222f-4b2f-ac63-5027c22ada64'] response: {'name': 'network-changed', 'server_uuid': '14237cae-17e9-4978-a727-6a2c60a2e556', 'tag': '930f24c1-dfc3-4ab7-99ae-7e5bf27328a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 720/1448] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:11 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1449] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:39:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5e8211d2-3a1b-40f3-b254-a777d3326348 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:12.005 7 INFO neutron.services.segments.plugin [-] Segment f3785254-fc10-4a7c-9034-f52a87197234 resource provider aggregate not found 2026-04-23 10:39:12.006 7 INFO neutron.services.segments.plugin [-] Segment f3785254-fc10-4a7c-9034-f52a87197234 resource provider aggregate not found 2026-04-23 10:39:12.033 7 INFO neutron.services.segments.plugin [-] Segment f3785254-fc10-4a7c-9034-f52a87197234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3785254-fc10-4a7c-9034-f52a87197234 found for delete ", "request_id": "req-79f48202-7516-41fa-a54a-47628d32e8bc"}]} 2026-04-23 10:39:12.035 7 INFO neutron.services.segments.plugin [-] Segment f3785254-fc10-4a7c-9034-f52a87197234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3785254-fc10-4a7c-9034-f52a87197234 found for delete ", "request_id": "req-53b17fe1-783a-4c35-b73d-d8f9614751ee"}]} [pid: 7|app: 0|req: 722/1450] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:11 2026] DELETE /v2.0/networks/919a3e73-0acf-48c9-aa57-f1394085d419 => 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: 723/1451] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1452] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:39:11 2026] POST /v2.0/ports => generated 778 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 724/1453] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/subnets?id=b6099191-ca71-41fa-b357-8cd93a5d176b => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1454] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:12 2026] DELETE /v2.0/networks/abd7b060-41f1-4a34-8f91-6416ee6d25a9 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1455] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports?network_id=6c998ec0-24a3-489e-a32a-1472f96885bf&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: 725/1456] 10.0.0.234 () {34 vars in 736 bytes} [Thu Apr 23 10:39:12 2026] PUT /v2.0/ports/27815f9c-3f25-46e5-9963-c1c5932b8324 => generated 752 bytes in 293 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: 732/1457] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1458] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:12.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-4087bdd6-3191-4774-8fb9-710f809f04af d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] TaaS: Handle Delete Port: 27815f9c-3f25-46e5-9963-c1c5932b8324 2026-04-23 10:39:12.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4087bdd6-3191-4774-8fb9-710f809f04af d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Tap Mirror: Handle Delete Port: 27815f9c-3f25-46e5-9963-c1c5932b8324 [pid: 7|app: 0|req: 726/1459] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:12 2026] DELETE /v2.0/networks/a07db7aa-0681-400c-8975-241604ce701e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1460] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/networks?tenant_id=1dbdd60b30f6480bad25d2f923929aea&shared=False => generated 756 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1461] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:12 2026] DELETE /v2.0/ports/27815f9c-3f25-46e5-9963-c1c5932b8324 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1462] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1463] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1464] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:39:12 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: 735/1465] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:12 2026] DELETE /v2.0/networks/79f0c882-483e-4aa9-962e-0adeb044b406 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1466] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports => generated 781 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1467] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:12.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44c9227c-347a-43f1-9cc6-b2b4e8bce7dc d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1468] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports/27815f9c-3f25-46e5-9963-c1c5932b8324 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1469] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports => generated 781 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1470] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:12 2026] GET /v2.0/ports/7c456b4d-ac16-470a-88cf-4e12c32e2a5d => generated 778 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:13.015 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7d75b51-8ab5-4058-940c-756552288d2c d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 738/1471] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:12 2026] DELETE /v2.0/ports/882db5c6-6240-4b21-b32d-774f7c99fa64 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:39:13.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ece466bc-7fc2-4eb2-beb9-64f6b818ba77 d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1472] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:13 2026] DELETE /v2.0/subnets/b7413718-2ed7-4f08-8abb-24dc651f8367 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:39:13.070 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88b2f6ee-8962-4cc6-a70d-9a900acded8f d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1473] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:13 2026] DELETE /v2.0/subnets/947b02c0-7670-4934-be47-a79d1a818bcb => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:39:13.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7f11238-3846-4320-8648-4739a721218d d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] TaaS: Handle Delete Port: 7c456b4d-ac16-470a-88cf-4e12c32e2a5d 2026-04-23 10:39:13.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7f11238-3846-4320-8648-4739a721218d d6d4d154cbdc4c1c9d514882bb9b50d1 f80cdc63c88b4ce481e86bfefc68ed3e - - default default] Tap Mirror: Handle Delete Port: 7c456b4d-ac16-470a-88cf-4e12c32e2a5d [pid: 8|app: 0|req: 740/1474] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1475] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1476] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:39:13 2026] DELETE /v2.0/ports/7c456b4d-ac16-470a-88cf-4e12c32e2a5d => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1477] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:13 2026] DELETE /v2.0/networks/f07e40bb-40f3-40ec-9223-1848866b98f7 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:13.560 8 INFO neutron.services.segments.plugin [-] Segment d2635079-14ee-458f-870d-2a965fb184c6 resource provider aggregate not found 2026-04-23 10:39:13.564 8 INFO neutron.services.segments.plugin [-] Segment d2635079-14ee-458f-870d-2a965fb184c6 resource provider aggregate not found 2026-04-23 10:39:13.585 8 INFO neutron.services.segments.plugin [-] Segment d2635079-14ee-458f-870d-2a965fb184c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2635079-14ee-458f-870d-2a965fb184c6 found for delete ", "request_id": "req-7a0972f5-856a-4df9-ad88-ecfc192f692e"}]} 2026-04-23 10:39:13.594 8 INFO neutron.services.segments.plugin [-] Segment d2635079-14ee-458f-870d-2a965fb184c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2635079-14ee-458f-870d-2a965fb184c6 found for delete ", "request_id": "req-eb5ccae4-4424-4f89-9c79-c00cd14e9244"}]} 2026-04-23 10:39:13.623 8 INFO neutron.services.segments.plugin [-] Segment d8a537ae-d642-4c76-8a50-3a88adcd5252 resource provider aggregate not found 2026-04-23 10:39:13.625 8 INFO neutron.services.segments.plugin [-] Segment d8a537ae-d642-4c76-8a50-3a88adcd5252 resource provider aggregate not found 2026-04-23 10:39:13.644 8 INFO neutron.services.segments.plugin [-] Segment d8a537ae-d642-4c76-8a50-3a88adcd5252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8a537ae-d642-4c76-8a50-3a88adcd5252 found for delete ", "request_id": "req-396495c7-40d4-47ec-a449-21feb592e79d"}]} 2026-04-23 10:39:13.654 8 INFO neutron.services.segments.plugin [-] Segment d8a537ae-d642-4c76-8a50-3a88adcd5252 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8a537ae-d642-4c76-8a50-3a88adcd5252 found for delete ", "request_id": "req-ee39a234-0045-41ca-82f7-b804518bdf98"}]} 2026-04-23 10:39:13.662 8 INFO neutron.services.segments.plugin [-] Segment 0cf0d355-a2a0-486f-bff0-babea4cbdd75 resource provider aggregate not found 2026-04-23 10:39:13.668 8 INFO neutron.services.segments.plugin [-] Segment 0cf0d355-a2a0-486f-bff0-babea4cbdd75 resource provider aggregate not found 2026-04-23 10:39:13.675 8 INFO neutron.services.segments.plugin [-] Segment 0cf0d355-a2a0-486f-bff0-babea4cbdd75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf0d355-a2a0-486f-bff0-babea4cbdd75 found for delete ", "request_id": "req-baef1831-9599-440b-886a-973cdf6b226c"}]} 2026-04-23 10:39:13.679 8 INFO neutron.services.segments.plugin [-] Segment 0cf0d355-a2a0-486f-bff0-babea4cbdd75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf0d355-a2a0-486f-bff0-babea4cbdd75 found for delete ", "request_id": "req-7bb3741c-7bff-4d88-bec7-b7e4855aa0a9"}]} 2026-04-23 10:39:13.691 8 INFO neutron.services.segments.plugin [-] Segment f2f2cc96-35d4-4adc-a97a-667f1c736eaf resource provider aggregate not found 2026-04-23 10:39:13.693 8 INFO neutron.services.segments.plugin [-] Segment f2f2cc96-35d4-4adc-a97a-667f1c736eaf resource provider aggregate not found 2026-04-23 10:39:13.709 8 INFO neutron.services.segments.plugin [-] Segment f2f2cc96-35d4-4adc-a97a-667f1c736eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2f2cc96-35d4-4adc-a97a-667f1c736eaf found for delete ", "request_id": "req-7531f1ae-a7d1-4ee7-8253-3b4403d0a9c2"}]} 2026-04-23 10:39:13.711 8 INFO neutron.services.segments.plugin [-] Segment f2f2cc96-35d4-4adc-a97a-667f1c736eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2f2cc96-35d4-4adc-a97a-667f1c736eaf found for delete ", "request_id": "req-c1a29766-7d05-4cde-a55e-e19e60188ff5"}]} [pid: 7|app: 0|req: 736/1478] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1479] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=930f24c1-dfc3-4ab7-99ae-7e5bf27328a2 => 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: 744/1480] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/subnets?id=f520c39c-c487-4a04-a489-458907eb9aa2 => 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: 745/1481] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/ports?network_id=a317d97d-011d-4300-8f32-807954b3b59d&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: 737/1482] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/security-groups?tenant_id=8eee2d7d5843458d950af9aa64dc5382&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1483] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:13 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:14.068 7 INFO neutron.services.segments.plugin [-] Segment 17b05aa1-f007-469e-a693-50bca1950440 resource provider aggregate not found 2026-04-23 10:39:14.072 7 INFO neutron.services.segments.plugin [-] Segment 17b05aa1-f007-469e-a693-50bca1950440 resource provider aggregate not found [pid: 7|app: 0|req: 738/1484] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:14.087 7 INFO neutron.services.segments.plugin [-] Segment 17b05aa1-f007-469e-a693-50bca1950440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b05aa1-f007-469e-a693-50bca1950440 found for delete ", "request_id": "req-455b674b-4c98-48cd-846f-7a899d1fe8dc"}]} 2026-04-23 10:39:14.102 7 INFO neutron.services.segments.plugin [-] Segment 17b05aa1-f007-469e-a693-50bca1950440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b05aa1-f007-469e-a693-50bca1950440 found for delete ", "request_id": "req-bd9890ba-3c94-46df-914e-48604e1bad49"}]} [pid: 8|app: 0|req: 747/1485] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/security-groups?tenant_id=f80cdc63c88b4ce481e86bfefc68ed3e&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1486] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&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: 749/1487] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1488] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:14 2026] DELETE /v2.0/security-groups/175dd35b-fb8a-490a-8256-bdfb5ff8c99d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1489] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:14 2026] DELETE /v2.0/security-groups/be04b337-6749-462b-9055-3f538f7f55eb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1490] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1491] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1492] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/security-groups?tenant_id=00d2cec97d1d4134b4909d575699ab22&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: 742/1493] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:14 2026] DELETE /v2.0/security-groups/405db511-3368-43dd-82f5-0ca98f5473e1 => 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: 752/1494] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:14 2026] GET /v2.0/security-groups?tenant_id=de988c1982f14b0ab5f4d5a6b1248049&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1495] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:14 2026] DELETE /v2.0/security-groups/e7923786-f879-474c-8664-ba04a5ed4a42 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1496] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:15 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1497] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:15 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1498] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:15 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1499] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:15 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&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: 746/1500] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:16 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1503] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:16 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&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: 750/1504] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:16 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1505] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:39:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1506] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:16 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1507] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:39:16 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1508] 10.0.0.234 () {34 vars in 757 bytes} [Thu Apr 23 10:39:16 2026] PUT /v2.0/security-groups/04a1daa2-b490-40ed-acc5-d4499833ff0e => generated 1663 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1509] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:39:16 2026] GET /v2.0/security-groups/04a1daa2-b490-40ed-acc5-d4499833ff0e => generated 1663 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1510] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:16 2026] DELETE /v2.0/security-groups/04a1daa2-b490-40ed-acc5-d4499833ff0e => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1511] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:39:17 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-04-23 10:39:17.199 7 INFO neutron.api.v2.resource [None req-614f1a89-7c1a-4f2b-ab37-b7e16e7e2a73 13898c5f46dd402fafa1169efc52a97c 384d49aa28e6408c80fd48e9446f2070 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1512] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:17 2026] DELETE /v2.0/security-groups/04a1daa2-b490-40ed-acc5-d4499833ff0e => 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: 759/1513] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:39:17 2026] POST /v2.0/security-groups => generated 1625 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1514] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1515] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/security-group-rules/fafb13fb-c9aa-448b-bb9a-cc0fccfc30a4 => generated 601 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1516] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1517] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1518] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&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: 757/1519] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:39:17 2026] DELETE /v2.0/security-group-rules/fafb13fb-c9aa-448b-bb9a-cc0fccfc30a4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1520] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1521] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1522] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:17 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1523] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1524] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&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: 766/1525] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-group-rules/772167bd-8502-45df-a371-ed2ee400efb1 => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1526] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1527] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:39:18 2026] DELETE /v2.0/security-group-rules/772167bd-8502-45df-a371-ed2ee400efb1 => 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: 769/1528] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:39:18 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) 2026-04-23 10:39:18.366 7 INFO neutron.db.l3_db [None req-ceab9577-04cf-41db-95b7-1bd2b8c3d788 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] Floating IP 22316768-34fb-40fe-8a92-ce94927be76f associated. External IP: 10.96.250.208, port: 5e8211d2-3a1b-40f3-b254-a777d3326348. 2026-04-23 10:39:18.368 8 INFO neutron.db.securitygroups_db [None req-ac504880-3e08-41db-aeeb-6a4b29a8fbe0 13898c5f46dd402fafa1169efc52a97c 384d49aa28e6408c80fd48e9446f2070 - - default default] Project 384d49aa28e6408c80fd48e9446f2070 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: 770/1529] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:39:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1530] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-group-rules/65713d30-5b8b-4ab6-88d7-02816bfa8b87 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1531] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1532] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:39:18 2026] DELETE /v2.0/security-group-rules/65713d30-5b8b-4ab6-88d7-02816bfa8b87 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1533] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:39:17 2026] PUT /v2.0/floatingips/22316768-34fb-40fe-8a92-ce94927be76f => generated 855 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1534] 10.0.0.234 () {32 vars in 672 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:18.732 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e7b5b70-3ea9-4899-806d-11f16fe09d69'] response: {'name': 'network-changed', 'server_uuid': '86543bf3-cbb5-468f-bf4b-382a829f37a5', 'tag': '5e8211d2-3a1b-40f3-b254-a777d3326348', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 775/1535] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1536] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&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: 761/1537] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:18 2026] DELETE /v2.0/security-groups/6e108660-8d60-4e4b-919c-21c2e28a7ab3 => 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: 777/1538] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1539] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:39:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1540] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1541] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1542] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&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: 779/1543] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1544] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/ports?tenant_id=1437c61ec29f404293f894799ea2b704&device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1545] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/networks?id=6c998ec0-24a3-489e-a32a-1472f96885bf => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1546] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1547] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5e8211d2-3a1b-40f3-b254-a777d3326348 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1548] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1549] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/subnets?id=b6099191-ca71-41fa-b357-8cd93a5d176b => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1550] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1551] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/ports?network_id=6c998ec0-24a3-489e-a32a-1472f96885bf&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: 769/1552] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf?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: 770/1553] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1554] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:19 2026] GET /v2.0/security-groups?tenant_id=384d49aa28e6408c80fd48e9446f2070&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:19.866 8 INFO neutron.db.l3_db [None req-29d4369d-4933-43a7-af16-1c029cf77ee4 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Floating IP 76394059-af8d-411d-b358-fc4c400c5958 associated. External IP: 10.96.250.207, port: 930f24c1-dfc3-4ab7-99ae-7e5bf27328a2. [pid: 7|app: 0|req: 772/1555] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:19 2026] DELETE /v2.0/security-groups/d3c84592-27d8-4164-a6cd-a59096c36de0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:20.022 7 INFO neutron.db.segments_db [None req-b994f741-5aac-432c-bee1-4999f0d92f2e 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Added segment 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 of type vxlan for network 5f38a4de-168e-464b-9780-74276e2a4947 [pid: 8|app: 0|req: 784/1556] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:39:19 2026] PUT /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 856 bytes in 751 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1557] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 856 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:20.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3c4f375-0ab1-4bac-8b1e-a3be97a0f197'] response: {'name': 'network-changed', 'server_uuid': '14237cae-17e9-4978-a727-6a2c60a2e556', 'tag': '930f24c1-dfc3-4ab7-99ae-7e5bf27328a2', 'status': 'completed', 'code': 200} 2026-04-23 10:39:20.343 7 INFO neutron.db.l3_hamode_db [None req-b994f741-5aac-432c-bee1-4999f0d92f2e 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 786/1558] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1559] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:20.508 7 INFO neutron.db.l3_hamode_db [None req-b994f741-5aac-432c-bee1-4999f0d92f2e 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1560] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/ports?tenant_id=1dbdd60b30f6480bad25d2f923929aea&device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1561] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/networks?id=a317d97d-011d-4300-8f32-807954b3b59d => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1562] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=930f24c1-dfc3-4ab7-99ae-7e5bf27328a2 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1563] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:39:20 2026] GET /v2.0/subnets?id=f520c39c-c487-4a04-a489-458907eb9aa2 => 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: 792/1564] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/ports?network_id=a317d97d-011d-4300-8f32-807954b3b59d&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: 793/1565] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?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: 794/1566] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1567] 10.0.0.234 () {34 vars in 667 bytes} [Thu Apr 23 10:39:19 2026] POST /v2.0/routers => generated 474 bytes in 1355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1568] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:21.366 7 INFO neutron.db.l3_hamode_db [None req-7051074d-5b9b-4868-911b-b2b18ceaa016 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:39:21.488 7 INFO neutron.db.l3_hamode_db [None req-7051074d-5b9b-4868-911b-b2b18ceaa016 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 796/1569] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1570] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1571] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:21 2026] GET /v2.0/security-groups?id=98e43cb6-530a-412f-bcff-01f89727f29d&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:21.742 8 INFO neutron_taas.services.taas.taas_plugin [req-7dfb9080-3e59-47b9-b9a2-a45371a1a57b req-843dae5e-2da0-482c-bc9f-0df3b45bce1f 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] TaaS: Handle Delete Port: 5e8211d2-3a1b-40f3-b254-a777d3326348 2026-04-23 10:39:21.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7dfb9080-3e59-47b9-b9a2-a45371a1a57b req-843dae5e-2da0-482c-bc9f-0df3b45bce1f 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] Tap Mirror: Handle Delete Port: 5e8211d2-3a1b-40f3-b254-a777d3326348 2026-04-23 10:39:21.829 8 INFO neutron.db.l3_db [req-7dfb9080-3e59-47b9-b9a2-a45371a1a57b req-843dae5e-2da0-482c-bc9f-0df3b45bce1f 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] Floating IP 22316768-34fb-40fe-8a92-ce94927be76f disassociated. External IP: 10.96.250.208, port: 5e8211d2-3a1b-40f3-b254-a777d3326348. [pid: 8|app: 0|req: 799/1572] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:39:21 2026] DELETE /v2.0/ports/5e8211d2-3a1b-40f3-b254-a777d3326348 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1573] 10.0.0.234 () {34 vars in 667 bytes} [Thu Apr 23 10:39:21 2026] POST /v2.0/routers => generated 474 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:22.361 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2476b9d4-3cf8-4aee-b6b2-6d410fb2c4a6'] response: {'server_uuid': '86543bf3-cbb5-468f-bf4b-382a829f37a5', 'name': 'network-vif-deleted', 'tag': '5e8211d2-3a1b-40f3-b254-a777d3326348', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 800/1574] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:39:22 2026] GET /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:22.414 7 INFO neutron.db.l3_hamode_db [None req-44659f85-fd22-4a7a-bdaf-4a22ca2ad621 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:39:22.554 7 INFO neutron.db.l3_hamode_db [None req-44659f85-fd22-4a7a-bdaf-4a22ca2ad621 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 801/1575] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:22 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => 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: 775/1576] 10.0.0.234 () {34 vars in 667 bytes} [Thu Apr 23 10:39:22 2026] POST /v2.0/routers => generated 474 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:23.379 8 INFO neutron.db.l3_hamode_db [None req-ffa5f90c-b279-4907-a956-fa59b4668731 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:39:23.509 8 INFO neutron.db.l3_hamode_db [None req-ffa5f90c-b279-4907-a956-fa59b4668731 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 776/1577] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:23 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => 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: 802/1578] 10.0.0.234 () {34 vars in 667 bytes} [Thu Apr 23 10:39:23 2026] POST /v2.0/routers => generated 474 bytes in 863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:24.244 7 INFO neutron.db.l3_hamode_db [None req-b5912f47-2ef5-44d1-bbca-958802a9b044 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:39:24.395 7 INFO neutron.db.l3_hamode_db [None req-b5912f47-2ef5-44d1-bbca-958802a9b044 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 803/1579] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:24 2026] GET /v2.0/ports?device_id=86543bf3-cbb5-468f-bf4b-382a829f37a5 => 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: 777/1580] 10.0.0.234 () {34 vars in 667 bytes} [Thu Apr 23 10:39:24 2026] POST /v2.0/routers => generated 474 bytes in 877 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1581] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:39:25 2026] PUT /v2.0/routers/e2583fda-8b55-42fc-8ab2-e1d3708e8a42/tags => generated 17 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1582] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:39:25 2026] PUT /v2.0/routers/f1284b69-aefc-4e68-8f05-4263fba1a25c/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1583] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:39:25 2026] PUT /v2.0/routers/ec32a6e1-0c77-4815-96e4-128e58b6f7d4/tags => generated 34 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1584] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:39:25 2026] PUT /v2.0/routers/7e67b529-db5e-4756-8253-84897cc4fd03/tags => generated 19 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1585] 10.0.0.234 () {32 vars in 663 bytes} [Thu Apr 23 10:39:25 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1586] 10.0.0.234 () {32 vars in 677 bytes} [Thu Apr 23 10:39:25 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1587] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:25 2026] GET /v2.0/security-groups?tenant_id=dd57425b5332453cb2d90284c00eed04&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1588] 10.0.0.234 () {32 vars in 673 bytes} [Thu Apr 23 10:39:25 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1589] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:25 2026] DELETE /v2.0/security-groups/8c550c43-80a9-4889-9659-ba2a3ad63f50 => 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: 810/1590] 10.0.0.234 () {32 vars in 685 bytes} [Thu Apr 23 10:39:25 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1591] 10.0.0.234 () {32 vars in 671 bytes} [Thu Apr 23 10:39:25 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1592] 10.0.0.234 () {32 vars in 685 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1593] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/security-groups?tenant_id=baaa50633539430eb26ff6a8b4056c8f&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1594] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:26 2026] DELETE /v2.0/security-groups/98e43cb6-530a-412f-bcff-01f89727f29d => 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: 783/1595] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:26.263 7 INFO neutron.api.v2.resource [None req-eae23f16-bafb-4e03-af34-7f6e898f8d60 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 784/1596] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/security-groups/98e43cb6-530a-412f-bcff-01f89727f29d => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1597] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1598] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:26 2026] DELETE /v2.0/security-groups/60e4027d-41d1-452f-8d46-4385949dcdbd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:26.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-66b2d803-607b-4a5c-a741-a9c05ecc7b69 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] TaaS: Handle Delete Port: e3260f8c-ff36-426a-91d8-761f322a4361 [pid: 8|app: 0|req: 814/1599] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/routers/e2583fda-8b55-42fc-8ab2-e1d3708e8a42 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:26.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66b2d803-607b-4a5c-a741-a9c05ecc7b69 2a2163199062433d80caedff161ffbf2 1437c61ec29f404293f894799ea2b704 - - default default] Tap Mirror: Handle Delete Port: e3260f8c-ff36-426a-91d8-761f322a4361 [pid: 7|app: 0|req: 786/1600] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:39:26 2026] DELETE /v2.0/floatingips/22316768-34fb-40fe-8a92-ce94927be76f => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:26.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-d160a967-1708-497c-9463-1433cd06fd97 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 49a34311-afec-4f8b-b37e-38c9f8d4bca7 2026-04-23 10:39:26.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d160a967-1708-497c-9463-1433cd06fd97 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 49a34311-afec-4f8b-b37e-38c9f8d4bca7 [pid: 8|app: 0|req: 815/1601] 10.0.0.234 () {34 vars in 741 bytes} [Thu Apr 23 10:39:26 2026] PUT /v2.0/routers/e2583fda-8b55-42fc-8ab2-e1d3708e8a42 => generated 485 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1602] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:26 2026] GET /v2.0/ports?device_id=e2583fda-8b55-42fc-8ab2-e1d3708e8a42 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:27.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-75366670-4490-4cc2-b872-e912e7c18fdb 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] TaaS: Handle Delete Port: 5e2adbe6-ee79-49ac-a571-95bad26f58e4 2026-04-23 10:39:27.220 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75366670-4490-4cc2-b872-e912e7c18fdb 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Tap Mirror: Handle Delete Port: 5e2adbe6-ee79-49ac-a571-95bad26f58e4 [pid: 8|app: 0|req: 817/1603] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:27 2026] DELETE /v2.0/routers/e2583fda-8b55-42fc-8ab2-e1d3708e8a42 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1604] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:39:27 2026] GET /v2.0/routers/f1284b69-aefc-4e68-8f05-4263fba1a25c => generated 493 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1605] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:26 2026] PUT /v2.0/routers/3a0d5a18-8564-4e29-bb33-ae7a91777dc9/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:27.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-b04d97f5-9220-4542-8827-fbc405b3d802 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: c44d8f82-d4ea-4b4a-836d-fb0b49ba8fb3 2026-04-23 10:39:27.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b04d97f5-9220-4542-8827-fbc405b3d802 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: c44d8f82-d4ea-4b4a-836d-fb0b49ba8fb3 2026-04-23 10:39:28.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-b04d97f5-9220-4542-8827-fbc405b3d802 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: d17cd522-ec75-453b-b6b6-3894b668ef2b 2026-04-23 10:39:28.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b04d97f5-9220-4542-8827-fbc405b3d802 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: d17cd522-ec75-453b-b6b6-3894b668ef2b [pid: 8|app: 0|req: 819/1606] 10.0.0.234 () {34 vars in 741 bytes} [Thu Apr 23 10:39:27 2026] PUT /v2.0/routers/f1284b69-aefc-4e68-8f05-4263fba1a25c => generated 493 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1607] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:28 2026] GET /v2.0/ports?device_id=f1284b69-aefc-4e68-8f05-4263fba1a25c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:28.452 7 INFO neutron.services.segments.plugin [-] Segment 61422064-3c5d-470a-8a04-b1b60671348b resource provider aggregate not found 2026-04-23 10:39:28.457 7 INFO neutron.services.segments.plugin [-] Segment 61422064-3c5d-470a-8a04-b1b60671348b resource provider aggregate not found 2026-04-23 10:39:28.467 8 INFO neutron.db.segments_db [None req-5899d00e-120b-4a0f-95fc-87c678c55455 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 6216adf7-4cf8-4ab4-af84-1de543e77045 of type vxlan for network 28deae75-c0c1-4572-9600-0b6a13e8366a 2026-04-23 10:39:28.473 7 INFO neutron.services.segments.plugin [-] Segment 61422064-3c5d-470a-8a04-b1b60671348b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61422064-3c5d-470a-8a04-b1b60671348b found for delete ", "request_id": "req-0f5d790c-d21f-449b-8f65-013e05c834bf"}]} 2026-04-23 10:39:28.474 7 INFO neutron.services.segments.plugin [-] Segment 61422064-3c5d-470a-8a04-b1b60671348b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61422064-3c5d-470a-8a04-b1b60671348b found for delete ", "request_id": "req-82259d06-ee34-4111-93ed-2e99f2c994dd"}]} 2026-04-23 10:39:28.478 7 INFO neutron.db.l3_hamode_db [None req-b04d97f5-9220-4542-8827-fbc405b3d802 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network fa4fd4f5-21e6-448f-a4c6-33c0bc9501a6 was deleted as no HA routers are present in tenant 1437c61ec29f404293f894799ea2b704. [pid: 7|app: 0|req: 788/1608] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:27 2026] DELETE /v2.0/routers/3a0d5a18-8564-4e29-bb33-ae7a91777dc9 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1609] 10.0.0.234 () {34 vars in 670 bytes} [Thu Apr 23 10:39:28 2026] POST /v2.0/networks => generated 722 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:28.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-a70218cc-63bb-4bc2-8511-8b50ab72e940 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] TaaS: Handle Delete Port: 3c9da769-5006-46d1-bbdd-90a2be676997 2026-04-23 10:39:28.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a70218cc-63bb-4bc2-8511-8b50ab72e940 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Tap Mirror: Handle Delete Port: 3c9da769-5006-46d1-bbdd-90a2be676997 [pid: 8|app: 0|req: 822/1610] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:28 2026] DELETE /v2.0/subnets/b6099191-ca71-41fa-b357-8cd93a5d176b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1611] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:28 2026] DELETE /v2.0/routers/f1284b69-aefc-4e68-8f05-4263fba1a25c => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:28.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-4697b670-810e-427d-bbba-6f73da08cfd5 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 730905aa-5e48-4a5f-9eaf-bf211143f08b 2026-04-23 10:39:28.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4697b670-810e-427d-bbba-6f73da08cfd5 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 730905aa-5e48-4a5f-9eaf-bf211143f08b [pid: 8|app: 0|req: 823/1612] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:28 2026] POST /v2.0/subnets => generated 688 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1613] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:39:28 2026] GET /v2.0/routers/ec32a6e1-0c77-4815-96e4-128e58b6f7d4 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:29.053 8 INFO neutron.db.segments_db [None req-64f12eca-b66f-4afe-b111-748c665667f1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Added segment 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee of type vxlan for network f2ff6062-82f0-444c-9b63-a8f1a4e0dcde [pid: 7|app: 0|req: 790/1614] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:28 2026] DELETE /v2.0/networks/6c998ec0-24a3-489e-a32a-1472f96885bf => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:29.315 8 INFO neutron.db.l3_hamode_db [None req-64f12eca-b66f-4afe-b111-748c665667f1 5852331bee0b4c3d9348f263597c2d07 53d8687c36e1432a8ecbe7d10edf5e31 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1615] 10.0.0.234 () {34 vars in 741 bytes} [Thu Apr 23 10:39:29 2026] PUT /v2.0/routers/ec32a6e1-0c77-4815-96e4-128e58b6f7d4 => generated 502 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1616] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:29 2026] GET /v2.0/security-groups?tenant_id=1437c61ec29f404293f894799ea2b704&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: 793/1617] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:39:29 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 794/1618] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:29 2026] GET /v2.0/ports?device_id=ec32a6e1-0c77-4815-96e4-128e58b6f7d4 => 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: 795/1619] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:29 2026] DELETE /v2.0/security-groups/0ddfe791-0119-4be1-b8ea-3d31c17df6d4 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1620] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:29 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&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-04-23 10:39:30.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-182d85b3-3ede-45c7-9827-9083e1f3859d 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] TaaS: Handle Delete Port: 8afb1b0d-b7f7-4917-845e-40a4a4a3a8d9 2026-04-23 10:39:30.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-182d85b3-3ede-45c7-9827-9083e1f3859d 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Tap Mirror: Handle Delete Port: 8afb1b0d-b7f7-4917-845e-40a4a4a3a8d9 2026-04-23 10:39:30.158 8 INFO neutron.db.l3_hamode_db [None req-64f12eca-b66f-4afe-b111-748c665667f1 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 797/1621] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:29 2026] DELETE /v2.0/routers/ec32a6e1-0c77-4815-96e4-128e58b6f7d4 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1622] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:39:30 2026] GET /v2.0/routers/7e67b529-db5e-4756-8253-84897cc4fd03 => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:30.900 7 INFO neutron.services.segments.plugin [-] Segment 20228105-51e8-4b97-af28-154509af8efd resource provider aggregate not found 2026-04-23 10:39:30.907 7 INFO neutron.services.segments.plugin [-] Segment 20228105-51e8-4b97-af28-154509af8efd resource provider aggregate not found 2026-04-23 10:39:30.932 7 INFO neutron.services.segments.plugin [-] Segment 20228105-51e8-4b97-af28-154509af8efd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20228105-51e8-4b97-af28-154509af8efd found for delete ", "request_id": "req-35d85aaa-4dc1-4776-a8b3-448c88dd8420"}]} 2026-04-23 10:39:30.933 7 INFO neutron.services.segments.plugin [-] Segment 20228105-51e8-4b97-af28-154509af8efd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20228105-51e8-4b97-af28-154509af8efd found for delete ", "request_id": "req-25ecab1f-427a-42df-aff6-b8b1111f8633"}]} [pid: 7|app: 0|req: 799/1623] 10.0.0.234 () {34 vars in 741 bytes} [Thu Apr 23 10:39:30 2026] PUT /v2.0/routers/7e67b529-db5e-4756-8253-84897cc4fd03 => generated 487 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1624] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:31 2026] GET /v2.0/ports?device_id=7e67b529-db5e-4756-8253-84897cc4fd03 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:31.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc17562f-548f-446e-ac84-085bad95948f 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] TaaS: Handle Delete Port: 28a95ff1-0b5b-4e9f-9812-e8405ff80eff 2026-04-23 10:39:31.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc17562f-548f-446e-ac84-085bad95948f 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Tap Mirror: Handle Delete Port: 28a95ff1-0b5b-4e9f-9812-e8405ff80eff [pid: 8|app: 0|req: 825/1625] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:29 2026] POST /v2.0/routers => generated 728 bytes in 2727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1628] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:31 2026] DELETE /v2.0/routers/7e67b529-db5e-4756-8253-84897cc4fd03 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1629] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:39:31 2026] GET /v2.0/routers/5a3092bd-e926-4fb1-9a52-f6a63ef7e1cb => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1630] 10.0.0.234 () {34 vars in 741 bytes} [Thu Apr 23 10:39:31 2026] PUT /v2.0/routers/5a3092bd-e926-4fb1-9a52-f6a63ef7e1cb => generated 480 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1631] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:32 2026] GET /v2.0/ports?device_id=5a3092bd-e926-4fb1-9a52-f6a63ef7e1cb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:32.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8d8bb3c-70b2-4edf-bf85-de4992e4de23 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] TaaS: Handle Delete Port: 60b26fb4-6ddf-4943-af8f-254af5daa9f8 2026-04-23 10:39:32.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8d8bb3c-70b2-4edf-bf85-de4992e4de23 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] Tap Mirror: Handle Delete Port: 60b26fb4-6ddf-4943-af8f-254af5daa9f8 2026-04-23 10:39:32.901 7 INFO neutron.db.l3_hamode_db [None req-d8d8bb3c-70b2-4edf-bf85-de4992e4de23 719be70bfc094adea98b5eb1da855a00 ffa2599abea24ca89d638c402676e748 - - default default] HA network 5f38a4de-168e-464b-9780-74276e2a4947 was deleted as no HA routers are present in tenant ffa2599abea24ca89d638c402676e748. [pid: 7|app: 0|req: 805/1632] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:32 2026] DELETE /v2.0/routers/5a3092bd-e926-4fb1-9a52-f6a63ef7e1cb => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:32.953 7 INFO neutron.services.segments.plugin [-] Segment 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 resource provider aggregate not found 2026-04-23 10:39:32.957 7 INFO neutron.services.segments.plugin [-] Segment 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 resource provider aggregate not found 2026-04-23 10:39:32.971 7 INFO neutron.services.segments.plugin [-] Segment 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 found for delete ", "request_id": "req-7882757c-2fd2-4409-a904-8409f840ac94"}]} 2026-04-23 10:39:32.974 7 INFO neutron.services.segments.plugin [-] Segment 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6f5153-d59c-4e24-b5a5-63c2f0292c21 found for delete ", "request_id": "req-e9a504ee-5fc8-4016-890d-9585ef7efc8c"}]} [pid: 8|app: 0|req: 828/1633] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:39:31 2026] PUT /v2.0/routers/219d1c6b-348b-4683-bbae-321c89dfd3f5/add_router_interface => generated 309 bytes in 1376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1634] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:33 2026] GET /v2.0/security-groups?tenant_id=ffa2599abea24ca89d638c402676e748&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1635] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:34 2026] DELETE /v2.0/security-groups/07b152b2-37b9-4d9f-b53e-0e36331c06d7 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1636] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:34 2026] GET /v2.0/security-groups?tenant_id=ac033ca9449441a4898d502238d69cb1&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1637] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:34 2026] DELETE /v2.0/security-groups/1a323d3d-86b2-481d-84a8-af5706774830 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1638] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/security-groups?tenant_id=9b6e1b472f6547d68e6280f4c48b2532&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1639] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:35 2026] DELETE /v2.0/security-groups/03de5d9e-23e1-4403-81c0-41d4a65cc5e4 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1640] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/networks?id=28deae75-c0c1-4572-9600-0b6a13e8366a => generated 673 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1641] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/quotas/53d8687c36e1432a8ecbe7d10edf5e31 => 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: 834/1642] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/ports?tenant_id=53d8687c36e1432a8ecbe7d10edf5e31&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1643] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/networks/28deae75-c0c1-4572-9600-0b6a13e8366a?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: 809/1644] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/security-groups?tenant_id=a1cbd5186a034c2c9ad771d45eee0e2e&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1645] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:39:35 2026] GET /v2.0/networks/28deae75-c0c1-4572-9600-0b6a13e8366a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1646] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:35 2026] DELETE /v2.0/security-groups/0ec6b905-bd28-4543-a530-e7febb735881 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1647] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:36 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 811/1648] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:36 2026] GET /v2.0/security-groups?tenant_id=cc629d7f92f74d828062b5b264936a95&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1649] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:36 2026] DELETE /v2.0/security-groups/775afb07-270a-4a00-85eb-c650ab539c41 => 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: 812/1650] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:37 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 839/1651] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:38 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 813/1652] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:38 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1653] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:38 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1654] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:39 2026] GET /v2.0/security-groups?tenant_id=6dbf3fccc9664ff58185e471e184fdcf&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1655] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:39 2026] DELETE /v2.0/security-groups/0159a9f4-e18c-478c-928d-748c4ec66110 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:39.561 8 INFO neutron.db.segments_db [None req-0f9c98c2-65ca-4aec-bd1a-048224ff8a6d 8916e219bfe9469baae2e06402111cea b445bd17aba34c43bd08ac7d80856df6 - - default default] Added segment e53fe147-ab4a-4f25-87e2-4f26ec5e2fad of type vxlan for network 224a5645-a933-4d6b-98dc-75e395fbd10a [pid: 7|app: 0|req: 816/1656] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:39 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 841/1657] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:39 2026] POST /v2.0/networks => generated 612 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1658] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:39:39 2026] PUT /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1659] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:39 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/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: 818/1660] 10.0.0.234 () {34 vars in 763 bytes} [Thu Apr 23 10:39:39 2026] PUT /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags/green => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1661] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:39 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 819/1662] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:39 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1663] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:39 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1664] 10.0.0.234 () {34 vars in 759 bytes} [Thu Apr 23 10:39:40 2026] PUT /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1665] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1666] 10.0.0.234 () {34 vars in 781 bytes} [Thu Apr 23 10:39:40 2026] PUT /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/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: 8|app: 0|req: 846/1667] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1668] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:39:40 2026] PUT /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1669] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1670] 10.0.0.234 () {32 vars in 740 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:40.543 8 INFO neutron.api.v2.resource [None req-7bbb0f4e-56e6-4f29-8ef4-ed9fce418153 8916e219bfe9469baae2e06402111cea b445bd17aba34c43bd08ac7d80856df6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1671] 10.0.0.234 () {32 vars in 744 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/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: 824/1672] 10.0.0.234 () {32 vars in 743 bytes} [Thu Apr 23 10:39:40 2026] DELETE /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags/red => 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: 825/1673] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1674] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1675] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks?id=28deae75-c0c1-4572-9600-0b6a13e8366a => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:40.799 8 INFO neutron.api.v2.resource [None req-a017d90f-0117-41e8-92c7-48e25b6444cb 8916e219bfe9469baae2e06402111cea b445bd17aba34c43bd08ac7d80856df6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 850/1676] 10.0.0.234 () {32 vars in 747 bytes} [Thu Apr 23 10:39:40 2026] DELETE /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1677] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:40 2026] DELETE /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1678] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:40 2026] GET /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:41.071 8 INFO neutron.services.segments.plugin [-] Segment e53fe147-ab4a-4f25-87e2-4f26ec5e2fad resource provider aggregate not found 2026-04-23 10:39:41.077 8 INFO neutron.services.segments.plugin [-] Segment e53fe147-ab4a-4f25-87e2-4f26ec5e2fad resource provider aggregate not found 2026-04-23 10:39:41.095 8 INFO neutron.services.segments.plugin [-] Segment e53fe147-ab4a-4f25-87e2-4f26ec5e2fad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53fe147-ab4a-4f25-87e2-4f26ec5e2fad found for delete ", "request_id": "req-fd44cd8f-f2a9-4db7-a281-04450c65564e"}]} 2026-04-23 10:39:41.099 8 INFO neutron.services.segments.plugin [-] Segment e53fe147-ab4a-4f25-87e2-4f26ec5e2fad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53fe147-ab4a-4f25-87e2-4f26ec5e2fad found for delete ", "request_id": "req-d1b086c7-ad58-4bb7-9434-c7b04c09d6c8"}]} [pid: 8|app: 0|req: 853/1679] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:40 2026] DELETE /v2.0/networks/224a5645-a933-4d6b-98dc-75e395fbd10a => 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: 854/1680] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:41 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 855/1681] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:41 2026] GET /v2.0/security-groups?id=f85efa22-522c-4081-847c-b204235c3cc4&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1682] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:39:40 2026] POST /v2.0/ports => generated 958 bytes in 535 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: 828/1683] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:39:41 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:41.463 7 INFO neutron_taas.services.taas.taas_plugin [req-e272c9f3-4b7d-4b33-b2d0-a538e8c76854 req-e7178d75-15dc-4a2e-8add-38a793861b73 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: 930f24c1-dfc3-4ab7-99ae-7e5bf27328a2 2026-04-23 10:39:41.466 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e272c9f3-4b7d-4b33-b2d0-a538e8c76854 req-e7178d75-15dc-4a2e-8add-38a793861b73 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: 930f24c1-dfc3-4ab7-99ae-7e5bf27328a2 2026-04-23 10:39:41.599 7 INFO neutron.db.l3_db [req-e272c9f3-4b7d-4b33-b2d0-a538e8c76854 req-e7178d75-15dc-4a2e-8add-38a793861b73 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Floating IP 76394059-af8d-411d-b358-fc4c400c5958 disassociated. External IP: 10.96.250.207, port: 930f24c1-dfc3-4ab7-99ae-7e5bf27328a2. [pid: 8|app: 0|req: 856/1684] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:39:41 2026] PUT /v2.0/ports/bff53cf4-4776-4764-a137-8370941ef9c8 => generated 1239 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:41.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63b5cd5f-82f0-4af1-a169-70896b5bedb5'] response: {'name': 'network-changed', 'server_uuid': '6bcc11ec-1569-46c7-aed6-4b252b0b47b3', 'tag': 'bff53cf4-4776-4764-a137-8370941ef9c8', '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: 829/1685] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:39:41 2026] DELETE /v2.0/ports/930f24c1-dfc3-4ab7-99ae-7e5bf27328a2 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:42.036 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f48b2662-8825-4d01-95c8-b19e39617a48'] response: {'server_uuid': '14237cae-17e9-4978-a727-6a2c60a2e556', 'name': 'network-vif-deleted', 'tag': '930f24c1-dfc3-4ab7-99ae-7e5bf27328a2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 830/1686] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:42.094 8 INFO neutron.db.segments_db [None req-8240b9b4-2126-41b2-8867-c0f0f067208b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment f4af55a8-db17-4116-9904-d803efdb41f5 of type vxlan for network 0489ebe1-45cf-4226-8e2b-4dd3fb3af342 [pid: 8|app: 0|req: 857/1687] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:41 2026] POST /v2.0/networks => generated 613 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1688] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1689] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/security-groups?tenant_id=0288f42f0311440283ebfc9581ef773b&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:42.271 8 INFO neutron.db.segments_db [None req-67258d43-4da2-4137-9772-f4ee6a1ccd56 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment c976483b-5d9f-4c5f-8f73-467678d1d03d of type vxlan for network f18ebf70-9eda-484f-81f2-434d009964c6 [pid: 8|app: 0|req: 859/1690] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:42 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1691] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:42 2026] DELETE /v2.0/security-groups/c0376e5b-65da-45ee-9757-56e2209ac864 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1692] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 860/1693] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/ports?tenant_id=53d8687c36e1432a8ecbe7d10edf5e31&device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1694] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/networks?tenant_id=53d8687c36e1432a8ecbe7d10edf5e31&shared=False => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1695] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/security-groups?tenant_id=b445bd17aba34c43bd08ac7d80856df6&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1696] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:39:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1697] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:42 2026] DELETE /v2.0/security-groups/8e6633db-23a3-43bd-b614-3e70a07de401 => 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: 834/1698] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:42 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1699] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:42 2026] POST /v2.0/subnets => generated 655 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:42.994 7 INFO neutron.db.segments_db [None req-434e08fc-f633-46ea-9060-c0a8abc9d107 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment 90e95632-6f9e-4e45-ae48-2352e335ba11 of type vxlan for network 27c6efdd-aaef-4776-a467-41bdde33b9db 2026-04-23 10:39:43.276 7 INFO neutron.db.l3_hamode_db [None req-434e08fc-f633-46ea-9060-c0a8abc9d107 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 866/1700] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1701] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:43.419 7 INFO neutron.db.l3_hamode_db [None req-434e08fc-f633-46ea-9060-c0a8abc9d107 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 868/1702] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 869/1703] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/ports?tenant_id=53d8687c36e1432a8ecbe7d10edf5e31&device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1704] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=bff53cf4-4776-4764-a137-8370941ef9c8 => 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: 871/1705] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/subnets?id=4cfa6ea3-3f60-43ab-ad6b-d4bcfef9954a => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1706] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/ports?network_id=28deae75-c0c1-4572-9600-0b6a13e8366a&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: 873/1707] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/networks/28deae75-c0c1-4572-9600-0b6a13e8366a?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: 874/1708] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:39:43 2026] GET /v2.0/networks/28deae75-c0c1-4572-9600-0b6a13e8366a?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: 835/1709] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:42 2026] POST /v2.0/routers => generated 510 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1710] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:44 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1711] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:44 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1712] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:44 2026] GET /v2.0/ports?device_id=14237cae-17e9-4978-a727-6a2c60a2e556 => 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: 875/1713] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:39:44 2026] PUT /v2.0/routers/8e48658d-54bb-43f7-9832-b106a31609be/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1714] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:45 2026] GET /v2.0/ports/9b8bbb4f-1f74-4352-b7e3-ae6645bb50be => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1715] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:45 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1716] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:45 2026] DELETE /v2.0/security-groups/f85efa22-522c-4081-847c-b204235c3cc4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1717] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:45 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:46.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9382109-7206-4885-8849-4e433c806045 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: 52e9fe2f-eeb9-4a2c-8468-e092e35f5da9 2026-04-23 10:39:46.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9382109-7206-4885-8849-4e433c806045 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: 52e9fe2f-eeb9-4a2c-8468-e092e35f5da9 [pid: 7|app: 0|req: 843/1718] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:39:45 2026] DELETE /v2.0/floatingips/76394059-af8d-411d-b358-fc4c400c5958 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:46.584 7 INFO neutron.db.segments_db [None req-eb18cf6b-1879-4d4e-9ce6-0b4af522d9a9 5c77aaa81f1543dcbc9b1e1347e1ec06 3c206d92e853461c98811085aa7ce4d9 - - default default] Added segment e9b4e2ee-2541-47c7-80e9-f6227073796e of type vxlan for network 86dd9823-8a22-4087-8a46-dd164af3931c [pid: 8|app: 0|req: 876/1719] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:39:45 2026] PUT /v2.0/routers/8e48658d-54bb-43f7-9832-b106a31609be/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1720] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:46 2026] POST /v2.0/networks => generated 613 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1723] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:46 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1724] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:46 2026] GET /v2.0/ports/20de223f-47ee-4c20-b17b-41d929fbeede => generated 967 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1725] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:46 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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-04-23 10:39:46.785 8 INFO neutron.db.segments_db [None req-9e65e310-c113-4971-a77e-423e459914c2 5c77aaa81f1543dcbc9b1e1347e1ec06 3c206d92e853461c98811085aa7ce4d9 - - default default] Added segment 9f86076d-f696-4096-a3f8-6b9436e2ea86 of type vxlan for network 058155a5-5f55-47c4-a038-f6504425bdcd [pid: 8|app: 0|req: 878/1726] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:46 2026] POST /v2.0/networks => generated 612 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1727] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:39:46 2026] PUT /v2.0/networks/86dd9823-8a22-4087-8a46-dd164af3931c/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1728] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:46 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 881/1729] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/networks/86dd9823-8a22-4087-8a46-dd164af3931c/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1730] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:47.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-c21a3326-c2d7-43a4-9a0b-6e80c769e73f ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 20de223f-47ee-4c20-b17b-41d929fbeede 2026-04-23 10:39:47.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c21a3326-c2d7-43a4-9a0b-6e80c769e73f ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 20de223f-47ee-4c20-b17b-41d929fbeede [pid: 8|app: 0|req: 883/1731] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:39:47 2026] PUT /v2.0/networks/058155a5-5f55-47c4-a038-f6504425bdcd/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1732] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/networks/058155a5-5f55-47c4-a038-f6504425bdcd/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1733] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:39:47 2026] PUT /v2.0/networks/058155a5-5f55-47c4-a038-f6504425bdcd/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1734] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/networks/058155a5-5f55-47c4-a038-f6504425bdcd/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1735] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/networks/86dd9823-8a22-4087-8a46-dd164af3931c/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:47.529 8 INFO neutron.services.segments.plugin [-] Segment e9b4e2ee-2541-47c7-80e9-f6227073796e resource provider aggregate not found 2026-04-23 10:39:47.535 8 INFO neutron.services.segments.plugin [-] Segment e9b4e2ee-2541-47c7-80e9-f6227073796e resource provider aggregate not found 2026-04-23 10:39:47.555 8 INFO neutron.services.segments.plugin [-] Segment e9b4e2ee-2541-47c7-80e9-f6227073796e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b4e2ee-2541-47c7-80e9-f6227073796e found for delete ", "request_id": "req-7ddd34b0-4bf7-45a8-bd40-17c932616fd9"}]} 2026-04-23 10:39:47.557 8 INFO neutron.services.segments.plugin [-] Segment e9b4e2ee-2541-47c7-80e9-f6227073796e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b4e2ee-2541-47c7-80e9-f6227073796e found for delete ", "request_id": "req-31951134-b0db-445b-aced-8a86e06357a6"}]} [pid: 8|app: 0|req: 888/1736] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:47 2026] DELETE /v2.0/networks/86dd9823-8a22-4087-8a46-dd164af3931c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1737] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:46 2026] PUT /v2.0/routers/8e48658d-54bb-43f7-9832-b106a31609be/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1738] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:47 2026] DELETE /v2.0/networks/058155a5-5f55-47c4-a038-f6504425bdcd => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1739] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 891/1740] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:47 2026] GET /v2.0/security-groups?id=61f0e9f7-9f1b-4a2c-9901-4b668e83b700&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-04-23 10:39:48.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a0fd2f9-bb5e-4c80-9ee1-69c6b95a039f ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 9b8bbb4f-1f74-4352-b7e3-ae6645bb50be 2026-04-23 10:39:48.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a0fd2f9-bb5e-4c80-9ee1-69c6b95a039f ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 9b8bbb4f-1f74-4352-b7e3-ae6645bb50be [pid: 8|app: 0|req: 892/1741] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:48 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1742] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:48 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1743] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:47 2026] PUT /v2.0/routers/8e48658d-54bb-43f7-9832-b106a31609be/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1744] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:48 2026] GET /v2.0/ports?device_id=8e48658d-54bb-43f7-9832-b106a31609be => 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: 894/1745] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:48 2026] GET /v2.0/security-groups?tenant_id=968e84f656684085ad966c058840aa93&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:39:48.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-c65a69c9-0733-43a0-93fc-63d994227182 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 74256f0a-7827-434d-9f3c-eda517df3a44 2026-04-23 10:39:48.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c65a69c9-0733-43a0-93fc-63d994227182 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 74256f0a-7827-434d-9f3c-eda517df3a44 [pid: 8|app: 0|req: 895/1746] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:48 2026] DELETE /v2.0/security-groups/fa52a0d5-d004-4d31-8aac-843820e2bc82 => 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: 896/1747] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:39:48 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:49.011 8 INFO neutron_taas.services.taas.taas_plugin [req-ab48a9f7-90f3-4625-87b6-7828bebf737f req-61fb29f0-4c0e-4013-97fe-c68c1df57d4c ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: 5b7227ed-9270-4ee7-88c6-107f6c233eb2 2026-04-23 10:39:49.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab48a9f7-90f3-4625-87b6-7828bebf737f req-61fb29f0-4c0e-4013-97fe-c68c1df57d4c ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: 5b7227ed-9270-4ee7-88c6-107f6c233eb2 2026-04-23 10:39:49.061 7 INFO neutron.services.segments.plugin [-] Segment 90e95632-6f9e-4e45-ae48-2352e335ba11 resource provider aggregate not found 2026-04-23 10:39:49.078 7 INFO neutron.services.segments.plugin [-] Segment 90e95632-6f9e-4e45-ae48-2352e335ba11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e95632-6f9e-4e45-ae48-2352e335ba11 found for delete ", "request_id": "req-7f004cde-33ad-4a8a-b3a2-9092eaf4f38f"}]} 2026-04-23 10:39:49.079 7 INFO neutron.services.segments.plugin [-] Segment 90e95632-6f9e-4e45-ae48-2352e335ba11 resource provider aggregate not found 2026-04-23 10:39:49.090 7 INFO neutron.services.segments.plugin [-] Segment 90e95632-6f9e-4e45-ae48-2352e335ba11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90e95632-6f9e-4e45-ae48-2352e335ba11 found for delete ", "request_id": "req-d3804559-fe27-48f8-ae27-ec2ddf4b76f6"}]} 2026-04-23 10:39:49.093 7 INFO neutron.db.l3_hamode_db [None req-c65a69c9-0733-43a0-93fc-63d994227182 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] HA network 27c6efdd-aaef-4776-a467-41bdde33b9db was deleted as no HA routers are present in tenant 2d16bff0aa604a87af0b56ffeddd5db6. [pid: 7|app: 0|req: 852/1748] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:48 2026] DELETE /v2.0/routers/8e48658d-54bb-43f7-9832-b106a31609be => generated 0 bytes in 556 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1749] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:49 2026] GET /v2.0/security-groups?tenant_id=3c206d92e853461c98811085aa7ce4d9&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: 854/1750] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:49 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => 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: 897/1751] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:39:48 2026] DELETE /v2.0/ports/5b7227ed-9270-4ee7-88c6-107f6c233eb2 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:49.253 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a1be93b-2386-4f7a-8fe8-78da47381afa'] response: {'server_uuid': '2053ab40-b749-4efc-a55f-5fff93fa86c3', 'name': 'network-vif-deleted', 'tag': '5b7227ed-9270-4ee7-88c6-107f6c233eb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 855/1752] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:49 2026] DELETE /v2.0/subnets/960eee35-6916-4f94-a396-aa410d972aed => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1753] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:49 2026] DELETE /v2.0/security-groups/144da660-7d09-4d93-b7ee-d746e4ef8ee2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1754] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:49 2026] DELETE /v2.0/subnets/4fe11a65-8eac-4009-8701-c92578cd0b4b => 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: 899/1755] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:49 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 900/1756] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:49 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:49.573 8 INFO neutron.services.segments.plugin [-] Segment 9f86076d-f696-4096-a3f8-6b9436e2ea86 resource provider aggregate not found 2026-04-23 10:39:49.592 8 INFO neutron.services.segments.plugin [-] Segment 9f86076d-f696-4096-a3f8-6b9436e2ea86 resource provider aggregate not found 2026-04-23 10:39:49.604 8 INFO neutron.services.segments.plugin [-] Segment 9f86076d-f696-4096-a3f8-6b9436e2ea86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f86076d-f696-4096-a3f8-6b9436e2ea86 found for delete ", "request_id": "req-1feceed5-aba8-474f-83fa-1b05dd361989"}]} 2026-04-23 10:39:49.608 8 INFO neutron.services.segments.plugin [-] Segment 9f86076d-f696-4096-a3f8-6b9436e2ea86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f86076d-f696-4096-a3f8-6b9436e2ea86 found for delete ", "request_id": "req-ce4aed22-b869-45d7-8b87-4a1f4f6f1ae7"}]} 2026-04-23 10:39:49.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-14464021-7929-462a-865e-d1f55e3f3c6d ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 2dfeb6dc-2590-4267-a865-8525e04ab4a5 2026-04-23 10:39:49.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14464021-7929-462a-865e-d1f55e3f3c6d ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 2dfeb6dc-2590-4267-a865-8525e04ab4a5 [pid: 7|app: 0|req: 857/1757] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:49 2026] DELETE /v2.0/networks/f18ebf70-9eda-484f-81f2-434d009964c6 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:49.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5aba7d4-03f1-48d0-a4ef-73781c16a1e6 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 10752e0a-51e2-4e34-b052-fd3b30756b3c 2026-04-23 10:39:49.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5aba7d4-03f1-48d0-a4ef-73781c16a1e6 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 10752e0a-51e2-4e34-b052-fd3b30756b3c [pid: 8|app: 0|req: 901/1758] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:49 2026] DELETE /v2.0/networks/0489ebe1-45cf-4226-8e2b-4dd3fb3af342 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1759] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:50 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:50.286 7 INFO neutron.db.segments_db [None req-0615f89a-5849-45ae-a70f-a210b04267d8 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment 8bd2e668-7fe2-40f0-b481-e07053565146 of type vxlan for network 75599cc2-6880-4bcb-bd94-b784a724aaf1 [pid: 7|app: 0|req: 858/1760] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:50 2026] POST /v2.0/networks => generated 614 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1761] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:50 2026] POST /v2.0/subnets => generated 646 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1762] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:50 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 975 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1763] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:50 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:50.811 8 INFO neutron.db.segments_db [None req-f4363369-83f3-4ec5-ac66-7b0ce110ce68 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment 7a499115-ef9c-41e2-ac82-5bb252019350 of type vxlan for network acdcbdfd-3f3b-47a9-8eb5-7dbf4c4e5382 2026-04-23 10:39:51.093 8 INFO neutron.db.l3_hamode_db [None req-f4363369-83f3-4ec5-ac66-7b0ce110ce68 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:39:51.104 7 INFO neutron.services.segments.plugin [-] Segment c976483b-5d9f-4c5f-8f73-467678d1d03d resource provider aggregate not found 2026-04-23 10:39:51.111 7 INFO neutron.services.segments.plugin [-] Segment c976483b-5d9f-4c5f-8f73-467678d1d03d resource provider aggregate not found 2026-04-23 10:39:51.125 7 INFO neutron.services.segments.plugin [-] Segment c976483b-5d9f-4c5f-8f73-467678d1d03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c976483b-5d9f-4c5f-8f73-467678d1d03d found for delete ", "request_id": "req-eca0ac84-28d2-47ed-be5d-b8e2d7daeeda"}]} 2026-04-23 10:39:51.128 7 INFO neutron.services.segments.plugin [-] Segment c976483b-5d9f-4c5f-8f73-467678d1d03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c976483b-5d9f-4c5f-8f73-467678d1d03d found for delete ", "request_id": "req-c3bffa6b-8268-48ce-9007-dd7600b1a1f2"}]} 2026-04-23 10:39:51.223 8 INFO neutron.db.l3_hamode_db [None req-f4363369-83f3-4ec5-ac66-7b0ce110ce68 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 861/1764] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:51 2026] GET /v2.0/ports?device_id=2053ab40-b749-4efc-a55f-5fff93fa86c3 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:51.666 8 INFO neutron.services.segments.plugin [-] Segment f4af55a8-db17-4116-9904-d803efdb41f5 resource provider aggregate not found 2026-04-23 10:39:51.669 8 INFO neutron.services.segments.plugin [-] Segment f4af55a8-db17-4116-9904-d803efdb41f5 resource provider aggregate not found 2026-04-23 10:39:51.693 8 INFO neutron.services.segments.plugin [-] Segment f4af55a8-db17-4116-9904-d803efdb41f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4af55a8-db17-4116-9904-d803efdb41f5 found for delete ", "request_id": "req-e933a182-9852-4421-8b9d-73fab095db54"}]} 2026-04-23 10:39:51.695 8 INFO neutron.services.segments.plugin [-] Segment f4af55a8-db17-4116-9904-d803efdb41f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4af55a8-db17-4116-9904-d803efdb41f5 found for delete ", "request_id": "req-e9af30b1-8d3e-4ca4-a042-687bf351081b"}]} [pid: 8|app: 0|req: 904/1765] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:50 2026] POST /v2.0/routers => generated 510 bytes in 1249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1766] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:52 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 906/1767] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:52 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&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: 862/1768] 10.0.0.234 () {34 vars in 664 bytes} [Thu Apr 23 10:39:51 2026] POST /v2.0/ports => generated 964 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 863/1769] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:52 2026] DELETE /v2.0/security-groups/61f0e9f7-9f1b-4a2c-9901-4b668e83b700 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:53.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a017bf8-6bb7-4e2f-b1a5-a39ef627f431 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: efba1a49-7631-487d-92f8-993a3c568849 2026-04-23 10:39:53.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a017bf8-6bb7-4e2f-b1a5-a39ef627f431 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: efba1a49-7631-487d-92f8-993a3c568849 [pid: 8|app: 0|req: 907/1770] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:39:52 2026] PUT /v2.0/routers/96b158f2-1ee2-4986-993a-2f6d6ff08252/add_router_interface => generated 309 bytes in 1149 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: 908/1771] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:53 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1772] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:53 2026] GET /v2.0/ports/a794d477-f1c7-4f1a-aca1-6c79f95968b6 => generated 1038 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1773] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:53 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&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: 864/1774] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:52 2026] PUT /v2.0/routers/4578382b-6f44-4b1d-8d99-9371fddb012d/remove_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1775] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:53 2026] DELETE /v2.0/subnets/f520c39c-c487-4a04-a489-458907eb9aa2 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:53.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9db5246-c273-4218-9653-2c19cbb52501 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: a794d477-f1c7-4f1a-aca1-6c79f95968b6 2026-04-23 10:39:53.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9db5246-c273-4218-9653-2c19cbb52501 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: a794d477-f1c7-4f1a-aca1-6c79f95968b6 2026-04-23 10:39:54.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7a064a-ac84-40d8-b9e6-8b9e16d04092 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: 7317b3b2-ad11-44cf-ad43-15dea4b89e7b 2026-04-23 10:39:54.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7a064a-ac84-40d8-b9e6-8b9e16d04092 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: 7317b3b2-ad11-44cf-ad43-15dea4b89e7b [pid: 8|app: 0|req: 911/1776] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:53 2026] PUT /v2.0/routers/96b158f2-1ee2-4986-993a-2f6d6ff08252/remove_router_interface => generated 309 bytes in 731 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-04-23 10:39:54.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7a064a-ac84-40d8-b9e6-8b9e16d04092 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: 711b5a99-1130-43f6-9ba3-40a952ea8bd8 2026-04-23 10:39:54.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7a064a-ac84-40d8-b9e6-8b9e16d04092 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: 711b5a99-1130-43f6-9ba3-40a952ea8bd8 2026-04-23 10:39:54.464 8 INFO neutron.api.v2.resource [None req-d7d35486-d556-4493-80a9-87e6b651e3b8 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 912/1777] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:54 2026] PUT /v2.0/routers/96b158f2-1ee2-4986-993a-2f6d6ff08252/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1778] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:54 2026] GET /v2.0/ports?device_id=96b158f2-1ee2-4986-993a-2f6d6ff08252 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:54.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed66a69e-a8fd-457a-9136-09e2d2f96f75 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: b65e3f27-b74d-44f9-849a-1471cc065ae5 2026-04-23 10:39:54.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed66a69e-a8fd-457a-9136-09e2d2f96f75 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: b65e3f27-b74d-44f9-849a-1471cc065ae5 2026-04-23 10:39:54.812 7 INFO neutron.services.segments.plugin [-] Segment 9f609076-b9b3-4cd8-b076-25b31ed441aa resource provider aggregate not found 2026-04-23 10:39:54.820 7 INFO neutron.services.segments.plugin [-] Segment 9f609076-b9b3-4cd8-b076-25b31ed441aa resource provider aggregate not found 2026-04-23 10:39:54.846 7 INFO neutron.services.segments.plugin [-] Segment 9f609076-b9b3-4cd8-b076-25b31ed441aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f609076-b9b3-4cd8-b076-25b31ed441aa found for delete ", "request_id": "req-86fffa83-74f9-4d05-a9f0-32b35f1e3b4d"}]} 2026-04-23 10:39:54.848 7 INFO neutron.db.l3_hamode_db [None req-6a7a064a-ac84-40d8-b9e6-8b9e16d04092 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] HA network 9273aa5c-ada8-49f2-a1a2-d1e30e01fb41 was deleted as no HA routers are present in tenant 1dbdd60b30f6480bad25d2f923929aea. 2026-04-23 10:39:54.855 7 INFO neutron.services.segments.plugin [-] Segment 9f609076-b9b3-4cd8-b076-25b31ed441aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f609076-b9b3-4cd8-b076-25b31ed441aa found for delete ", "request_id": "req-bb57e690-5041-426c-9044-458f1acd5c42"}]} [pid: 7|app: 0|req: 866/1779] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:53 2026] DELETE /v2.0/routers/4578382b-6f44-4b1d-8d99-9371fddb012d => generated 0 bytes in 984 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1780] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:54 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1781] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:39:54 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:55.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-96681319-479e-42c5-b4d5-ed77628d6fe6 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] TaaS: Handle Delete Port: 929e7cf1-288f-4c49-a81e-2973bef35bea 2026-04-23 10:39:55.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96681319-479e-42c5-b4d5-ed77628d6fe6 ac644bea504144fc86f081cb23aed9f9 1dbdd60b30f6480bad25d2f923929aea - - default default] Tap Mirror: Handle Delete Port: 929e7cf1-288f-4c49-a81e-2973bef35bea 2026-04-23 10:39:55.075 8 INFO neutron.services.segments.plugin [-] Segment 7a499115-ef9c-41e2-ac82-5bb252019350 resource provider aggregate not found 2026-04-23 10:39:55.085 8 INFO neutron.services.segments.plugin [-] Segment 7a499115-ef9c-41e2-ac82-5bb252019350 resource provider aggregate not found 2026-04-23 10:39:55.099 8 INFO neutron.services.segments.plugin [-] Segment 7a499115-ef9c-41e2-ac82-5bb252019350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a499115-ef9c-41e2-ac82-5bb252019350 found for delete ", "request_id": "req-c7e5689c-c5ba-4841-af11-5e137ca15e3f"}]} 2026-04-23 10:39:55.103 8 INFO neutron.services.segments.plugin [-] Segment 7a499115-ef9c-41e2-ac82-5bb252019350 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a499115-ef9c-41e2-ac82-5bb252019350 found for delete ", "request_id": "req-50443720-b2d5-46c7-bde3-b9b9a7ed170a"}]} 2026-04-23 10:39:55.119 8 INFO neutron.db.l3_hamode_db [None req-ed66a69e-a8fd-457a-9136-09e2d2f96f75 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] HA network acdcbdfd-3f3b-47a9-8eb5-7dbf4c4e5382 was deleted as no HA routers are present in tenant 2d16bff0aa604a87af0b56ffeddd5db6. [pid: 8|app: 0|req: 914/1782] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:54 2026] DELETE /v2.0/routers/96b158f2-1ee2-4986-993a-2f6d6ff08252 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1783] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:39:55 2026] GET /v2.0/security-groups?id=b1f095be-2045-43b6-a3b2-71de942f9cba&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1784] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:54 2026] DELETE /v2.0/networks/a317d97d-011d-4300-8f32-807954b3b59d => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:55.334 8 INFO neutron_taas.services.taas.taas_plugin [req-6020f213-2f79-45a5-bec3-f57597350349 req-ad1368b4-c365-417e-8c8d-e80002059643 508ef672a94d49baa497fe3c5f3ca5dd 53d8687c36e1432a8ecbe7d10edf5e31 - - default default] TaaS: Handle Delete Port: bff53cf4-4776-4764-a137-8370941ef9c8 2026-04-23 10:39:55.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6020f213-2f79-45a5-bec3-f57597350349 req-ad1368b4-c365-417e-8c8d-e80002059643 508ef672a94d49baa497fe3c5f3ca5dd 53d8687c36e1432a8ecbe7d10edf5e31 - - default default] Tap Mirror: Handle Delete Port: bff53cf4-4776-4764-a137-8370941ef9c8 [pid: 7|app: 0|req: 870/1785] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:55 2026] DELETE /v2.0/subnets/c97df83f-76a4-4b8a-8807-24af765e90ec => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1786] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:39:55 2026] DELETE /v2.0/ports/bff53cf4-4776-4764-a137-8370941ef9c8 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:55.547 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3a45a55-6282-40b2-bf1d-251d14285155'] response: {'server_uuid': '6bcc11ec-1569-46c7-aed6-4b252b0b47b3', 'name': 'network-vif-deleted', 'tag': 'bff53cf4-4776-4764-a137-8370941ef9c8', 'status': 'completed', 'code': 200} 2026-04-23 10:39:55.575 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa6a171d-663e-49b3-bfd0-6ea1dda3325a ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 348ba27a-1728-481d-8d4e-bb05ec03ae43 2026-04-23 10:39:55.578 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa6a171d-663e-49b3-bfd0-6ea1dda3325a ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 348ba27a-1728-481d-8d4e-bb05ec03ae43 [pid: 7|app: 0|req: 871/1787] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:39:55 2026] DELETE /v2.0/networks/75599cc2-6880-4bcb-bd94-b784a724aaf1 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:39:55.851 8 INFO neutron.db.segments_db [None req-5842c63d-ca49-49dc-8ffe-7a352a2a9635 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment f7f95902-1012-4907-b54e-804e669563ec of type vxlan for network 31f6c580-3899-4e9b-b063-8a389de44ae5 [pid: 8|app: 0|req: 917/1788] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:39:55 2026] POST /v2.0/networks => generated 615 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1789] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:56 2026] GET /v2.0/security-groups?tenant_id=1dbdd60b30f6480bad25d2f923929aea&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1790] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:56 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 872/1791] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:55 2026] POST /v2.0/subnets => generated 646 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:39:56.391 7 INFO neutron.db.segments_db [None req-82e5b9e5-793d-4bf3-8160-27304b96f0d4 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment 3f8eac9b-898e-4bf3-86ef-b233df52a8ba of type vxlan for network 9a6d90cf-c0e2-41c7-9941-9120d3a17924 [pid: 8|app: 0|req: 920/1792] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:56 2026] DELETE /v2.0/security-groups/18b8d8e5-7547-4756-bef4-82aa54360b65 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:56.724 7 INFO neutron.db.l3_hamode_db [None req-82e5b9e5-793d-4bf3-8160-27304b96f0d4 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 921/1793] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:39:56 2026] GET /v2.0/security-groups?tenant_id=d80ff844fe3145cf8d93ab9eea22e5e4&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1794] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:39:56 2026] DELETE /v2.0/security-groups/68ef6e1a-c2e6-4951-b7b5-77cd5b60afb1 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:39:56.869 7 INFO neutron.services.segments.plugin [-] Segment 21f88ca1-331d-4b35-93d0-e63b8d917f92 resource provider aggregate not found 2026-04-23 10:39:56.873 7 INFO neutron.services.segments.plugin [-] Segment 21f88ca1-331d-4b35-93d0-e63b8d917f92 resource provider aggregate not found 2026-04-23 10:39:56.876 7 INFO neutron.db.l3_hamode_db [None req-82e5b9e5-793d-4bf3-8160-27304b96f0d4 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:39:56.887 7 INFO neutron.services.segments.plugin [-] Segment 21f88ca1-331d-4b35-93d0-e63b8d917f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f88ca1-331d-4b35-93d0-e63b8d917f92 found for delete ", "request_id": "req-03c7c488-0f96-46e3-b5d0-3a7cfb257338"}]} 2026-04-23 10:39:56.893 7 INFO neutron.services.segments.plugin [-] Segment 21f88ca1-331d-4b35-93d0-e63b8d917f92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21f88ca1-331d-4b35-93d0-e63b8d917f92 found for delete ", "request_id": "req-583bc908-5954-4a9d-8407-247cd60bac24"}]} 2026-04-23 10:39:56.917 7 INFO neutron.services.segments.plugin [-] Segment 8bd2e668-7fe2-40f0-b481-e07053565146 resource provider aggregate not found 2026-04-23 10:39:56.921 7 INFO neutron.services.segments.plugin [-] Segment 8bd2e668-7fe2-40f0-b481-e07053565146 resource provider aggregate not found 2026-04-23 10:39:56.942 7 INFO neutron.services.segments.plugin [-] Segment 8bd2e668-7fe2-40f0-b481-e07053565146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd2e668-7fe2-40f0-b481-e07053565146 found for delete ", "request_id": "req-594f54d4-769d-4f55-bb58-d0b826ffe0e7"}]} 2026-04-23 10:39:56.961 7 INFO neutron.services.segments.plugin [-] Segment 8bd2e668-7fe2-40f0-b481-e07053565146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bd2e668-7fe2-40f0-b481-e07053565146 found for delete ", "request_id": "req-770ef876-e095-4634-b4e9-2f11134b878b"}]} [pid: 8|app: 0|req: 923/1795] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:57 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1796] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:39:56 2026] POST /v2.0/routers => generated 511 bytes in 1222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1797] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:39:58 2026] GET /v2.0/ports?device_id=6bcc11ec-1569-46c7-aed6-4b252b0b47b3 => 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: 924/1798] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:39:57 2026] PUT /v2.0/routers/bf7d51b7-3bf8-43f6-ab01-dc709ac61771/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1799] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:39:58 2026] GET /v2.0/ports/a02c98ae-6ad5-4926-a06c-28fdfa03fe7a => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:39:59.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-7427556c-932b-4d27-ad2c-7790e65b6857 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: a02c98ae-6ad5-4926-a06c-28fdfa03fe7a 2026-04-23 10:39:59.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7427556c-932b-4d27-ad2c-7790e65b6857 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: a02c98ae-6ad5-4926-a06c-28fdfa03fe7a [pid: 8|app: 0|req: 925/1800] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:39:58 2026] PUT /v2.0/routers/bf7d51b7-3bf8-43f6-ab01-dc709ac61771/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: 876/1801] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:39:59 2026] GET /v2.0/ports?device_id=bf7d51b7-3bf8-43f6-ab01-dc709ac61771 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:39:59.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-37f5930b-52ea-491f-9321-c89be8b1e9fc ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: e1348496-244b-40ff-82db-38782e5ee643 2026-04-23 10:39:59.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37f5930b-52ea-491f-9321-c89be8b1e9fc ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: e1348496-244b-40ff-82db-38782e5ee643 2026-04-23 10:40:00.152 8 INFO neutron.services.segments.plugin [-] Segment 3f8eac9b-898e-4bf3-86ef-b233df52a8ba resource provider aggregate not found 2026-04-23 10:40:00.161 8 INFO neutron.services.segments.plugin [-] Segment 3f8eac9b-898e-4bf3-86ef-b233df52a8ba resource provider aggregate not found 2026-04-23 10:40:00.171 8 INFO neutron.services.segments.plugin [-] Segment 3f8eac9b-898e-4bf3-86ef-b233df52a8ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f8eac9b-898e-4bf3-86ef-b233df52a8ba found for delete ", "request_id": "req-56b3648f-35a9-4fdc-9966-d401cb78b1aa"}]} 2026-04-23 10:40:00.185 8 INFO neutron.services.segments.plugin [-] Segment 3f8eac9b-898e-4bf3-86ef-b233df52a8ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f8eac9b-898e-4bf3-86ef-b233df52a8ba found for delete ", "request_id": "req-a5b11c61-b6ab-4a33-80ee-a5556e970918"}]} 2026-04-23 10:40:00.189 8 INFO neutron.db.l3_hamode_db [None req-37f5930b-52ea-491f-9321-c89be8b1e9fc ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] HA network 9a6d90cf-c0e2-41c7-9941-9120d3a17924 was deleted as no HA routers are present in tenant 2d16bff0aa604a87af0b56ffeddd5db6. [pid: 8|app: 0|req: 926/1802] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:39:59 2026] DELETE /v2.0/routers/bf7d51b7-3bf8-43f6-ab01-dc709ac61771 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1803] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:00 2026] DELETE /v2.0/subnets/c69d4f8f-5128-4f4f-956a-4f4a45aa0a43 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1804] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:00 2026] DELETE /v2.0/networks/31f6c580-3899-4e9b-b063-8a389de44ae5 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:00.549 7 INFO neutron.db.segments_db [None req-fde5e4cb-a280-486d-9434-2b9a8f1b10f9 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Added segment 0ec58713-8256-4b78-8150-662afb5cb942 of type vxlan for network 1046fbea-5329-41b1-8494-477898966353 2026-04-23 10:40:00.847 7 INFO neutron.db.l3_hamode_db [None req-fde5e4cb-a280-486d-9434-2b9a8f1b10f9 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:40:01.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab8754b6-a10a-4fd2-b398-ea9ce3910efd 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 995a7cb7-afa9-4608-a74a-efa459857f4a 2026-04-23 10:40:01.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab8754b6-a10a-4fd2-b398-ea9ce3910efd 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 995a7cb7-afa9-4608-a74a-efa459857f4a 2026-04-23 10:40:01.717 7 INFO neutron.db.l3_hamode_db [None req-fde5e4cb-a280-486d-9434-2b9a8f1b10f9 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 928/1805] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:40:00 2026] PUT /v2.0/routers/219d1c6b-348b-4683-bbae-321c89dfd3f5/remove_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:02.200 8 INFO neutron.services.segments.plugin [-] Segment f7f95902-1012-4907-b54e-804e669563ec resource provider aggregate not found 2026-04-23 10:40:02.206 8 INFO neutron.services.segments.plugin [-] Segment f7f95902-1012-4907-b54e-804e669563ec resource provider aggregate not found 2026-04-23 10:40:02.225 8 INFO neutron.services.segments.plugin [-] Segment f7f95902-1012-4907-b54e-804e669563ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f95902-1012-4907-b54e-804e669563ec found for delete ", "request_id": "req-2665c6d6-bef9-41b8-8839-792ee8150617"}]} 2026-04-23 10:40:02.230 8 INFO neutron.services.segments.plugin [-] Segment f7f95902-1012-4907-b54e-804e669563ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f95902-1012-4907-b54e-804e669563ec found for delete ", "request_id": "req-db6fadd2-1531-46cd-a73e-46df31e3ed9d"}]} 2026-04-23 10:40:02.251 8 INFO neutron.db.segments_db [None req-32bef739-49e8-47b0-84c3-8a597f096e2d faba4a02b3ce473bbb4f8f6b4fb427c3 c593267d50f2400491e17b0051667a70 - - default default] Added segment 90c12ce4-eb73-4870-a215-c843ba7e3ae8 of type vxlan for network 53c6a8e7-6607-4eed-a8e6-d6a40a904a6d [pid: 8|app: 0|req: 929/1806] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:01 2026] POST /v2.0/networks => generated 613 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:02.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-def7c6a6-76b4-414c-8d0e-f9c45b0ed982 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 0212045e-2ddf-40e6-a0ff-9cc465673741 2026-04-23 10:40:02.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-def7c6a6-76b4-414c-8d0e-f9c45b0ed982 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 0212045e-2ddf-40e6-a0ff-9cc465673741 [pid: 7|app: 0|req: 878/1809] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:00 2026] POST /v2.0/routers => generated 691 bytes in 2212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:02.762 7 INFO neutron.db.segments_db [None req-4d7a0b6f-0472-47cd-9a4e-4ca982330c25 faba4a02b3ce473bbb4f8f6b4fb427c3 c593267d50f2400491e17b0051667a70 - - default default] Added segment a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 of type vxlan for network 5574e3c1-0401-45c5-ab37-6367c40865bd 2026-04-23 10:40:02.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-def7c6a6-76b4-414c-8d0e-f9c45b0ed982 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 13514df9-1493-4d87-9e65-93499f35261a 2026-04-23 10:40:02.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-def7c6a6-76b4-414c-8d0e-f9c45b0ed982 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 13514df9-1493-4d87-9e65-93499f35261a [pid: 7|app: 0|req: 879/1810] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:02 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1811] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:40:02 2026] GET /v2.0/routers/c9b2039e-73df-47f7-bed4-961125155669 => generated 697 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:03.009 7 INFO neutron.db.segments_db [None req-f0e10cd8-91e3-4227-9e72-d5f09520daf4 faba4a02b3ce473bbb4f8f6b4fb427c3 c593267d50f2400491e17b0051667a70 - - default default] Added segment 0faebe07-19b2-4dd9-8c53-0790f39e4140 of type vxlan for network 5d1ac3e2-993a-4261-9014-d80fd38c01e0 [pid: 7|app: 0|req: 881/1812] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:02 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1813] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:40:03 2026] GET /v2.0/routers => generated 700 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:03.252 7 INFO neutron.db.segments_db [None req-673a333b-f561-4636-bf21-2747a6258074 faba4a02b3ce473bbb4f8f6b4fb427c3 c593267d50f2400491e17b0051667a70 - - default default] Added segment 34a12e59-df49-4b40-94f9-5e45e85865e3 of type vxlan for network f20ac137-c2ce-4acc-96fd-b699e125f210 2026-04-23 10:40:03.259 8 INFO neutron.db.l3_hamode_db [None req-def7c6a6-76b4-414c-8d0e-f9c45b0ed982 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] HA network f2ff6062-82f0-444c-9b63-a8f1a4e0dcde was deleted as no HA routers are present in tenant 53d8687c36e1432a8ecbe7d10edf5e31. [pid: 8|app: 0|req: 932/1814] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:02 2026] DELETE /v2.0/routers/219d1c6b-348b-4683-bbae-321c89dfd3f5 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1815] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:03 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) [pid: 7|app: 0|req: 884/1816] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:03 2026] DELETE /v2.0/subnets/4cfa6ea3-3f60-43ab-ad6b-d4bcfef9954a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:03.587 7 INFO neutron.db.segments_db [None req-7614219c-ed99-4fdc-a062-c140e819e6de faba4a02b3ce473bbb4f8f6b4fb427c3 c593267d50f2400491e17b0051667a70 - - default default] Added segment 90b4ef22-dd69-492a-b885-3c6e34296038 of type vxlan for network 620ad0c7-c628-4cfd-a5bd-2fbee6b30a07 [pid: 7|app: 0|req: 885/1817] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:03 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1818] 10.0.0.234 () {34 vars in 740 bytes} [Thu Apr 23 10:40:03 2026] PUT /v2.0/routers/c9b2039e-73df-47f7-bed4-961125155669 => generated 704 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:40:03.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-94ecada9-0950-4a7a-8e6e-09a87ddba876 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 8d9a2086-05b8-4954-b61a-d9ad28af6842 2026-04-23 10:40:03.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94ecada9-0950-4a7a-8e6e-09a87ddba876 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 8d9a2086-05b8-4954-b61a-d9ad28af6842 [pid: 8|app: 0|req: 934/1819] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:03 2026] PUT /v2.0/networks/53c6a8e7-6607-4eed-a8e6-d6a40a904a6d/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1820] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:40:03 2026] GET /v2.0/routers/c9b2039e-73df-47f7-bed4-961125155669 => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1821] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:03 2026] PUT /v2.0/networks/5574e3c1-0401-45c5-ab37-6367c40865bd/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1822] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:03 2026] GET /v2.0/ports?device_id=c9b2039e-73df-47f7-bed4-961125155669 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:03.990 7 INFO neutron.services.segments.plugin [-] Segment 6216adf7-4cf8-4ab4-af84-1de543e77045 resource provider aggregate not found 2026-04-23 10:40:04.004 7 INFO neutron.services.segments.plugin [-] Segment 6216adf7-4cf8-4ab4-af84-1de543e77045 resource provider aggregate not found 2026-04-23 10:40:04.014 7 INFO neutron.services.segments.plugin [-] Segment 6216adf7-4cf8-4ab4-af84-1de543e77045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6216adf7-4cf8-4ab4-af84-1de543e77045 found for delete ", "request_id": "req-9d884ba5-d75e-4fb0-a0e6-4359a453bf89"}]} [pid: 7|app: 0|req: 886/1823] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:03 2026] DELETE /v2.0/networks/28deae75-c0c1-4572-9600-0b6a13e8366a => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:04.032 7 INFO neutron.services.segments.plugin [-] Segment 6216adf7-4cf8-4ab4-af84-1de543e77045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6216adf7-4cf8-4ab4-af84-1de543e77045 found for delete ", "request_id": "req-2fea478e-d892-49f7-aabe-7e9d90864bf3"}]} [pid: 8|app: 0|req: 938/1824] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:03 2026] PUT /v2.0/networks/5d1ac3e2-993a-4261-9014-d80fd38c01e0/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1825] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:04 2026] PUT /v2.0/networks/f20ac137-c2ce-4acc-96fd-b699e125f210/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1826] 10.0.0.234 () {32 vars in 665 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1827] 10.0.0.234 () {32 vars in 679 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:04.257 8 INFO neutron.services.segments.plugin [-] Segment 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee resource provider aggregate not found 2026-04-23 10:40:04.266 8 INFO neutron.services.segments.plugin [-] Segment 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee resource provider aggregate not found [pid: 8|app: 0|req: 942/1828] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/security-groups?tenant_id=53d8687c36e1432a8ecbe7d10edf5e31&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:04.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-49c7e1f1-c2c2-4974-8030-bb2f21e5797b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: 44b72348-6069-4f28-a1a3-58c09a63b295 2026-04-23 10:40:04.293 8 INFO neutron.services.segments.plugin [-] Segment 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee found for delete ", "request_id": "req-bf3fda48-f5bd-4dc1-ba30-7e1485df73e6"}]} 2026-04-23 10:40:04.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c7e1f1-c2c2-4974-8030-bb2f21e5797b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: 44b72348-6069-4f28-a1a3-58c09a63b295 2026-04-23 10:40:04.299 8 INFO neutron.services.segments.plugin [-] Segment 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39c4ddc8-5b84-49e9-81c6-25741f8ca4ee found for delete ", "request_id": "req-de0a8611-a870-4331-9257-47ec1cf8a355"}]} [pid: 8|app: 0|req: 943/1829] 10.0.0.234 () {32 vars in 675 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1830] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:04 2026] DELETE /v2.0/security-groups/b1f095be-2045-43b6-a3b2-71de942f9cba => 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: 945/1831] 10.0.0.234 () {32 vars in 687 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1832] 10.0.0.234 () {32 vars in 673 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:04.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-49c7e1f1-c2c2-4974-8030-bb2f21e5797b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] TaaS: Handle Delete Port: f61550f4-e1e2-468a-9578-463e0e21d178 2026-04-23 10:40:04.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49c7e1f1-c2c2-4974-8030-bb2f21e5797b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] Tap Mirror: Handle Delete Port: f61550f4-e1e2-468a-9578-463e0e21d178 [pid: 8|app: 0|req: 947/1833] 10.0.0.234 () {32 vars in 687 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1834] 10.0.0.234 () {32 vars in 683 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1835] 10.0.0.234 () {32 vars in 695 bytes} [Thu Apr 23 10:40:04 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1836] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:04 2026] DELETE /v2.0/networks/53c6a8e7-6607-4eed-a8e6-d6a40a904a6d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:05.052 7 INFO neutron.db.l3_hamode_db [None req-49c7e1f1-c2c2-4974-8030-bb2f21e5797b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] HA network 1046fbea-5329-41b1-8494-477898966353 was deleted as no HA routers are present in tenant 2d16bff0aa604a87af0b56ffeddd5db6. [pid: 7|app: 0|req: 887/1837] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:04 2026] DELETE /v2.0/routers/c9b2039e-73df-47f7-bed4-961125155669 => generated 0 bytes in 1041 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1838] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:04 2026] DELETE /v2.0/networks/5574e3c1-0401-45c5-ab37-6367c40865bd => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1839] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:05 2026] GET /v2.0/ports?device_id=c9b2039e-73df-47f7-bed4-961125155669 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:05.131 7 INFO neutron.api.v2.resource [None req-8d661ce0-7d40-49ab-b835-c3a23ded425b ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 889/1840] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/routers/c9b2039e-73df-47f7-bed4-961125155669 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1841] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:05 2026] GET /v2.0/ports?device_id=bf7d51b7-3bf8-43f6-ab01-dc709ac61771 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:05.195 7 INFO neutron.api.v2.resource [None req-0549d339-7a31-4332-b77e-838e20b634b4 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 891/1842] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/routers/bf7d51b7-3bf8-43f6-ab01-dc709ac61771 => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:05.215 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa4dbe9f-196d-4b3c-990d-be44dd323e8e ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1843] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/subnets/c69d4f8f-5128-4f4f-956a-4f4a45aa0a43 => 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: 893/1844] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:05 2026] GET /v2.0/ports?device_id=96b158f2-1ee2-4986-993a-2f6d6ff08252 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1845] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/networks/5d1ac3e2-993a-4261-9014-d80fd38c01e0 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:05.273 7 INFO neutron.api.v2.resource [None req-5deb57b7-14c6-4f65-b50a-2decd0baf2b3 ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1846] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/routers/96b158f2-1ee2-4986-993a-2f6d6ff08252 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:05.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-162764f3-a023-4bd3-b97d-61b5204907ea ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/1847] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/subnets/c97df83f-76a4-4b8a-8807-24af765e90ec => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1848] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:05 2026] GET /v2.0/ports?device_id=8e48658d-54bb-43f7-9832-b106a31609be => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:05.382 7 INFO neutron.api.v2.resource [None req-cea34c26-dd52-44cc-a92a-84401a984bcb ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1849] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/routers/8e48658d-54bb-43f7-9832-b106a31609be => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:05.403 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0cd37831-7a7a-426f-9186-5b7c826fc1eb ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1850] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/networks/f20ac137-c2ce-4acc-96fd-b699e125f210 => 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: 898/1851] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/subnets/960eee35-6916-4f94-a396-aa410d972aed => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:40:05.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7c4ec7a-c4ba-4f23-ade7-a6cbd0b790be ed1db6f3623048ba82f2a75738e791f1 2d16bff0aa604a87af0b56ffeddd5db6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1852] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/subnets/4fe11a65-8eac-4009-8701-c92578cd0b4b => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1853] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:05 2026] DELETE /v2.0/networks/620ad0c7-c628-4cfd-a5bd-2fbee6b30a07 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:06.033 7 INFO neutron.services.segments.plugin [-] Segment 0ec58713-8256-4b78-8150-662afb5cb942 resource provider aggregate not found 2026-04-23 10:40:06.053 7 INFO neutron.services.segments.plugin [-] Segment 0ec58713-8256-4b78-8150-662afb5cb942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ec58713-8256-4b78-8150-662afb5cb942 found for delete ", "request_id": "req-28f4866b-9548-4fe4-82b0-046f01389b62"}]} 2026-04-23 10:40:06.069 7 INFO neutron.services.segments.plugin [-] Segment 0ec58713-8256-4b78-8150-662afb5cb942 resource provider aggregate not found 2026-04-23 10:40:06.088 7 INFO neutron.services.segments.plugin [-] Segment 0ec58713-8256-4b78-8150-662afb5cb942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ec58713-8256-4b78-8150-662afb5cb942 found for delete ", "request_id": "req-643953bb-38b8-4d52-afa0-ef4b5523dd6d"}]} [pid: 7|app: 0|req: 900/1854] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:05 2026] GET /v2.0/security-groups?tenant_id=2d16bff0aa604a87af0b56ffeddd5db6&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:06.339 8 INFO neutron.services.segments.plugin [-] Segment 90c12ce4-eb73-4870-a215-c843ba7e3ae8 resource provider aggregate not found 2026-04-23 10:40:06.348 8 INFO neutron.services.segments.plugin [-] Segment 90c12ce4-eb73-4870-a215-c843ba7e3ae8 resource provider aggregate not found 2026-04-23 10:40:06.364 8 INFO neutron.services.segments.plugin [-] Segment 90c12ce4-eb73-4870-a215-c843ba7e3ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90c12ce4-eb73-4870-a215-c843ba7e3ae8 found for delete ", "request_id": "req-dbc3f108-916c-46ab-a170-d64628c5a92f"}]} 2026-04-23 10:40:06.376 8 INFO neutron.services.segments.plugin [-] Segment 90c12ce4-eb73-4870-a215-c843ba7e3ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90c12ce4-eb73-4870-a215-c843ba7e3ae8 found for delete ", "request_id": "req-f3cb28b2-f2d3-4c1c-8e25-f8562f1a5354"}]} 2026-04-23 10:40:06.383 8 INFO neutron.services.segments.plugin [-] Segment a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 resource provider aggregate not found 2026-04-23 10:40:06.400 8 INFO neutron.services.segments.plugin [-] Segment a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 found for delete ", "request_id": "req-538b48ef-5200-4cb0-a7e7-e1efb382d502"}]} 2026-04-23 10:40:06.408 8 INFO neutron.services.segments.plugin [-] Segment a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 resource provider aggregate not found 2026-04-23 10:40:06.423 8 INFO neutron.services.segments.plugin [-] Segment 0faebe07-19b2-4dd9-8c53-0790f39e4140 resource provider aggregate not found 2026-04-23 10:40:06.428 8 INFO neutron.services.segments.plugin [-] Segment a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13daa1c-62d3-4a1e-870d-e1b50bbb1be0 found for delete ", "request_id": "req-4be85135-b3b3-479f-bc25-c70b77af0a81"}]} 2026-04-23 10:40:06.447 8 INFO neutron.services.segments.plugin [-] Segment 0faebe07-19b2-4dd9-8c53-0790f39e4140 resource provider aggregate not found 2026-04-23 10:40:06.456 8 INFO neutron.services.segments.plugin [-] Segment 0faebe07-19b2-4dd9-8c53-0790f39e4140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0faebe07-19b2-4dd9-8c53-0790f39e4140 found for delete ", "request_id": "req-26501967-7e7d-47a8-92ca-77eb3235e027"}]} 2026-04-23 10:40:06.473 8 INFO neutron.services.segments.plugin [-] Segment 0faebe07-19b2-4dd9-8c53-0790f39e4140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0faebe07-19b2-4dd9-8c53-0790f39e4140 found for delete ", "request_id": "req-598f7f4f-1d49-4554-b0cf-a1a36a816867"}]} 2026-04-23 10:40:06.479 8 INFO neutron.services.segments.plugin [-] Segment 34a12e59-df49-4b40-94f9-5e45e85865e3 resource provider aggregate not found 2026-04-23 10:40:06.493 8 INFO neutron.services.segments.plugin [-] Segment 34a12e59-df49-4b40-94f9-5e45e85865e3 resource provider aggregate not found 2026-04-23 10:40:06.498 8 INFO neutron.services.segments.plugin [-] Segment 34a12e59-df49-4b40-94f9-5e45e85865e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a12e59-df49-4b40-94f9-5e45e85865e3 found for delete ", "request_id": "req-ba27ce7a-526b-4835-9f25-eb814b41da70"}]} 2026-04-23 10:40:06.508 8 INFO neutron.services.segments.plugin [-] Segment 34a12e59-df49-4b40-94f9-5e45e85865e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a12e59-df49-4b40-94f9-5e45e85865e3 found for delete ", "request_id": "req-d7a9a5bc-8924-494e-b6d4-1da8263444be"}]} 2026-04-23 10:40:06.515 8 INFO neutron.services.segments.plugin [-] Segment 90b4ef22-dd69-492a-b885-3c6e34296038 resource provider aggregate not found [pid: 8|app: 0|req: 955/1855] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:06 2026] DELETE /v2.0/security-groups/17d06a9e-9848-4da9-bc6b-e693d8c5f3c2 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:06.530 8 INFO neutron.services.segments.plugin [-] Segment 90b4ef22-dd69-492a-b885-3c6e34296038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b4ef22-dd69-492a-b885-3c6e34296038 found for delete ", "request_id": "req-39da99da-6163-46cb-b799-def5874ee442"}]} 2026-04-23 10:40:06.546 8 INFO neutron.services.segments.plugin [-] Segment 90b4ef22-dd69-492a-b885-3c6e34296038 resource provider aggregate not found 2026-04-23 10:40:06.577 8 INFO neutron.services.segments.plugin [-] Segment 90b4ef22-dd69-492a-b885-3c6e34296038 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b4ef22-dd69-492a-b885-3c6e34296038 found for delete ", "request_id": "req-7e977dc2-dc79-485f-a904-0c12e5306658"}]} [pid: 7|app: 0|req: 901/1856] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:06 2026] GET /v2.0/security-groups?tenant_id=86a03e896c7647c9aa48b67ac9b24dc5&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1857] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:06 2026] DELETE /v2.0/security-groups/0e2c80fa-fdd9-4fb5-92c7-9b6ab4f94557 => 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: 902/1858] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:06 2026] GET /v2.0/security-groups?tenant_id=c593267d50f2400491e17b0051667a70&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1859] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:07 2026] DELETE /v2.0/security-groups/08950533-7e4c-43f9-8b7e-a6fc2ed3e92a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1860] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:07 2026] GET /v2.0/security-groups?tenant_id=1e02ccf4ca344cfbba77e82ef6e2b84d&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1861] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:07 2026] DELETE /v2.0/security-groups/75ac315e-2a11-4818-9445-95aa9044dc06 => 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: 904/1862] 10.0.0.234 () {34 vars in 677 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1863] 10.0.0.234 () {34 vars in 677 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1864] 10.0.0.234 () {34 vars in 677 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1865] 10.0.0.234 () {34 vars in 677 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1866] 10.0.0.234 () {34 vars in 677 bytes} [Thu Apr 23 10:40:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1867] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:10 2026] PUT /v2.0/policies/4da638f2-36d0-40ae-8127-af20b5c968e3/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1868] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:10 2026] PUT /v2.0/policies/0b24f10e-ef86-44a9-8aee-4699cc99abfd/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1869] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:10 2026] PUT /v2.0/policies/7e64c135-f5ae-4516-a001-3201be2be140/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1870] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:10 2026] PUT /v2.0/policies/16580096-f630-400e-91b8-36feb702d2cf/tags => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1871] 10.0.0.234 () {32 vars in 673 bytes} [Thu Apr 23 10:40:10 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1872] 10.0.0.234 () {32 vars in 687 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1873] 10.0.0.234 () {32 vars in 683 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1874] 10.0.0.234 () {32 vars in 695 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1875] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1876] 10.0.0.234 () {32 vars in 695 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1877] 10.0.0.234 () {32 vars in 691 bytes} [Thu Apr 23 10:40:11 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: 912/1878] 10.0.0.234 () {32 vars in 703 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1879] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:11 2026] DELETE /v2.0/qos/policies/4da638f2-36d0-40ae-8127-af20b5c968e3 => 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: 968/1880] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:11 2026] DELETE /v2.0/qos/policies/0b24f10e-ef86-44a9-8aee-4699cc99abfd => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1881] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:11 2026] DELETE /v2.0/qos/policies/7e64c135-f5ae-4516-a001-3201be2be140 => 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: 970/1882] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:11 2026] DELETE /v2.0/qos/policies/16580096-f630-400e-91b8-36feb702d2cf => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1883] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:11 2026] GET /v2.0/security-groups?tenant_id=975245ba10b245e8b70e9f7031d05ddf&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1884] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:11 2026] DELETE /v2.0/qos/policies/20a36e9a-8b1d-4121-b57f-889e1328e963 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1885] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:11 2026] DELETE /v2.0/security-groups/8171ac3c-ab7c-4507-9891-4be828181947 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1886] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:12 2026] GET /v2.0/security-groups?tenant_id=35e0e0ee77bd4df580621df0c7564719&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:12.370 8 INFO neutron.db.segments_db [None req-71657bd4-49f9-4c22-a2fc-1f3d680764f2 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Added segment 1c63a48d-4730-46c2-b97d-57d3b898a926 of type vxlan for network a1155414-a3ab-4b2c-ace2-27d675469e7c [pid: 7|app: 0|req: 916/1887] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:12 2026] DELETE /v2.0/security-groups/36eab4f4-c0da-4fec-994e-9b06fe5ccc95 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1888] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:12 2026] POST /v2.0/networks => generated 613 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1889] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:12 2026] POST /v2.0/ports => generated 743 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 973/1890] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:12 2026] GET /v2.0/security-groups?tenant_id=ffdebf1d10e746d69691fe9d413d2c5c&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1891] 10.0.0.234 () {34 vars in 665 bytes} [Thu Apr 23 10:40:12 2026] POST /v2.0/trunks => generated 407 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:13.245 7 INFO neutron.db.segments_db [None req-c86cb97e-ca92-4283-a1f0-f4fc1b6d977f e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Added segment 54c9e732-eb2f-4259-abdd-1414a81567ef of type vxlan for network 4c3dac36-9afb-4d7c-8133-a5fd693f62fb [pid: 8|app: 0|req: 974/1892] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:13 2026] DELETE /v2.0/security-groups/ee44ac36-15c1-4143-bdca-b2e030e6746e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1893] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:13 2026] POST /v2.0/networks => generated 613 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1894] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:13 2026] GET /v2.0/security-groups?tenant_id=1fca5304a11a422fbc951f84d9f603da&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1895] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:13 2026] POST /v2.0/ports => generated 743 bytes in 283 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: 921/1896] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:13 2026] DELETE /v2.0/security-groups/16b00ae9-3b6d-4304-852e-47115002080d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1897] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:13 2026] GET /v2.0/security-groups?tenant_id=526aeef16fc44c5495fec809b0eb8d27&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1898] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:13 2026] DELETE /v2.0/security-groups/f8df7fd7-4390-43c3-874f-1d8af69df125 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1899] 10.0.0.234 () {34 vars in 665 bytes} [Thu Apr 23 10:40:13 2026] POST /v2.0/trunks => generated 407 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:14.615 7 INFO neutron.db.segments_db [None req-dda18f88-4f57-4f20-9698-9d61cab03d59 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Added segment 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 of type vxlan for network bb255233-f913-4fab-94b3-469fb80d7819 [pid: 7|app: 0|req: 924/1900] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:14 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1901] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:14 2026] POST /v2.0/ports => generated 743 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1902] 10.0.0.234 () {34 vars in 665 bytes} [Thu Apr 23 10:40:15 2026] POST /v2.0/trunks => generated 407 bytes in 200 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-04-23 10:40:15.429 8 INFO neutron.db.segments_db [None req-6037ed76-08f1-4778-bae9-fe9d84cb35d1 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Added segment b82267ec-14e5-4bd3-bdf6-4f7735b74e7d of type vxlan for network 071c0e75-f66e-4c10-a0d7-49f5952247b7 [pid: 8|app: 0|req: 978/1903] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:15 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1904] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:15 2026] POST /v2.0/ports => generated 743 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1905] 10.0.0.234 () {34 vars in 665 bytes} [Thu Apr 23 10:40:15 2026] POST /v2.0/trunks => generated 407 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:16.068 8 INFO neutron.db.segments_db [None req-3a9aac61-819c-4957-adc1-5fc687efcd8b e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Added segment a0215ba2-60f3-43fb-8797-151f8fd1f9b5 of type vxlan for network b4da5deb-4667-4761-b30e-fb08dde7fb31 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 980/1906] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1907] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:15 2026] GET /v2.0/security-groups?tenant_id=1b9b5f8c37f14cae9edf48ec851e331a&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: 928/1908] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:16 2026] DELETE /v2.0/security-groups/be30f34f-d71e-4819-81a5-ecf69d1e7ffd => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1909] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1912] 10.0.0.234 () {34 vars in 665 bytes} [Thu Apr 23 10:40:16 2026] POST /v2.0/trunks => generated 407 bytes in 176 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: 984/1913] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:40:16 2026] PUT /v2.0/trunks/4c608f72-c298-407a-886b-23153f02c9f1/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1914] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:40:16 2026] PUT /v2.0/trunks/2123b6ec-5344-4410-90a6-28db8d16fa4c/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: 985/1915] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:40:16 2026] PUT /v2.0/trunks/e623e78e-dc3f-4ff0-8143-8711f75d4687/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: 931/1916] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:40:16 2026] PUT /v2.0/trunks/a02db670-bb9b-4909-a2f5-fad384fa48ad/tags => 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: 986/1917] 10.0.0.234 () {32 vars in 661 bytes} [Thu Apr 23 10:40:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1918] 10.0.0.234 () {32 vars in 675 bytes} [Thu Apr 23 10:40:16 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1919] 10.0.0.234 () {32 vars in 671 bytes} [Thu Apr 23 10:40:16 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1920] 10.0.0.234 () {32 vars in 683 bytes} [Thu Apr 23 10:40:16 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1921] 10.0.0.234 () {32 vars in 669 bytes} [Thu Apr 23 10:40:16 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: 7|app: 0|req: 934/1922] 10.0.0.234 () {32 vars in 683 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1923] 10.0.0.234 () {32 vars in 679 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1924] 10.0.0.234 () {32 vars in 691 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1925] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/trunks/4c608f72-c298-407a-886b-23153f02c9f1 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1926] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/ports/a8d223ec-b196-44d9-8677-9732479078f1 => generated 826 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1927] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:40:17 2026] DELETE /v2.0/trunks/4c608f72-c298-407a-886b-23153f02c9f1 => 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: 938/1928] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/trunks/2123b6ec-5344-4410-90a6-28db8d16fa4c => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1929] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:40:17 2026] GET /v2.0/ports/cb7d0b81-e496-4709-b433-cfe44d487a23 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1930] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:40:17 2026] DELETE /v2.0/trunks/2123b6ec-5344-4410-90a6-28db8d16fa4c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1931] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/trunks/e623e78e-dc3f-4ff0-8143-8711f75d4687 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1932] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/ports/cc61d329-6374-4699-a47b-83b1c2c37280 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1933] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:40:18 2026] DELETE /v2.0/trunks/e623e78e-dc3f-4ff0-8143-8711f75d4687 => 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: 944/1934] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/trunks/a02db670-bb9b-4909-a2f5-fad384fa48ad => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1935] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/ports/52a2304e-c213-45e3-922c-4da01eadc9e9 => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1936] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:17 2026] POST /v2.0/floatingips => generated 552 bytes in 788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1937] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:40:18 2026] DELETE /v2.0/trunks/a02db670-bb9b-4909-a2f5-fad384fa48ad => 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: 947/1938] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/trunks/6e3d6a06-e49c-4032-9256-6a8fefc1ff19 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1939] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/ports/ef4a159b-36ca-4bac-a7af-3ccbf78c3472 => 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: 992/1940] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:18 2026] PUT /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1941] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1942] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:40:18 2026] DELETE /v2.0/trunks/6e3d6a06-e49c-4032-9256-6a8fefc1ff19 => 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: 994/1943] 10.0.0.234 () {34 vars in 769 bytes} [Thu Apr 23 10:40:18 2026] PUT /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1944] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:18.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-df8ac68f-de69-4752-96f5-61228cc53883 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] TaaS: Handle Delete Port: a8d223ec-b196-44d9-8677-9732479078f1 2026-04-23 10:40:18.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df8ac68f-de69-4752-96f5-61228cc53883 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Tap Mirror: Handle Delete Port: a8d223ec-b196-44d9-8677-9732479078f1 [pid: 8|app: 0|req: 996/1945] 10.0.0.234 () {34 vars in 765 bytes} [Thu Apr 23 10:40:18 2026] PUT /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/red => 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: 997/1946] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/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: 950/1947] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:40:18 2026] DELETE /v2.0/ports/a8d223ec-b196-44d9-8677-9732479078f1 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1948] 10.0.0.234 () {34 vars in 787 bytes} [Thu Apr 23 10:40:18 2026] PUT /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1949] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:18 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:19.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa7a73a4-d73f-413d-bf72-b9aaba636054 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] TaaS: Handle Delete Port: cb7d0b81-e496-4709-b433-cfe44d487a23 2026-04-23 10:40:19.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa7a73a4-d73f-413d-bf72-b9aaba636054 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Tap Mirror: Handle Delete Port: cb7d0b81-e496-4709-b433-cfe44d487a23 [pid: 8|app: 0|req: 1000/1950] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:18 2026] PUT /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/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: 1001/1951] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1952] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1953] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:40:18 2026] DELETE /v2.0/ports/cb7d0b81-e496-4709-b433-cfe44d487a23 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:19.151 8 INFO neutron.api.v2.resource [None req-a132dc39-eaeb-48d3-9ab1-e9e52882f2d1 40a96a41bdb141aebc54d60bda57d368 70291baeba804a4c98180290547b0f0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/1954] 10.0.0.234 () {32 vars in 750 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 10:40:19.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd76549e-fda8-40a1-8056-7af74fa35310 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] TaaS: Handle Delete Port: cc61d329-6374-4699-a47b-83b1c2c37280 2026-04-23 10:40:19.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd76549e-fda8-40a1-8056-7af74fa35310 e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Tap Mirror: Handle Delete Port: cc61d329-6374-4699-a47b-83b1c2c37280 [pid: 8|app: 0|req: 1004/1955] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/red => 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: 1005/1956] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:19.332 8 INFO neutron.api.v2.resource [None req-e5f9e5e0-2e06-41cf-9a51-e370f4192c11 40a96a41bdb141aebc54d60bda57d368 70291baeba804a4c98180290547b0f0f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1006/1957] 10.0.0.234 () {32 vars in 753 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1958] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/ports/cc61d329-6374-4699-a47b-83b1c2c37280 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1959] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:19.435 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba115a57-ffac-413d-a4c4-5cb86bf875ec e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] TaaS: Handle Delete Port: 52a2304e-c213-45e3-922c-4da01eadc9e9 2026-04-23 10:40:19.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba115a57-ffac-413d-a4c4-5cb86bf875ec e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Tap Mirror: Handle Delete Port: 52a2304e-c213-45e3-922c-4da01eadc9e9 [pid: 8|app: 0|req: 1008/1960] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:19 2026] GET /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0/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: 953/1961] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/ports/52a2304e-c213-45e3-922c-4da01eadc9e9 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:19.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4d5cd65-46af-4e7f-a40b-87b424eb325e 40a96a41bdb141aebc54d60bda57d368 70291baeba804a4c98180290547b0f0f - - default default] TaaS: Handle Delete Port: 017b40aa-c691-4b7b-8cc9-ad7861340cd8 2026-04-23 10:40:19.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4d5cd65-46af-4e7f-a40b-87b424eb325e 40a96a41bdb141aebc54d60bda57d368 70291baeba804a4c98180290547b0f0f - - default default] Tap Mirror: Handle Delete Port: 017b40aa-c691-4b7b-8cc9-ad7861340cd8 2026-04-23 10:40:19.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd9ad1f1-37af-46af-97c1-1f6789c5529d e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] TaaS: Handle Delete Port: ef4a159b-36ca-4bac-a7af-3ccbf78c3472 2026-04-23 10:40:19.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd9ad1f1-37af-46af-97c1-1f6789c5529d e7305496361f48b480303d7de5aefad2 fb75027d28e444289883e443c7a83959 - - default default] Tap Mirror: Handle Delete Port: ef4a159b-36ca-4bac-a7af-3ccbf78c3472 [pid: 7|app: 0|req: 954/1962] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/ports/ef4a159b-36ca-4bac-a7af-3ccbf78c3472 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1963] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/floatingips/631833fe-d7ae-41e0-9ea0-11763cefd9d0 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:19.873 7 INFO neutron.services.segments.plugin [-] Segment 1c63a48d-4730-46c2-b97d-57d3b898a926 resource provider aggregate not found 2026-04-23 10:40:19.879 7 INFO neutron.services.segments.plugin [-] Segment 1c63a48d-4730-46c2-b97d-57d3b898a926 resource provider aggregate not found 2026-04-23 10:40:19.893 7 INFO neutron.services.segments.plugin [-] Segment 1c63a48d-4730-46c2-b97d-57d3b898a926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c63a48d-4730-46c2-b97d-57d3b898a926 found for delete ", "request_id": "req-41df1d82-b397-4edb-b376-178baa3434c3"}]} 2026-04-23 10:40:19.900 7 INFO neutron.services.segments.plugin [-] Segment 1c63a48d-4730-46c2-b97d-57d3b898a926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c63a48d-4730-46c2-b97d-57d3b898a926 found for delete ", "request_id": "req-a80273e1-0fe4-4473-85db-9a274d0f76c6"}]} [pid: 7|app: 0|req: 955/1964] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/networks/a1155414-a3ab-4b2c-ace2-27d675469e7c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:20.042 8 INFO neutron.services.segments.plugin [-] Segment 54c9e732-eb2f-4259-abdd-1414a81567ef resource provider aggregate not found 2026-04-23 10:40:20.049 8 INFO neutron.services.segments.plugin [-] Segment 54c9e732-eb2f-4259-abdd-1414a81567ef resource provider aggregate not found 2026-04-23 10:40:20.068 8 INFO neutron.services.segments.plugin [-] Segment 54c9e732-eb2f-4259-abdd-1414a81567ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54c9e732-eb2f-4259-abdd-1414a81567ef found for delete ", "request_id": "req-6962999b-5458-428b-8813-82a139962384"}]} 2026-04-23 10:40:20.069 8 INFO neutron.services.segments.plugin [-] Segment 54c9e732-eb2f-4259-abdd-1414a81567ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54c9e732-eb2f-4259-abdd-1414a81567ef found for delete ", "request_id": "req-4205bf12-724b-4171-b29b-f9b1b8fd2fb2"}]} [pid: 8|app: 0|req: 1010/1965] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:19 2026] DELETE /v2.0/networks/4c3dac36-9afb-4d7c-8133-a5fd693f62fb => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1966] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:20 2026] DELETE /v2.0/networks/bb255233-f913-4fab-94b3-469fb80d7819 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1967] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:20 2026] DELETE /v2.0/networks/071c0e75-f66e-4c10-a0d7-49f5952247b7 => 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: 957/1968] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:20 2026] DELETE /v2.0/networks/b4da5deb-4667-4761-b30e-fb08dde7fb31 => 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: 1012/1969] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:20 2026] GET /v2.0/security-groups?tenant_id=e0846763b4aa47999a2ef84102f27eac&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1970] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:21 2026] DELETE /v2.0/security-groups/3c8207c6-f8c0-42f8-8df7-5cf9a50fa2d5 => 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: 958/1971] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:20 2026] POST /v2.0/floatingips => generated 552 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1972] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:21 2026] GET /v2.0/security-groups?tenant_id=70291baeba804a4c98180290547b0f0f&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1973] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:21 2026] DELETE /v2.0/security-groups/e6aa3e6b-3d69-4e6a-b4af-0e744d99bf04 => 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: 1016/1974] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:21 2026] GET /v2.0/security-groups?tenant_id=fb75027d28e444289883e443c7a83959&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:21.925 7 INFO neutron.services.segments.plugin [-] Segment 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 resource provider aggregate not found 2026-04-23 10:40:21.935 7 INFO neutron.services.segments.plugin [-] Segment 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 resource provider aggregate not found 2026-04-23 10:40:21.943 7 INFO neutron.services.segments.plugin [-] Segment 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 found for delete ", "request_id": "req-5c950f5a-0031-4de8-aa47-e41224698ed1"}]} 2026-04-23 10:40:21.953 7 INFO neutron.services.segments.plugin [-] Segment 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c291c96-6b12-4ddf-adc1-6ab83cdfb9f3 found for delete ", "request_id": "req-a326bfb8-83cf-4026-93ed-55fec987db53"}]} 2026-04-23 10:40:21.963 7 INFO neutron.services.segments.plugin [-] Segment a0215ba2-60f3-43fb-8797-151f8fd1f9b5 resource provider aggregate not found 2026-04-23 10:40:21.984 7 INFO neutron.services.segments.plugin [-] Segment a0215ba2-60f3-43fb-8797-151f8fd1f9b5 resource provider aggregate not found 2026-04-23 10:40:21.987 7 INFO neutron.services.segments.plugin [-] Segment a0215ba2-60f3-43fb-8797-151f8fd1f9b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0215ba2-60f3-43fb-8797-151f8fd1f9b5 found for delete ", "request_id": "req-a17c5945-8074-4bbe-88a8-79609a0dff3e"}]} [pid: 8|app: 0|req: 1017/1975] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:21 2026] DELETE /v2.0/security-groups/86f6b516-36b1-4863-b1b0-3e5603f83b68 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:22.012 7 INFO neutron.services.segments.plugin [-] Segment a0215ba2-60f3-43fb-8797-151f8fd1f9b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0215ba2-60f3-43fb-8797-151f8fd1f9b5 found for delete ", "request_id": "req-dc7732a3-fd2a-4dc7-9111-2378a903d305"}]} [pid: 7|app: 0|req: 959/1976] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:21 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:22.089 8 INFO neutron.services.segments.plugin [-] Segment b82267ec-14e5-4bd3-bdf6-4f7735b74e7d resource provider aggregate not found 2026-04-23 10:40:22.094 8 INFO neutron.services.segments.plugin [-] Segment b82267ec-14e5-4bd3-bdf6-4f7735b74e7d resource provider aggregate not found 2026-04-23 10:40:22.113 8 INFO neutron.services.segments.plugin [-] Segment b82267ec-14e5-4bd3-bdf6-4f7735b74e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82267ec-14e5-4bd3-bdf6-4f7735b74e7d found for delete ", "request_id": "req-bb002795-c4b2-4e5c-ace6-01a1b2341948"}]} 2026-04-23 10:40:22.114 8 INFO neutron.services.segments.plugin [-] Segment b82267ec-14e5-4bd3-bdf6-4f7735b74e7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82267ec-14e5-4bd3-bdf6-4f7735b74e7d found for delete ", "request_id": "req-1c935724-f763-4651-90be-13d97c9f2e3b"}]} [pid: 7|app: 0|req: 960/1977] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups?tenant_id=75f928ccbdf94fa3aa292eef7e6d181a&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1978] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:22 2026] DELETE /v2.0/security-groups/268cc245-0a5c-44a8-bf43-1c55ba8d5267 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1979] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:22 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1980] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:22 2026] GET /v2.0/security-groups?tenant_id=6313a0c234ca4b9f8a38162b5f835230&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1981] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:22 2026] DELETE /v2.0/security-groups/94ee31a9-8de9-434d-9fc0-30dd0c59c2ce => 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: 1019/1982] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:22 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1983] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:23 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1984] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:23 2026] PUT /v2.0/floatingips/0be24977-8442-4e72-ae8d-dca1ce05c913/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1985] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:23 2026] PUT /v2.0/floatingips/9d82ec45-2106-42d5-8e28-0830dca4a0c7/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1986] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:23 2026] PUT /v2.0/floatingips/6980fee5-a5b4-4519-b664-cef5db935c9f/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1987] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:23 2026] PUT /v2.0/floatingips/f3dbdd61-2959-4d06-9f12-4951c7c515bc/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1988] 10.0.0.234 () {32 vars in 671 bytes} [Thu Apr 23 10:40:23 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1989] 10.0.0.234 () {32 vars in 685 bytes} [Thu Apr 23 10:40:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1990] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1991] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1992] 10.0.0.234 () {32 vars in 679 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1993] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1994] 10.0.0.234 () {32 vars in 689 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1995] 10.0.0.234 () {32 vars in 701 bytes} [Thu Apr 23 10:40:24 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:24.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7cf8223-f649-4c97-9cae-56bd1346f025 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] TaaS: Handle Delete Port: 7299d741-d6bc-4854-bbc3-5f19a4782250 2026-04-23 10:40:24.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7cf8223-f649-4c97-9cae-56bd1346f025 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] Tap Mirror: Handle Delete Port: 7299d741-d6bc-4854-bbc3-5f19a4782250 [pid: 8|app: 0|req: 1026/1996] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:24 2026] DELETE /v2.0/floatingips/0be24977-8442-4e72-ae8d-dca1ce05c913 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:24.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-1759e96f-cd70-4bbe-bb2d-134a89465f31 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] TaaS: Handle Delete Port: 833bffd6-9ccb-433a-ae5f-cf7db29ef683 2026-04-23 10:40:24.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1759e96f-cd70-4bbe-bb2d-134a89465f31 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] Tap Mirror: Handle Delete Port: 833bffd6-9ccb-433a-ae5f-cf7db29ef683 [pid: 7|app: 0|req: 971/1997] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:24 2026] DELETE /v2.0/floatingips/9d82ec45-2106-42d5-8e28-0830dca4a0c7 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:25.040 8 INFO neutron.db.segments_db [None req-f873ea6a-338f-4760-8a49-c2931c257889 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] Added segment b13f0f09-5f06-4d28-b671-cd8c3f7f9571 of type vxlan for network 4127a2ea-ee2e-43cb-84bd-584b358ff9e1 2026-04-23 10:40:25.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3973911-c161-446c-9dc5-7230d0005b78 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] TaaS: Handle Delete Port: ddc42764-afbd-4ca9-ab5e-03b1935bc44d 2026-04-23 10:40:25.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3973911-c161-446c-9dc5-7230d0005b78 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] Tap Mirror: Handle Delete Port: ddc42764-afbd-4ca9-ab5e-03b1935bc44d [pid: 7|app: 0|req: 972/1998] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:24 2026] DELETE /v2.0/floatingips/6980fee5-a5b4-4519-b664-cef5db935c9f => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:25.321 8 INFO neutron.db.l3_hamode_db [None req-f873ea6a-338f-4760-8a49-c2931c257889 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:40:25.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-9016c7eb-7205-405c-a033-484bcc83535e 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] TaaS: Handle Delete Port: 0721e70b-6832-4915-a79d-5cc67a60718b 2026-04-23 10:40:25.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9016c7eb-7205-405c-a033-484bcc83535e 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] Tap Mirror: Handle Delete Port: 0721e70b-6832-4915-a79d-5cc67a60718b 2026-04-23 10:40:25.477 8 INFO neutron.db.l3_hamode_db [None req-f873ea6a-338f-4760-8a49-c2931c257889 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 973/1999] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:25 2026] DELETE /v2.0/floatingips/f3dbdd61-2959-4d06-9f12-4951c7c515bc => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:25.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d9e1139-0f3b-4bdd-824d-684dbaec2c05 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] TaaS: Handle Delete Port: 6ddde4b7-9146-43bb-b0cf-677983436bc0 2026-04-23 10:40:25.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d9e1139-0f3b-4bdd-824d-684dbaec2c05 30c7aed0b8ab4df880306936a8e289fd 60672297a2c14aa9bcefe03223c664bd - - default default] Tap Mirror: Handle Delete Port: 6ddde4b7-9146-43bb-b0cf-677983436bc0 [pid: 7|app: 0|req: 974/2000] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:25 2026] DELETE /v2.0/floatingips/5d2ccd38-978b-45c3-a943-61a832e7fe9e => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2001] 10.0.0.234 () {34 vars in 667 bytes} [Thu Apr 23 10:40:24 2026] POST /v2.0/routers => generated 474 bytes in 1326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2002] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2003] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/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: 975/2004] 10.0.0.234 () {34 vars in 677 bytes} [Thu Apr 23 10:40:26 2026] POST /v2.0/qos/policies => generated 359 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2005] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2006] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 1030/2007] 10.0.0.234 () {34 vars in 761 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/green => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2008] 10.0.0.234 () {34 vars in 763 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 979/2009] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 1031/2010] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2011] 10.0.0.234 () {34 vars in 759 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 981/2012] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 982/2013] 10.0.0.234 () {34 vars in 781 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 1032/2014] 10.0.0.234 () {34 vars in 757 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/red => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2015] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2016] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2017] 10.0.0.234 () {34 vars in 752 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 1033/2018] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/security-groups?tenant_id=2d87ab27887d41b2b3d9050ceeada5c3&name=default => generated 2927 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2019] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:26 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2020] 10.0.0.234 () {34 vars in 779 bytes} [Thu Apr 23 10:40:26 2026] PUT /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/black.or.white => generated 4 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2021] 10.0.0.234 () {32 vars in 740 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2022] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:26 2026] DELETE /v2.0/security-groups/63f91c7a-75f2-45ef-900f-2827b1c114bd => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:27.119 8 INFO neutron.api.v2.resource [None req-fb3d1a6b-4bf7-4929-b9cb-c49b3c349ad8 d378abb574804c72acb2019664986ee1 47f28795db5d4831bb091612800657e8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2023] 10.0.0.234 () {32 vars in 744 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2024] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 52 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2025] 10.0.0.234 () {32 vars in 743 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2026] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2027] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:27 2026] PUT /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:27.306 7 INFO neutron.api.v2.resource [None req-16117c9c-c4cc-4a60-82cd-94bbdec660b7 d378abb574804c72acb2019664986ee1 47f28795db5d4831bb091612800657e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/2028] 10.0.0.234 () {32 vars in 747 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2029] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/security-groups?tenant_id=60672297a2c14aa9bcefe03223c664bd&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2030] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 991/2031] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2032] 10.0.0.234 () {32 vars in 732 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/policies/869eb159-49b9-4105-b76b-3e9062382643/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: 1041/2033] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/security-groups/e561d4d5-336c-4470-aaa2-8c0286adfff5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2034] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/red => 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: 1042/2035] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/qos/policies/869eb159-49b9-4105-b76b-3e9062382643 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:27.609 7 INFO neutron.api.v2.resource [None req-fbe3eb21-c26b-4c19-8ac1-7ab6d5574022 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/2036] 10.0.0.234 () {32 vars in 742 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2037] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/security-groups?tenant_id=e6c1c76fdc324a9d936638bda0a66519&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2038] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/red => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2039] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:27 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 30 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2040] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/security-groups/99fd3c42-004d-460a-a4c6-2c3c8ee0dd7c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:27.921 7 INFO neutron.api.v2.resource [None req-cda3899e-8346-4727-8576-bf66ca31d538 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/2041] 10.0.0.234 () {32 vars in 745 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2042] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:27 2026] DELETE /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2043] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2044] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2045] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/security-groups?tenant_id=7b898fb20d9f47d0841b28f225b8c335&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2046] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:28 2026] DELETE /v2.0/security-groups/248d4bf7-4022-4eb1-8515-2c2864e408dd => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2047] 10.0.0.234 () {34 vars in 741 bytes} [Thu Apr 23 10:40:28 2026] PUT /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9 => generated 480 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2048] 10.0.0.234 () {32 vars in 735 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/ports?device_id=f4a35215-68a7-43a7-8d06-33d7ecb51bc9 => 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: 1001/2049] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:28 2026] GET /v2.0/security-groups?tenant_id=47f28795db5d4831bb091612800657e8&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: 1002/2050] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:28 2026] DELETE /v2.0/security-groups/7c7cf017-abb9-4d64-816b-b77f429dda68 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:28.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-e318f87b-d33e-4376-9998-aacd2179bde5 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] TaaS: Handle Delete Port: 10e3a3e1-988a-4c28-a012-a21cba8fed80 2026-04-23 10:40:28.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e318f87b-d33e-4376-9998-aacd2179bde5 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] Tap Mirror: Handle Delete Port: 10e3a3e1-988a-4c28-a012-a21cba8fed80 2026-04-23 10:40:29.153 8 INFO neutron.services.segments.plugin [-] Segment b13f0f09-5f06-4d28-b671-cd8c3f7f9571 resource provider aggregate not found 2026-04-23 10:40:29.161 8 INFO neutron.services.segments.plugin [-] Segment b13f0f09-5f06-4d28-b671-cd8c3f7f9571 resource provider aggregate not found 2026-04-23 10:40:29.179 8 INFO neutron.services.segments.plugin [-] Segment b13f0f09-5f06-4d28-b671-cd8c3f7f9571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b13f0f09-5f06-4d28-b671-cd8c3f7f9571 found for delete ", "request_id": "req-98ec97c3-b90f-42e5-8212-4b7e13283e55"}]} 2026-04-23 10:40:29.179 8 INFO neutron.services.segments.plugin [-] Segment b13f0f09-5f06-4d28-b671-cd8c3f7f9571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b13f0f09-5f06-4d28-b671-cd8c3f7f9571 found for delete ", "request_id": "req-4aa48ace-bf7d-4a47-a6a9-f715fd5ad304"}]} 2026-04-23 10:40:29.191 8 INFO neutron.db.l3_hamode_db [None req-e318f87b-d33e-4376-9998-aacd2179bde5 823a9fc640d24134ba71a231bdd03350 77128d8ec9ef465a86e693f2104eacd7 - - default default] HA network 4127a2ea-ee2e-43cb-84bd-584b358ff9e1 was deleted as no HA routers are present in tenant 77128d8ec9ef465a86e693f2104eacd7. [pid: 8|app: 0|req: 1049/2051] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:28 2026] DELETE /v2.0/routers/f4a35215-68a7-43a7-8d06-33d7ecb51bc9 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2052] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:29 2026] GET /v2.0/security-groups?tenant_id=f7a6b47e3e564fcd840b484249228a3d&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2053] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:30 2026] DELETE /v2.0/security-groups/227bedba-e309-4b07-bf5d-6e6d404d8602 => 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: 1004/2054] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:30 2026] GET /v2.0/security-groups?tenant_id=77128d8ec9ef465a86e693f2104eacd7&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2055] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:30 2026] DELETE /v2.0/security-groups/5a643ff2-3910-4e43-8e43-fe458061eb2d => 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: 1006/2058] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:40:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2059] 10.0.0.234 () {34 vars in 766 bytes} [Thu Apr 23 10:40:32 2026] PUT /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2060] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:40:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2061] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2062] 10.0.0.234 () {34 vars in 777 bytes} [Thu Apr 23 10:40:32 2026] PUT /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2063] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2064] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:40:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2065] 10.0.0.234 () {34 vars in 773 bytes} [Thu Apr 23 10:40:32 2026] PUT /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2066] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:32 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2067] 10.0.0.234 () {34 vars in 795 bytes} [Thu Apr 23 10:40:32 2026] PUT /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2068] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:40:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2069] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2070] 10.0.0.234 () {34 vars in 766 bytes} [Thu Apr 23 10:40:33 2026] PUT /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/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: 1016/2071] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2072] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:40:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2073] 10.0.0.234 () {32 vars in 754 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:33.283 7 INFO neutron.api.v2.resource [None req-903092dc-09b9-4086-9d6d-be5ddb5c05c5 bf664692a7034f8f986657d9ec12a2e4 ee44ac00fe914b268d483b8f39307899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1018/2074] 10.0.0.234 () {32 vars in 758 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2075] 10.0.0.234 () {34 vars in 683 bytes} [Thu Apr 23 10:40:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2076] 10.0.0.234 () {32 vars in 757 bytes} [Thu Apr 23 10:40:33 2026] DELETE /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2077] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2078] 10.0.0.234 () {34 vars in 766 bytes} [Thu Apr 23 10:40:33 2026] PUT /v2.0/security-groups/f3708dc6-9d55-4882-8c24-c7d705376a24/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:33.426 7 INFO neutron.api.v2.resource [None req-24877bfb-e871-44a4-8bfc-4f0cad0c9ab3 bf664692a7034f8f986657d9ec12a2e4 ee44ac00fe914b268d483b8f39307899 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/2079] 10.0.0.234 () {32 vars in 761 bytes} [Thu Apr 23 10:40:33 2026] DELETE /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2080] 10.0.0.234 () {34 vars in 766 bytes} [Thu Apr 23 10:40:33 2026] PUT /v2.0/security-groups/dc776605-a4e6-4f28-9931-f3ce9607dc4f/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: 1022/2081] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:40:33 2026] DELETE /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2082] 10.0.0.234 () {34 vars in 766 bytes} [Thu Apr 23 10:40:33 2026] PUT /v2.0/security-groups/b039e932-066f-4f02-8e00-de98ebb67be9/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: 1023/2083] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2084] 10.0.0.234 () {34 vars in 766 bytes} [Thu Apr 23 10:40:33 2026] PUT /v2.0/security-groups/9d6b15cc-2899-4e87-b891-b216e87dafaa/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: 1062/2085] 10.0.0.234 () {32 vars in 679 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2086] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:33 2026] DELETE /v2.0/security-groups/f41d1245-ed89-48c6-8641-a35f70520a30 => 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: 1063/2087] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2088] 10.0.0.234 () {32 vars in 689 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2089] 10.0.0.234 () {32 vars in 701 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2090] 10.0.0.234 () {32 vars in 687 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2091] 10.0.0.234 () {32 vars in 701 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2092] 10.0.0.234 () {32 vars in 697 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2093] 10.0.0.234 () {32 vars in 709 bytes} [Thu Apr 23 10:40:33 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2094] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/f3708dc6-9d55-4882-8c24-c7d705376a24 => 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: 1067/2095] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/dc776605-a4e6-4f28-9931-f3ce9607dc4f => 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: 1068/2096] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/b039e932-066f-4f02-8e00-de98ebb67be9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2097] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/9d6b15cc-2899-4e87-b891-b216e87dafaa => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:34.499 7 INFO neutron.db.segments_db [None req-31f0eaee-957f-475d-8a91-385803b25cec 17342c8567b346b3b496c17b9129038c 8c197b5308794ca7a1a9b7062db09dde - - default default] Added segment 6b378c02-0be3-4531-a8b3-576d39451cc6 of type vxlan for network 556635fe-c94f-4ac3-b930-5b37fd6b5623 [pid: 8|app: 0|req: 1070/2098] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/security-groups?tenant_id=898d7796c44f4820a41d615802e1edb7&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2099] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:34 2026] POST /v2.0/networks => generated 612 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2100] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/d877c524-8349-41e8-80b2-288204cf88a8 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2101] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/6e7e6b80-06a5-45ff-b733-58c8bc2ab453 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2102] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:34 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2103] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/security-groups?tenant_id=ee44ac00fe914b268d483b8f39307899&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: 1073/2104] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:34 2026] PUT /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2105] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:34 2026] DELETE /v2.0/security-groups/2051c8cd-3378-40e0-9b17-fca7bf8c3c70 => 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: 1074/2106] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:34 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2107] 10.0.0.234 () {34 vars in 761 bytes} [Thu Apr 23 10:40:35 2026] PUT /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2108] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2109] 10.0.0.234 () {34 vars in 757 bytes} [Thu Apr 23 10:40:35 2026] PUT /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags/red => 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: 1076/2110] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2111] 10.0.0.234 () {34 vars in 779 bytes} [Thu Apr 23 10:40:35 2026] PUT /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags/black.or.white => generated 4 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2112] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2113] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:35 2026] PUT /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2114] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2115] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:35.662 7 INFO neutron.api.v2.resource [None req-8f29e96b-0e8d-4483-aaa8-32d0f57cb968 17342c8567b346b3b496c17b9129038c 8c197b5308794ca7a1a9b7062db09dde - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1039/2116] 10.0.0.234 () {32 vars in 742 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2117] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:40:35 2026] DELETE /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2118] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups?tenant_id=fbbbb465f0274d2c906fa4b08f794db7&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2119] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:35.826 7 INFO neutron.api.v2.resource [None req-9e3f27e7-f9a8-49e6-b172-d2cf160e341c 17342c8567b346b3b496c17b9129038c 8c197b5308794ca7a1a9b7062db09dde - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/2120] 10.0.0.234 () {32 vars in 745 bytes} [Thu Apr 23 10:40:35 2026] DELETE /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/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: 1079/2121] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:35 2026] DELETE /v2.0/security-groups/11a6fe6d-6cb2-485d-bb29-a40aa0f1970b => 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: 1043/2122] 10.0.0.234 () {32 vars in 733 bytes} [Thu Apr 23 10:40:35 2026] DELETE /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2123] 10.0.0.234 () {32 vars in 730 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598/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: 1044/2124] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:35 2026] GET /v2.0/security-groups?tenant_id=c65da79ac0754ec9b168b71b47750b1c&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2125] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:35 2026] DELETE /v2.0/subnets/6cf3f9b7-4cd5-491b-9734-970b595b8598 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2126] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:36 2026] DELETE /v2.0/security-groups/58677d3f-0e45-4560-9b0b-101fd8030a5c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:36.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-e379c451-27f6-4f4f-ad8d-c87d623db14a 17342c8567b346b3b496c17b9129038c 8c197b5308794ca7a1a9b7062db09dde - - default default] TaaS: Handle Delete Port: a4c6a02a-2891-48ec-9bd2-6b0503fd6429 2026-04-23 10:40:36.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e379c451-27f6-4f4f-ad8d-c87d623db14a 17342c8567b346b3b496c17b9129038c 8c197b5308794ca7a1a9b7062db09dde - - default default] Tap Mirror: Handle Delete Port: a4c6a02a-2891-48ec-9bd2-6b0503fd6429 [pid: 7|app: 0|req: 1046/2127] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:36 2026] GET /v2.0/security-groups?tenant_id=91332aef70a8487d8c44337db76c1109&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:36.433 8 INFO neutron.services.segments.plugin [-] Segment 6b378c02-0be3-4531-a8b3-576d39451cc6 resource provider aggregate not found 2026-04-23 10:40:36.440 8 INFO neutron.services.segments.plugin [-] Segment 6b378c02-0be3-4531-a8b3-576d39451cc6 resource provider aggregate not found 2026-04-23 10:40:36.456 8 INFO neutron.services.segments.plugin [-] Segment 6b378c02-0be3-4531-a8b3-576d39451cc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b378c02-0be3-4531-a8b3-576d39451cc6 found for delete ", "request_id": "req-1f02a8e3-6b94-4ea4-874f-63f81cee7eff"}]} 2026-04-23 10:40:36.459 8 INFO neutron.services.segments.plugin [-] Segment 6b378c02-0be3-4531-a8b3-576d39451cc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b378c02-0be3-4531-a8b3-576d39451cc6 found for delete ", "request_id": "req-05e7b074-92a0-4c99-895e-fa54d0bb7ce7"}]} [pid: 8|app: 0|req: 1082/2128] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:36 2026] DELETE /v2.0/networks/556635fe-c94f-4ac3-b930-5b37fd6b5623 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2129] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:36 2026] DELETE /v2.0/security-groups/1516ff02-1227-4920-b59f-caf4bb587431 => 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: 1083/2130] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/security-groups?tenant_id=05d124d757fc4872bf94db75c5cb0d8f&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2131] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:37 2026] DELETE /v2.0/security-groups/3bd7fad7-fe7f-4da3-8bfa-6b38c5c9f722 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2132] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:37 2026] GET /v2.0/security-groups?tenant_id=8c197b5308794ca7a1a9b7062db09dde&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2133] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:37 2026] DELETE /v2.0/security-groups/a4486651-fc13-48b4-9cc2-72475703fb3c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:38.730 8 INFO neutron.db.segments_db [None req-d0116a60-507f-4c85-9aaf-157e820b26cc d788a39544664edcabafbec51a63fdcd 0b7b29a8546f464884e14de3e7e45838 - - default default] Added segment 9d5580e5-b73d-42af-a164-6fd8575c57a6 of type vxlan for network 95d0d8e4-2396-46c1-b7dd-0dc471c5d5a1 [pid: 8|app: 0|req: 1085/2134] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:38 2026] POST /v2.0/networks => generated 612 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2135] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:38 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2136] 10.0.0.234 () {34 vars in 665 bytes} [Thu Apr 23 10:40:39 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1051/2137] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:40:39 2026] PUT /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2138] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2139] 10.0.0.234 () {34 vars in 759 bytes} [Thu Apr 23 10:40:39 2026] PUT /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/green => 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: 1088/2140] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/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: 1053/2141] 10.0.0.234 () {34 vars in 755 bytes} [Thu Apr 23 10:40:39 2026] PUT /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/red => 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: 1089/2142] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2143] 10.0.0.234 () {34 vars in 777 bytes} [Thu Apr 23 10:40:39 2026] PUT /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2144] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/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: 1055/2145] 10.0.0.234 () {34 vars in 748 bytes} [Thu Apr 23 10:40:39 2026] PUT /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2146] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/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: 1056/2147] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:39.720 8 INFO neutron.api.v2.resource [None req-dde86341-0a4b-436b-a01a-e8843d102725 d788a39544664edcabafbec51a63fdcd 0b7b29a8546f464884e14de3e7e45838 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/2148] 10.0.0.234 () {32 vars in 740 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2149] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2150] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:40:39.828 7 INFO neutron.api.v2.resource [None req-d2c84f14-8f6c-49ed-8d65-c668fbb511de d788a39544664edcabafbec51a63fdcd 0b7b29a8546f464884e14de3e7e45838 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2151] 10.0.0.234 () {32 vars in 743 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2152] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2153] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc/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: 1095/2154] 10.0.0.234 () {32 vars in 718 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2155] 10.0.0.234 () {32 vars in 716 bytes} [Thu Apr 23 10:40:39 2026] GET /v2.0/ports/afa564ed-57d3-4f08-919f-12c8c52d8320 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2156] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:40:39 2026] DELETE /v2.0/trunks/9dd0c395-44ce-46fe-9adf-d832298ba4cc => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:40.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-405db680-ecb2-4296-918a-fe1e399bd75d d788a39544664edcabafbec51a63fdcd 0b7b29a8546f464884e14de3e7e45838 - - default default] TaaS: Handle Delete Port: afa564ed-57d3-4f08-919f-12c8c52d8320 2026-04-23 10:40:40.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-405db680-ecb2-4296-918a-fe1e399bd75d d788a39544664edcabafbec51a63fdcd 0b7b29a8546f464884e14de3e7e45838 - - default default] Tap Mirror: Handle Delete Port: afa564ed-57d3-4f08-919f-12c8c52d8320 [pid: 7|app: 0|req: 1061/2157] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:40:40 2026] DELETE /v2.0/ports/afa564ed-57d3-4f08-919f-12c8c52d8320 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:40.401 8 INFO neutron.services.segments.plugin [-] Segment 9d5580e5-b73d-42af-a164-6fd8575c57a6 resource provider aggregate not found 2026-04-23 10:40:40.404 8 INFO neutron.services.segments.plugin [-] Segment 9d5580e5-b73d-42af-a164-6fd8575c57a6 resource provider aggregate not found 2026-04-23 10:40:40.422 8 INFO neutron.services.segments.plugin [-] Segment 9d5580e5-b73d-42af-a164-6fd8575c57a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5580e5-b73d-42af-a164-6fd8575c57a6 found for delete ", "request_id": "req-7ac0b7ff-c61e-4b95-870a-8414b4f7b002"}]} 2026-04-23 10:40:40.426 8 INFO neutron.services.segments.plugin [-] Segment 9d5580e5-b73d-42af-a164-6fd8575c57a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5580e5-b73d-42af-a164-6fd8575c57a6 found for delete ", "request_id": "req-ebea6e5f-1db7-423f-8e6a-244729bf360f"}]} [pid: 8|app: 0|req: 1097/2158] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:40 2026] DELETE /v2.0/networks/95d0d8e4-2396-46c1-b7dd-0dc471c5d5a1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2159] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/security-groups?tenant_id=0b7b29a8546f464884e14de3e7e45838&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:40:41.368 7 INFO neutron.db.segments_db [None req-607c0c05-ea12-4f15-a227-e356ba6d7f22 d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] Added segment f66f8b73-ff38-4e9f-920a-b94c05f6728e of type vxlan for network dd9c9c11-c7d3-4093-bc06-ae4bec391636 [pid: 8|app: 0|req: 1099/2160] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:41 2026] DELETE /v2.0/security-groups/b9bef315-31b6-4e43-9bef-578b8f836b1d => 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: 1062/2161] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:41 2026] POST /v2.0/networks => generated 612 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2162] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:41 2026] GET /v2.0/security-groups?tenant_id=b32699384f45474eadafa90bd158c3d2&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2163] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:41 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:41.751 8 INFO neutron.db.segments_db [None req-decd9fff-60a9-48a0-8471-945841373f75 d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] Added segment d27d1ece-9582-4af4-8dc1-23171800de86 of type vxlan for network 1d14931d-b189-4e86-b2bc-6dc31b39f5d8 [pid: 7|app: 0|req: 1064/2164] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:41 2026] DELETE /v2.0/security-groups/5c513751-54e3-4be5-831d-67ad54398378 => 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: 1101/2165] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:41 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2166] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:41 2026] POST /v2.0/subnets => generated 629 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:42.201 8 INFO neutron.db.segments_db [None req-06f7e531-a67b-47ef-890e-0128b362a7fa d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] Added segment 08b601bf-bc41-4347-ae10-f74d86041e1f of type vxlan for network 4e9decfd-4735-44cf-979e-01fcb14b109b [pid: 8|app: 0|req: 1102/2167] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/networks => generated 613 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2168] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/subnets => generated 629 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:42.721 8 INFO neutron.db.segments_db [None req-5c0e5f4a-4db1-4651-8baf-5352d3d3a3dd d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] Added segment 838f1686-8988-4801-a00c-e0797f852ffd of type vxlan for network a5ec8fe5-ecc6-4b77-83e0-eb0768670718 [pid: 8|app: 0|req: 1103/2169] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/networks => generated 613 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2170] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:42 2026] POST /v2.0/subnets => generated 629 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:40:43.270 8 INFO neutron.db.segments_db [None req-7096350a-481c-4fda-84f0-50db83743f74 d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] Added segment fc1c661c-864e-4b46-80d5-fec39f2fe1f5 of type vxlan for network 82aab179-8e2c-4e59-9d12-7ec5a9b8b456 [pid: 8|app: 0|req: 1104/2171] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:43 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) [pid: 7|app: 0|req: 1068/2172] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:40:43 2026] POST /v2.0/subnets => generated 629 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2173] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:43 2026] PUT /v2.0/subnets/4b21b5a9-adb5-4d88-bb30-5832009d175d/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2174] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:43 2026] PUT /v2.0/subnets/a7ed3152-31bd-4d2e-982b-92dda0944dcd/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2175] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:43 2026] PUT /v2.0/subnets/fafafbd2-7fd9-4f8e-aff3-21181078467c/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2176] 10.0.0.234 () {34 vars in 750 bytes} [Thu Apr 23 10:40:43 2026] PUT /v2.0/subnets/babe21e6-b316-4305-b7ff-0205f1a98d3c/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2177] 10.0.0.234 () {32 vars in 663 bytes} [Thu Apr 23 10:40:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2178] 10.0.0.234 () {32 vars in 677 bytes} [Thu Apr 23 10:40:43 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: 8|app: 0|req: 1108/2179] 10.0.0.234 () {32 vars in 673 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2180] 10.0.0.234 () {32 vars in 685 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2181] 10.0.0.234 () {32 vars in 671 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2182] 10.0.0.234 () {32 vars in 685 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2183] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2184] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:40:44 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2185] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:44 2026] DELETE /v2.0/subnets/4b21b5a9-adb5-4d88-bb30-5832009d175d => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2186] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:44 2026] DELETE /v2.0/subnets/a7ed3152-31bd-4d2e-982b-92dda0944dcd => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2187] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:44 2026] DELETE /v2.0/subnets/fafafbd2-7fd9-4f8e-aff3-21181078467c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2188] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:44 2026] DELETE /v2.0/subnets/babe21e6-b316-4305-b7ff-0205f1a98d3c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2189] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:40:45 2026] DELETE /v2.0/subnets/4550bb96-34c4-4a56-bc97-a6dbd2c1c39f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:45.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-9916d293-ecad-4789-8b23-ae3961a3f742 d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] TaaS: Handle Delete Port: 6136a157-c039-46f9-b509-3880ac28a831 2026-04-23 10:40:45.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9916d293-ecad-4789-8b23-ae3961a3f742 d6757eccfd864aca82616f3678f18ae1 bc697209789b4a8a8289be1a3120be33 - - default default] Tap Mirror: Handle Delete Port: 6136a157-c039-46f9-b509-3880ac28a831 2026-04-23 10:40:45.433 7 INFO neutron.services.segments.plugin [-] Segment f66f8b73-ff38-4e9f-920a-b94c05f6728e resource provider aggregate not found 2026-04-23 10:40:45.434 7 INFO neutron.services.segments.plugin [-] Segment f66f8b73-ff38-4e9f-920a-b94c05f6728e resource provider aggregate not found 2026-04-23 10:40:45.454 7 INFO neutron.services.segments.plugin [-] Segment f66f8b73-ff38-4e9f-920a-b94c05f6728e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f66f8b73-ff38-4e9f-920a-b94c05f6728e found for delete ", "request_id": "req-47fe2ef3-9211-4e82-96ee-e04e01ed5a7f"}]} 2026-04-23 10:40:45.460 7 INFO neutron.services.segments.plugin [-] Segment f66f8b73-ff38-4e9f-920a-b94c05f6728e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f66f8b73-ff38-4e9f-920a-b94c05f6728e found for delete ", "request_id": "req-9165307d-913a-4379-954d-9c31fed592aa"}]} [pid: 7|app: 0|req: 1077/2190] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:45 2026] DELETE /v2.0/networks/dd9c9c11-c7d3-4093-bc06-ae4bec391636 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:40:45.585 8 INFO neutron.services.segments.plugin [-] Segment d27d1ece-9582-4af4-8dc1-23171800de86 resource provider aggregate not found 2026-04-23 10:40:45.587 8 INFO neutron.services.segments.plugin [-] Segment d27d1ece-9582-4af4-8dc1-23171800de86 resource provider aggregate not found 2026-04-23 10:40:45.608 8 INFO neutron.services.segments.plugin [-] Segment d27d1ece-9582-4af4-8dc1-23171800de86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d27d1ece-9582-4af4-8dc1-23171800de86 found for delete ", "request_id": "req-0cef51bc-38be-4d43-ba65-bd2f015d7ee6"}]} 2026-04-23 10:40:45.610 8 INFO neutron.services.segments.plugin [-] Segment d27d1ece-9582-4af4-8dc1-23171800de86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d27d1ece-9582-4af4-8dc1-23171800de86 found for delete ", "request_id": "req-20660613-6661-452c-bd74-4e2743b2ec85"}]} [pid: 8|app: 0|req: 1114/2191] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:45 2026] DELETE /v2.0/networks/1d14931d-b189-4e86-b2bc-6dc31b39f5d8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2192] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:45 2026] DELETE /v2.0/networks/4e9decfd-4735-44cf-979e-01fcb14b109b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2193] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:45 2026] DELETE /v2.0/networks/a5ec8fe5-ecc6-4b77-83e0-eb0768670718 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2194] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:40:45 2026] DELETE /v2.0/networks/82aab179-8e2c-4e59-9d12-7ec5a9b8b456 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2197] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:46 2026] GET /v2.0/security-groups?tenant_id=49722484109c43aca0df85e3fee08a0a&name=default => generated 2929 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2198] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:47 2026] DELETE /v2.0/security-groups/f5dc0f83-b75f-459a-9ad2-9eef49ad1728 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:47.480 7 INFO neutron.services.segments.plugin [-] Segment 08b601bf-bc41-4347-ae10-f74d86041e1f resource provider aggregate not found 2026-04-23 10:40:47.483 7 INFO neutron.services.segments.plugin [-] Segment 08b601bf-bc41-4347-ae10-f74d86041e1f resource provider aggregate not found 2026-04-23 10:40:47.494 7 INFO neutron.services.segments.plugin [-] Segment 08b601bf-bc41-4347-ae10-f74d86041e1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08b601bf-bc41-4347-ae10-f74d86041e1f found for delete ", "request_id": "req-9b974d0c-4097-4f75-a4a4-bb1692a43b3c"}]} 2026-04-23 10:40:47.498 7 INFO neutron.services.segments.plugin [-] Segment 08b601bf-bc41-4347-ae10-f74d86041e1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08b601bf-bc41-4347-ae10-f74d86041e1f found for delete ", "request_id": "req-1ce0f59f-671b-497d-b944-c9a7ff61b99b"}]} 2026-04-23 10:40:47.512 7 INFO neutron.services.segments.plugin [-] Segment fc1c661c-864e-4b46-80d5-fec39f2fe1f5 resource provider aggregate not found 2026-04-23 10:40:47.515 7 INFO neutron.services.segments.plugin [-] Segment fc1c661c-864e-4b46-80d5-fec39f2fe1f5 resource provider aggregate not found 2026-04-23 10:40:47.531 7 INFO neutron.services.segments.plugin [-] Segment fc1c661c-864e-4b46-80d5-fec39f2fe1f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc1c661c-864e-4b46-80d5-fec39f2fe1f5 found for delete ", "request_id": "req-4962c059-33c5-4c86-b553-d13367ceb911"}]} 2026-04-23 10:40:47.531 7 INFO neutron.services.segments.plugin [-] Segment fc1c661c-864e-4b46-80d5-fec39f2fe1f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc1c661c-864e-4b46-80d5-fec39f2fe1f5 found for delete ", "request_id": "req-e74a7b57-e669-48e8-8f04-4b846ef506d5"}]} 2026-04-23 10:40:47.635 8 INFO neutron.services.segments.plugin [-] Segment 838f1686-8988-4801-a00c-e0797f852ffd resource provider aggregate not found 2026-04-23 10:40:47.641 8 INFO neutron.services.segments.plugin [-] Segment 838f1686-8988-4801-a00c-e0797f852ffd resource provider aggregate not found 2026-04-23 10:40:47.655 8 INFO neutron.services.segments.plugin [-] Segment 838f1686-8988-4801-a00c-e0797f852ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 838f1686-8988-4801-a00c-e0797f852ffd found for delete ", "request_id": "req-b90b7f63-3316-4aa9-b66f-48aaebfbb147"}]} 2026-04-23 10:40:47.659 8 INFO neutron.services.segments.plugin [-] Segment 838f1686-8988-4801-a00c-e0797f852ffd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 838f1686-8988-4801-a00c-e0797f852ffd found for delete ", "request_id": "req-c84c1d6c-c4ac-4c32-9235-478697be470c"}]} [pid: 8|app: 0|req: 1118/2199] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:47 2026] GET /v2.0/security-groups?tenant_id=fdab52e3755749d5b5bd41aa5b7e9cbe&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2200] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:47 2026] DELETE /v2.0/security-groups/a6dfda8b-badd-4cb0-a32f-1ccc65e98a06 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2201] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:47 2026] GET /v2.0/security-groups?tenant_id=bc697209789b4a8a8289be1a3120be33&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2202] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:47 2026] DELETE /v2.0/security-groups/60bc7ac3-876c-4a5a-814e-5ec8acfd6727 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2203] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2204] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2205] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2206] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2207] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:40:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2208] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:52 2026] PUT /v2.0/subnetpools/a7c3b52a-1d97-42d1-8134-ed20dea6d846/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2209] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:52 2026] PUT /v2.0/subnetpools/e5e7d895-5881-4a9c-aee4-633c8089ef92/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2210] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:52 2026] PUT /v2.0/subnetpools/c528f3cd-ad75-4359-9618-33b3252cb27f/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: 1124/2211] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:40:52 2026] PUT /v2.0/subnetpools/71fadd64-c502-4be7-90a7-47be12109ecc/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2212] 10.0.0.234 () {32 vars in 671 bytes} [Thu Apr 23 10:40:52 2026] GET /v2.0/subnetpools?tags=red => 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: 1125/2213] 10.0.0.234 () {32 vars in 685 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2214] 10.0.0.234 () {32 vars in 681 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2215] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2216] 10.0.0.234 () {32 vars in 679 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2217] 10.0.0.234 () {32 vars in 693 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2218] 10.0.0.234 () {32 vars in 689 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2219] 10.0.0.234 () {32 vars in 701 bytes} [Thu Apr 23 10:40:53 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2220] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/subnetpools/a7c3b52a-1d97-42d1-8134-ed20dea6d846 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2221] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/subnetpools/e5e7d895-5881-4a9c-aee4-633c8089ef92 => 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: 1093/2222] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/subnetpools/c528f3cd-ad75-4359-9618-33b3252cb27f => 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: 1130/2223] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/subnetpools/71fadd64-c502-4be7-90a7-47be12109ecc => 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: 1094/2224] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:40:53 2026] DELETE /v2.0/subnetpools/b4ccc31b-0e49-4c40-8019-bc37fa1847c3 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2225] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:54 2026] GET /v2.0/security-groups?tenant_id=ebf32daa6f104135866ae2a2717d7453&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2226] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:54 2026] DELETE /v2.0/security-groups/a6f615ab-cfd5-492e-8d14-eddd5adfc4bd => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2227] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:54 2026] GET /v2.0/security-groups?tenant_id=1fc1c033a8a44466bae4a57ad8f270c8&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2228] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:55 2026] DELETE /v2.0/security-groups/ae56d56e-9194-4156-92ed-f6c09c9ddc87 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2229] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:40:55 2026] GET /v2.0/security-groups?tenant_id=df10b904db864a1786744f8ff7e6c02a&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2230] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:40:55 2026] DELETE /v2.0/security-groups/1d0e5559-2157-4fad-873f-7ac6b55d09cd => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:40:59.047 8 INFO neutron.db.segments_db [None req-91dfc004-7a85-48cb-86fd-3ad9799e8d37 90a4c5e4940b4f62b7ed62b71e212eb9 645a335b14484f3085c768dddaa57d3b - - default default] Added segment 9d139b97-a7a2-451a-8e8c-2c7275ee85cc of type vxlan for network e5552529-9883-43b5-aa69-c33fa53f90b5 [pid: 8|app: 0|req: 1134/2231] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:40:58 2026] POST /v2.0/networks => generated 613 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2232] 10.0.0.234 () {34 vars in 663 bytes} [Thu Apr 23 10:40:59 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) [pid: 8|app: 0|req: 1135/2233] 10.0.0.234 () {34 vars in 746 bytes} [Thu Apr 23 10:40:59 2026] PUT /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1099/2234] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1136/2235] 10.0.0.234 () {34 vars in 757 bytes} [Thu Apr 23 10:40:59 2026] PUT /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags/green => generated 4 bytes in 79 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: 1100/2236] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1137/2237] 10.0.0.234 () {34 vars in 753 bytes} [Thu Apr 23 10:40:59 2026] PUT /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags/red => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1101/2238] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/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: 8|app: 0|req: 1138/2239] 10.0.0.234 () {34 vars in 775 bytes} [Thu Apr 23 10:40:59 2026] PUT /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags/black.or.white => generated 4 bytes in 103 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: 1102/2240] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:40:59 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1139/2241] 10.0.0.234 () {34 vars in 746 bytes} [Thu Apr 23 10:41:00 2026] PUT /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 37 bytes in 74 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: 1103/2242] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1140/2243] 10.0.0.234 () {32 vars in 734 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags/red => generated 0 bytes in 49 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-04-23 10:41:00.272 7 INFO neutron.api.v2.resource [None req-e3c10ea1-dd31-454a-8c7b-c1b02aa09fc7 90a4c5e4940b4f62b7ed62b71e212eb9 645a335b14484f3085c768dddaa57d3b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1104/2244] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/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: 8|app: 0|req: 1141/2245] 10.0.0.234 () {32 vars in 737 bytes} [Thu Apr 23 10:41:00 2026] DELETE /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1105/2246] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:41:00.484 8 INFO neutron.api.v2.resource [None req-29341dbe-59a3-4069-aaee-fe4ab8351d1c 90a4c5e4940b4f62b7ed62b71e212eb9 645a335b14484f3085c768dddaa57d3b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2247] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:41:00 2026] DELETE /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags/green => generated 99 bytes in 63 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: 1106/2248] 10.0.0.234 () {32 vars in 729 bytes} [Thu Apr 23 10:41:00 2026] DELETE /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1143/2249] 10.0.0.234 () {32 vars in 726 bytes} [Thu Apr 23 10:41:00 2026] GET /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:41:00.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf5b9f69-966c-4570-9e0e-03e4766b76af 90a4c5e4940b4f62b7ed62b71e212eb9 645a335b14484f3085c768dddaa57d3b - - default default] TaaS: Handle Delete Port: f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d 2026-04-23 10:41:00.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf5b9f69-966c-4570-9e0e-03e4766b76af 90a4c5e4940b4f62b7ed62b71e212eb9 645a335b14484f3085c768dddaa57d3b - - default default] Tap Mirror: Handle Delete Port: f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d [pid: 7|app: 0|req: 1107/2250] 10.0.0.234 () {32 vars in 719 bytes} [Thu Apr 23 10:41:00 2026] DELETE /v2.0/ports/f4e98cb0-f1c0-4b27-bf92-78f47e6ef14d => generated 0 bytes in 208 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-04-23 10:41:00.949 8 INFO neutron.services.segments.plugin [-] Segment 9d139b97-a7a2-451a-8e8c-2c7275ee85cc resource provider aggregate not found 2026-04-23 10:41:00.952 8 INFO neutron.services.segments.plugin [-] Segment 9d139b97-a7a2-451a-8e8c-2c7275ee85cc resource provider aggregate not found 2026-04-23 10:41:00.973 8 INFO neutron.services.segments.plugin [-] Segment 9d139b97-a7a2-451a-8e8c-2c7275ee85cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d139b97-a7a2-451a-8e8c-2c7275ee85cc found for delete ", "request_id": "req-aa69964a-122c-49ee-8d9c-17784fe984c8"}]} 2026-04-23 10:41:00.976 8 INFO neutron.services.segments.plugin [-] Segment 9d139b97-a7a2-451a-8e8c-2c7275ee85cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d139b97-a7a2-451a-8e8c-2c7275ee85cc found for delete ", "request_id": "req-8e474230-60c2-4617-a2d2-6a05163160a4"}]} [pid: 8|app: 0|req: 1144/2251] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:41:00 2026] DELETE /v2.0/networks/e5552529-9883-43b5-aa69-c33fa53f90b5 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2254] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:41:01 2026] GET /v2.0/security-groups?tenant_id=717b487207df4860b3f3d8dc12350c0c&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2255] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:41:01 2026] DELETE /v2.0/security-groups/d31d146b-6dba-41f1-a9f7-cb894571e881 => 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: 1110/2256] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:41:02 2026] GET /v2.0/security-groups?tenant_id=645a335b14484f3085c768dddaa57d3b&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2257] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:41:02 2026] DELETE /v2.0/security-groups/3fb97fe5-286e-41db-b819-b52304b6ca22 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2258] 10.0.0.234 () {34 vars in 675 bytes} [Thu Apr 23 10:41:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2259] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:41:05 2026] PUT /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2260] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/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: 1149/2261] 10.0.0.234 () {34 vars in 769 bytes} [Thu Apr 23 10:41:05 2026] PUT /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2262] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2263] 10.0.0.234 () {34 vars in 765 bytes} [Thu Apr 23 10:41:05 2026] PUT /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags/red => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2264] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2265] 10.0.0.234 () {34 vars in 787 bytes} [Thu Apr 23 10:41:05 2026] PUT /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2266] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2267] 10.0.0.234 () {34 vars in 758 bytes} [Thu Apr 23 10:41:05 2026] PUT /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2268] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:05 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2269] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:41:06 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:06.118 7 INFO neutron.api.v2.resource [None req-e7f34e04-d7cb-4ca6-8387-a674bbc51152 a0ea830a962e452188e575295f7d0da9 984e906c8c0b41718383b774eb53fe8b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1117/2270] 10.0.0.234 () {32 vars in 750 bytes} [Thu Apr 23 10:41:06 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/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: 1154/2271] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:41:06 2026] DELETE /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2272] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:06 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:41:06.230 8 INFO neutron.api.v2.resource [None req-804a1e02-bbaf-4dd4-a1d7-6eb6d8afde8c a0ea830a962e452188e575295f7d0da9 984e906c8c0b41718383b774eb53fe8b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2273] 10.0.0.234 () {32 vars in 753 bytes} [Thu Apr 23 10:41:06 2026] DELETE /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/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: 1119/2274] 10.0.0.234 () {32 vars in 741 bytes} [Thu Apr 23 10:41:06 2026] DELETE /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2275] 10.0.0.234 () {32 vars in 738 bytes} [Thu Apr 23 10:41:06 2026] GET /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2276] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:41:06 2026] DELETE /v2.0/subnetpools/a1fbb598-5ef1-4cf0-8941-bb624b7b110e => 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: 1157/2277] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:41:07 2026] GET /v2.0/security-groups?tenant_id=984e906c8c0b41718383b774eb53fe8b&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2278] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:41:07 2026] DELETE /v2.0/security-groups/9b0fb2f3-f00e-4514-99d3-8623094c6d67 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2279] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:41:07 2026] GET /v2.0/security-groups?tenant_id=505b8cfc541543a79333f2d2e0b13232&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2280] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:41:07 2026] DELETE /v2.0/security-groups/3c023a73-92d5-40e9-a8bd-0943b64dbea9 => 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: 1159/2281] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/security-groups?tenant_id=0cf40485d6144686834358f4f707d54d&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2282] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:41:11 2026] DELETE /v2.0/security-groups/26b6caf5-2e64-4c6a-80c5-97aa04eb4bef => 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: 1160/2283] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:41:11 2026] GET /v2.0/security-groups?tenant_id=356497da0bc04eb0b379a4265782a4fe&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2284] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:41:11 2026] DELETE /v2.0/security-groups/2a8d365c-ab23-45ed-b517-b5e9b3ba27cf => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:41:21.374 7 INFO neutron.db.segments_db [None req-3d83387e-814c-4a96-9e12-f848c3719c8b dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Added segment d93797c6-526e-4610-9b14-45b515294d3d of type vxlan for network 6cebe35a-a075-4f19-81eb-c74768e565b1 [pid: 7|app: 0|req: 1126/2287] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:41:21 2026] POST /v2.0/networks => generated 621 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2288] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:21 2026] POST /v2.0/subnets => generated 658 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2289] 10.0.0.234 () {32 vars in 721 bytes} [Thu Apr 23 10:41:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2290] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:21 2026] POST /v2.0/subnets => generated 732 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:22.160 7 INFO neutron.db.segments_db [None req-da59a3b1-244e-466d-b2a6-0e8b59b4a040 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Added segment cff3e670-dc5f-4637-a58a-0167876c49ed of type vxlan for network 839df1ea-ba14-43e0-be9e-7ec3f258e444 [pid: 7|app: 0|req: 1128/2291] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:41:22 2026] POST /v2.0/networks => generated 619 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2292] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:22 2026] POST /v2.0/subnets => generated 656 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2293] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:22 2026] POST /v2.0/subnets => generated 726 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:23.054 8 INFO neutron.db.segments_db [None req-022c64dd-41fd-4e23-90a4-a7df4c443cda dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Added segment 939a84d0-4d34-4e07-93c2-6919b2041546 of type vxlan for network e3449f75-a39a-49ee-8a16-f2dbebcf8d2b [pid: 8|app: 0|req: 1165/2294] 10.0.0.234 () {34 vars in 669 bytes} [Thu Apr 23 10:41:22 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: 1130/2295] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:23 2026] POST /v2.0/subnets => generated 656 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2296] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:23 2026] POST /v2.0/subnets => generated 730 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:23.826 7 INFO neutron.db.segments_db [None req-5cf6e8e4-b3ca-481c-8484-ddbf6a764e43 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Added segment 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 of type vxlan for network 1a9e9f5f-ff01-44f2-8de0-e6bd1b4afc25 2026-04-23 10:41:24.181 7 INFO neutron.db.l3_hamode_db [None req-5cf6e8e4-b3ca-481c-8484-ddbf6a764e43 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 10:41:25.081 7 INFO neutron.db.l3_hamode_db [None req-5cf6e8e4-b3ca-481c-8484-ddbf6a764e43 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1131/2297] 10.0.0.234 () {34 vars in 668 bytes} [Thu Apr 23 10:41:23 2026] POST /v2.0/routers => generated 685 bytes in 2369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2298] 10.0.0.234 () {34 vars in 782 bytes} [Thu Apr 23 10:41:26 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/add_router_interface => generated 309 bytes in 1542 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.234 () {34 vars in 782 bytes} [Thu Apr 23 10:41:27 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/add_router_interface => generated 309 bytes in 1292 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.234 () {34 vars in 782 bytes} [Thu Apr 23 10:41:28 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/add_router_interface => generated 309 bytes in 1394 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.234 () {34 vars in 683 bytes} [Thu Apr 23 10:41:30 2026] POST /v2.0/security-groups => generated 1630 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2302] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:30 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: 1134/2303] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2304] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2305] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2306] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2307] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2310] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2311] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2312] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2313] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2314] 10.0.0.234 () {34 vars in 694 bytes} [Thu Apr 23 10:41:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2315] 10.0.0.242 () {34 vars in 1095 bytes} [Thu Apr 23 10:41:32 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1918500838&fields=id&tenant_id=80c82515847345eaa8928a03351cf5c8 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2316] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:41:32 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2317] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:41:32 2026] GET /v2.0/quotas/80c82515847345eaa8928a03351cf5c8 => 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: 1176/2318] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:41:32 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&fields=id => generated 287 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2319] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:41:33 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1177/2320] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:41:33 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2321] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:41:33 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2322] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 705 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2323] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:41:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=80c82515847345eaa8928a03351cf5c8 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2324] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:41:38 2026] POST /v2.0/ports => generated 1183 bytes in 472 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: 1180/2325] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:41:39 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1186 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2326] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:39 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&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: 1146/2327] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:41:38 2026] PUT /v2.0/ports/849be3e2-e3fc-4a2a-a26b-41329dc3735c => generated 1464 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:39.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29db25e4-3409-46f3-997f-38746d7f4ad7'] response: {'name': 'network-changed', 'server_uuid': '4e5f0dcb-b165-496b-bd10-7284873e83b3', 'tag': '849be3e2-e3fc-4a2a-a26b-41329dc3735c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1182/2328] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:39 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1467 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: 1147/2329] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:41:39 2026] GET /v2.0/networks?tenant_id=80c82515847345eaa8928a03351cf5c8&shared=False => generated 2376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2330] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:41:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2331] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2332] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=849be3e2-e3fc-4a2a-a26b-41329dc3735c => 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: 1149/2333] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20e&port_id=849be3e2-e3fc-4a2a-a26b-41329dc3735c => 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: 1185/2334] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40&id=da23271f-3531-4aa0-a8c0-76580dae56f8 => 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: 1150/2335] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2336] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&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: 1151/2337] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1187/2338] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:41 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2339] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:41:44 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1200 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2340] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:44 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2343] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1200 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2344] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2345] 10.0.0.234 () {32 vars in 817 bytes} [Thu Apr 23 10:41:49 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&mac_address=fa%3A16%3A3e%3Acc%3Ae8%3Ab9 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:50.454 8 INFO neutron.db.l3_db [None req-ff341ff9-4620-4bf5-b3ef-750ac9ee60f9 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Floating IP 1c7f5df6-07b6-4ae1-9fa8-fa838a05e4a4 associated. External IP: 10.96.250.208, port: 849be3e2-e3fc-4a2a-a26b-41329dc3735c. [pid: 8|app: 0|req: 1191/2346] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:41:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:41:50.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af9a7131-20ba-4f2a-aa81-08f822f0ea1c'] response: {'name': 'network-changed', 'server_uuid': '4e5f0dcb-b165-496b-bd10-7284873e83b3', 'tag': '849be3e2-e3fc-4a2a-a26b-41329dc3735c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1156/2347] 10.0.0.242 () {34 vars in 1095 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1918500838&fields=id&tenant_id=80c82515847345eaa8928a03351cf5c8 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2348] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2349] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:41:50 2026] GET /v2.0/quotas/80c82515847345eaa8928a03351cf5c8 => 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: 1193/2350] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&fields=id => generated 333 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2351] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2352] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1159/2353] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2354] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => 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: 1195/2355] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2356] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=849be3e2-e3fc-4a2a-a26b-41329dc3735c => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2357] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20e&port_id=849be3e2-e3fc-4a2a-a26b-41329dc3735c => 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: 1162/2358] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40&id=da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2359] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2360] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2361] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2362] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:51 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1199/2363] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2364] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:41:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=80c82515847345eaa8928a03351cf5c8 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2365] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:41:55 2026] POST /v2.0/ports => generated 1187 bytes in 505 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: 1201/2366] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1190 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2367] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:56 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2368] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:41:56 2026] PUT /v2.0/ports/a33a9587-4f75-4c60-ab49-2dc8bf927e53 => generated 1468 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:41:56.960 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f511d527-f650-4f81-9cab-21dccfae5424'] response: {'name': 'network-changed', 'server_uuid': '65dea930-d315-4162-8974-720e19a7f098', 'tag': 'a33a9587-4f75-4c60-ab49-2dc8bf927e53', '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: 1167/2369] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2370] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1471 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2371] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2372] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:41:57 2026] GET /v2.0/networks?tenant_id=80c82515847345eaa8928a03351cf5c8&shared=False => generated 2376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2373] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:41:57 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: 8|app: 0|req: 1205/2374] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1471 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2375] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.247&port_id=a33a9587-4f75-4c60-ab49-2dc8bf927e53 => 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: 1206/2376] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ad&port_id=a33a9587-4f75-4c60-ab49-2dc8bf927e53 => 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: 1171/2377] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/subnets?id=c46b31ae-1b98-4453-ad82-7e668c849a8a&id=6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2378] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2379] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&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: 1208/2380] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2381] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:41:58 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2384] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:01 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2385] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:01 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&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: 1176/2386] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:06 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1204 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2387] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:07 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2388] 10.0.0.234 () {32 vars in 817 bytes} [Thu Apr 23 10:42:07 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&mac_address=fa%3A16%3A3e%3Ab8%3Ad4%3Abc => generated 1204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:42:08.338 8 INFO neutron.db.l3_db [None req-53b08869-0ad8-4c4a-854c-e1c8a4bed217 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Floating IP a31a67ee-2547-4948-a84e-71f9b070ec29 associated. External IP: 10.96.250.204, port: a33a9587-4f75-4c60-ab49-2dc8bf927e53. [pid: 8|app: 0|req: 1212/2389] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:42:07 2026] POST /v2.0/floatingips => generated 855 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 10:42:08.734 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7abc15b5-7d58-4adb-8a54-365cef8507db'] response: {'name': 'network-changed', 'server_uuid': '65dea930-d315-4162-8974-720e19a7f098', 'tag': 'a33a9587-4f75-4c60-ab49-2dc8bf927e53', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1178/2390] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2391] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2392] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.247&port_id=a33a9587-4f75-4c60-ab49-2dc8bf927e53 => 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: 1214/2393] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ad&port_id=a33a9587-4f75-4c60-ab49-2dc8bf927e53 => 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: 1180/2394] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/subnets?id=c46b31ae-1b98-4453-ad82-7e668c849a8a&id=6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2395] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2396] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2397] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2398] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:09 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1217/2399] 10.0.0.197 () {34 vars in 989 bytes} [Thu Apr 23 10:42:15 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1473 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2400] 10.0.0.197 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:15 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2403] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:42:25 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1185/2404] 10.0.0.157 () {30 vars in 689 bytes} [Thu Apr 23 10:42:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2405] 10.0.0.157 () {30 vars in 691 bytes} [Thu Apr 23 10:42:27 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: 1186/2406] 10.0.0.157 () {30 vars in 667 bytes} [Thu Apr 23 10:42: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: 1221/2407] 10.0.0.157 () {30 vars in 703 bytes} [Thu Apr 23 10:42:27 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: 1187/2408] 10.0.0.157 () {28 vars in 438 bytes} [Thu Apr 23 10:42:27 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: 1222/2409] 10.0.0.157 () {30 vars in 727 bytes} [Thu Apr 23 10:42:27 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2410] 10.0.0.157 () {30 vars in 689 bytes} [Thu Apr 23 10:42:28 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: 1223/2411] 10.0.0.157 () {30 vars in 691 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2412] 10.0.0.157 () {30 vars in 667 bytes} [Thu Apr 23 10:42:28 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: 1224/2413] 10.0.0.157 () {30 vars in 703 bytes} [Thu Apr 23 10:42:28 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: 1190/2414] 10.0.0.157 () {30 vars in 727 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1225/2415] 10.0.0.157 () {30 vars in 689 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2416] 10.0.0.157 () {30 vars in 691 bytes} [Thu Apr 23 10:42:28 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: 1226/2417] 10.0.0.157 () {30 vars in 667 bytes} [Thu Apr 23 10:42:28 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: 1192/2418] 10.0.0.157 () {30 vars in 703 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2419] 10.0.0.157 () {30 vars in 729 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => 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: 1193/2420] 10.0.0.157 () {30 vars in 681 bytes} [Thu Apr 23 10:42:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2421] 10.0.0.157 () {34 vars in 703 bytes} [Thu Apr 23 10:42:28 2026] POST /v2.0/ports => generated 1128 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2424] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:42:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1230/2425] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:42:31 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: 1196/2426] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:42: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: 8|app: 0|req: 1231/2427] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:42:31 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: 1197/2428] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:42:31 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2429] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:42:32 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: 1198/2430] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:42:32 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: 1233/2431] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:42: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: 1199/2432] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:42: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-04-23 10:42:32.312 8 INFO neutron.api.v2.resource [None req-162e0e29-bd4e-45c2-8a69-56bcf3b14ac0 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1234/2433] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/security-groups/lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2434] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/security-groups?name=lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2435] 199.204.45.155 () {34 vars in 735 bytes} [Thu Apr 23 10:42:32 2026] POST /v2.0/security-groups => generated 1638 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2436] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/security-group-rules?security_group_id=f22ee9e6-739f-41ad-96e0-f027d6b44c19 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2437] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:42:32 2026] PUT /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2438] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1237/2439] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:42:32 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: 1203/2440] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:42:32 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: 1238/2441] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:42:32 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: 1204/2442] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:42:32 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2443] 10.0.0.242 () {34 vars in 1015 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/security-groups?id=83c50b0c-d110-43bd-862b-4f76ca3d2ff6&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2444] 10.0.0.242 () {34 vars in 981 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/networks?id=e9528343-9b2c-45df-8d90-aa4c40e58cdc => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2445] 10.0.0.242 () {34 vars in 964 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/quotas/13d6ef0a9d0e4d489382d732d152da36 => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2446] 10.0.0.242 () {34 vars in 1001 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2447] 10.0.0.242 () {34 vars in 1007 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1207/2448] 10.0.0.242 () {34 vars in 1107 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1242/2449] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1208/2450] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:40 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1243/2451] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:43 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1209/2452] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1244/2453] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/networks?id=e9528343-9b2c-45df-8d90-aa4c40e58cdc => generated 735 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2454] 199.204.45.155 () {34 vars in 1049 bytes} [Thu Apr 23 10:42:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=13d6ef0a9d0e4d489382d732d152da36 => generated 343 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2455] 199.204.45.155 () {38 vars in 954 bytes} [Thu Apr 23 10:42:45 2026] POST /v2.0/ports => generated 1078 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2456] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:42:45 2026] PUT /v2.0/ports/21a2d9c3-30ea-443b-887a-e1f1579d94fe => generated 1239 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:42:45.860 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eafdd94e-82f0-4c69-b686-ca81629acc6d'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '21a2d9c3-30ea-443b-887a-e1f1579d94fe', '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: 1246/2457] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:46 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1212/2458] 199.204.45.155 () {34 vars in 1017 bytes} [Thu Apr 23 10:42:46 2026] GET /v2.0/networks?tenant_id=13d6ef0a9d0e4d489382d732d152da36&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2460] 199.204.45.155 () {34 vars in 929 bytes} [Thu Apr 23 10:42:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2462] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1215/2463] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/security-groups?id=83c50b0c-d110-43bd-862b-4f76ca3d2ff6&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2464] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1216/2465] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2466] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => 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: 1217/2467] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2468] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&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: 1218/2469] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1252/2470] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:42:47 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1219/2471] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2472] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/security-groups?id=83c50b0c-d110-43bd-862b-4f76ca3d2ff6&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2473] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:50 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1254/2474] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:42:51 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2475] 199.204.45.155 () {34 vars in 1043 bytes} [Thu Apr 23 10:42:51 2026] GET /v2.0/security-groups?id=83c50b0c-d110-43bd-862b-4f76ca3d2ff6&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2476] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:53 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1222/2477] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:53 2026] GET /v2.0/security-groups?id=83c50b0c-d110-43bd-862b-4f76ca3d2ff6&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: 1256/2478] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:53 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2479] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:56 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => 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: 1257/2480] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:42:56 2026] GET /v2.0/security-groups?id=83c50b0c-d110-43bd-862b-4f76ca3d2ff6&fields=id&fields=name => generated 96 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2481] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:42:56 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2488] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:43:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2489] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:43:31 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: 1262/2490] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:43:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2491] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2492] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2493] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2494] 199.204.45.155 () {34 vars in 716 bytes} [Thu Apr 23 10:43:32 2026] POST /v2.0/ports => generated 1059 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2495] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2496] 10.0.0.242 () {34 vars in 906 bytes} [Thu Apr 23 10:43:32 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2497] 199.204.45.155 () {34 vars in 1261 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2498] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1233/2499] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:33 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2500] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 23 10:43:34 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1059 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2501] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:43:34 2026] GET /v2.0/networks?id=6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2502] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:43:34 2026] PUT /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1249 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:34.909 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7f4ebff-06ae-4b5d-b474-9accf74a7d6e'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '1794f4cd-ff33-4bcf-b2f2-b969b374ebd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1235/2503] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2504] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/networks?id=6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2505] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1270/2506] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2507] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2508] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1238/2509] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:35 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1272/2510] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2511] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => 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: 1273/2512] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2513] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&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: 1274/2514] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:36 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1241/2515] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1275/2516] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1242/2517] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2518] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2519] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1277/2520] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:37 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1244/2521] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1251 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2522] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:43:41 2026] PUT /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1275 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:41.523 7 INFO neutron.api.v2.resource [None req-de18e5d7-0f76-4d65-9869-b92d2adea357 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1245/2523] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/security-groups/lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:43:41.537 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c3326af-8052-422a-9345-74fcbd0f25d7'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '1794f4cd-ff33-4bcf-b2f2-b969b374ebd4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1279/2524] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 23 10:43:41 2026] GET /v2.0/security-groups?name=lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2525] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:43:41 2026] PUT /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1313 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:43:41.872 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c501279-063d-43b3-bb17-8ceb67d66e0d'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '1794f4cd-ff33-4bcf-b2f2-b969b374ebd4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1280/2526] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:43:42 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: 7|app: 0|req: 1247/2527] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:43:42 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: 1281/2528] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:43:42 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: 1282/2529] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:43:42 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: 1248/2530] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2531] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2532] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2533] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/networks?id=6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 803 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2534] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1349 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2535] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1286/2536] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1251/2537] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2538] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => 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: 1252/2539] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2540] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2541] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2542] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1254/2543] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:42 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1290/2544] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2545] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/networks?id=6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2546] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1256/2547] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1292/2548] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2549] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1293/2550] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:43:43 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:43:50.387 7 INFO neutron.db.l3_db [None req-4edd8e8d-c14c-4cc1-9b90-3d754c0690b1 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Floating IP 9e1361c9-3d51-4a2e-8b1f-6738ca06e57b associated. External IP: 10.96.250.205, port: 0935fbe5-42c3-4881-9b08-4861d878d3ad. [pid: 7|app: 0|req: 1259/2553] 10.0.0.234 () {34 vars in 676 bytes} [Thu Apr 23 10:43:49 2026] POST /v2.0/floatingips => generated 898 bytes in 1233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2554] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2555] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2556] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2557] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:43:53.807 8 INFO neutron.api.v2.resource [None req-c0c699d5-16ab-434d-8d1b-99c28152eace 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2558] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/security-groups/lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2559] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/security-groups?name=lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => 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: 1298/2560] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 23 10:43:53 2026] GET /v2.0/security-group-rules?security_group_id=f22ee9e6-739f-41ad-96e0-f027d6b44c19 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2561] 199.204.45.155 () {34 vars in 746 bytes} [Thu Apr 23 10:43:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2562] 199.204.45.155 () {34 vars in 746 bytes} [Thu Apr 23 10:43:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2565] 10.0.0.157 () {30 vars in 689 bytes} [Thu Apr 23 10:44:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2566] 10.0.0.157 () {30 vars in 691 bytes} [Thu Apr 23 10:44:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2567] 10.0.0.157 () {30 vars in 667 bytes} [Thu Apr 23 10:44:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2568] 10.0.0.157 () {30 vars in 703 bytes} [Thu Apr 23 10:44:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2569] 10.0.0.157 () {28 vars in 438 bytes} [Thu Apr 23 10:44:01 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: 1303/2570] 10.0.0.157 () {30 vars in 727 bytes} [Thu Apr 23 10:44:01 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2571] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2572] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:03 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: 1269/2573] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2574] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:03 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: 1270/2575] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:04 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2576] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:04 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2577] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2578] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:04 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: 1272/2579] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:04 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: 1308/2580] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:04 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: 1273/2581] 199.204.45.155 () {34 vars in 716 bytes} [Thu Apr 23 10:44:04 2026] POST /v2.0/ports => generated 1324 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2582] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:44:05 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1324 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1274/2583] 199.204.45.155 () {34 vars in 1261 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2584] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2585] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2586] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 23 10:44:06 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2587] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:07 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2588] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:44:07 2026] PUT /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1514 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:07.577 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cebe742-9b78-4b14-83f2-d38f81d3f62e'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '5535b48c-ec49-4b1c-8296-2a2792a5fb8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1277/2589] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4091 bytes in 62 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: 1313/2590] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2591] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1314/2592] 199.204.45.155 () {34 vars in 1101 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Abc&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1279/2593] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40&id=da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2594] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2595] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2596] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1281/2597] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:08 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1317/2598] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4091 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2599] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2600] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2601] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2602] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1284/2603] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1320/2604] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1285/2605] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2606] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2607] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:09 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1322/2608] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1287/2609] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1323/2610] 199.204.45.155 () {34 vars in 1101 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Abc&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1288/2611] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40&id=da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 1411 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2612] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&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: 1289/2613] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2614] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2615] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:10 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1326/2616] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2617] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 798 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2618] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2619] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/subnets/da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 744 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2620] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2621] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:14 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: 1329/2622] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2623] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:14 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: 1330/2624] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2625] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2626] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1349 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2627] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2628] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2629] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:14 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2630] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:15 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2633] 10.0.0.157 () {30 vars in 689 bytes} [Thu Apr 23 10:44:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2634] 10.0.0.157 () {30 vars in 691 bytes} [Thu Apr 23 10:44:22 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: 1300/2635] 10.0.0.157 () {30 vars in 667 bytes} [Thu Apr 23 10:44:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2636] 10.0.0.157 () {30 vars in 703 bytes} [Thu Apr 23 10:44:22 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: 1301/2637] 10.0.0.157 () {28 vars in 438 bytes} [Thu Apr 23 10:44:22 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: 1337/2638] 10.0.0.157 () {30 vars in 727 bytes} [Thu Apr 23 10:44:22 2026] GET /v2.0/subnets/c46b31ae-1b98-4453-ad82-7e668c849a8a => generated 656 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2639] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:23 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: 1338/2640] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:23 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: 1303/2641] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2642] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2643] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2644] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/subnets/c46b31ae-1b98-4453-ad82-7e668c849a8a => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2645] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:23 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4093 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2646] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2647] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:24 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: 1342/2648] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2649] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:24 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: 1343/2650] 199.204.45.155 () {34 vars in 716 bytes} [Thu Apr 23 10:44:24 2026] POST /v2.0/ports => generated 1332 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2651] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1332 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: 8|app: 0|req: 1344/2652] 10.0.0.242 () {34 vars in 906 bytes} [Thu Apr 23 10:44:24 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2653] 199.204.45.155 () {34 vars in 1261 bytes} [Thu Apr 23 10:44:25 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2654] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:25 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2655] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:25 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1346/2656] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 23 10:44:26 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1332 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2657] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:26 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2658] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:44:26 2026] PUT /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1522 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:26.889 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e76d4fc8-68de-4f48-b06b-cc24b868ebc5'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '334864e0-0ec7-443f-88a1-7b13672d17ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1312/2659] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 5607 bytes in 60 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: 1348/2660] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2661] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.166&port_id=334864e0-0ec7-443f-88a1-7b13672d17ce => 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: 1349/2662] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ce&port_id=334864e0-0ec7-443f-88a1-7b13672d17ce => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2663] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/subnets?id=c46b31ae-1b98-4453-ad82-7e668c849a8a&id=6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2664] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2665] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2666] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1316/2667] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:27 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1352/2668] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:28 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 5607 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2669] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:44:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => 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: 1353/2670] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:28 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2671] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2672] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1319/2673] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2674] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1320/2675] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2676] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2677] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1357/2678] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1322/2679] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1358/2680] 199.204.45.155 () {34 vars in 1101 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Abc&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1323/2681] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40&id=da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 1411 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2682] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2683] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2684] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2685] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2686] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.166&port_id=334864e0-0ec7-443f-88a1-7b13672d17ce => 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: 1326/2687] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ce&port_id=334864e0-0ec7-443f-88a1-7b13672d17ce => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2688] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/subnets?id=c46b31ae-1b98-4453-ad82-7e668c849a8a&id=6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2689] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2690] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2691] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1364/2692] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:29 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1366/2695] 10.0.0.242 () {34 vars in 970 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2696] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2697] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/subnets/c46b31ae-1b98-4453-ad82-7e668c849a8a => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2698] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/subnets/6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 748 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2699] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2700] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 23 10:44:34 2026] PUT /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1255 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:34.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66a887a6-d7db-425b-ba31-67f96810ce4d'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '5535b48c-ec49-4b1c-8296-2a2792a5fb8a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2701] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1333/2702] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2703] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2704] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:34 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: 1371/2705] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44: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: 1335/2706] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44: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) [pid: 8|app: 0|req: 1372/2707] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1336/2708] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2709] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1349 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2710] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1374/2711] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => 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: 1338/2712] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2713] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1339/2714] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 5384 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2715] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2716] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2717] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2718] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2719] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1342/2720] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:35 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2723] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2724] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2725] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2726] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:48 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: 1382/2727] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2728] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 5384 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2729] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2730] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:48 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: 1384/2731] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2732] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2733] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:48 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2734] 199.204.45.155 () {34 vars in 789 bytes} [Thu Apr 23 10:44:48 2026] PUT /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1255 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:49.155 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88cb6ef0-b3ac-440a-a219-4e7890c9d626'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '334864e0-0ec7-443f-88a1-7b13672d17ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1386/2735] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 797 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1350/2736] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/subnets/c46b31ae-1b98-4453-ad82-7e668c849a8a => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2737] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => 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: 1388/2738] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2739] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:44:49 2026] PUT /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1080 bytes in 483 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: 1389/2740] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => 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: 1352/2741] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2742] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2743] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2744] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1354/2745] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:49 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4976 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2746] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:51.200 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-faa21aa7-c4db-456b-8382-438575f189bb'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '334864e0-0ec7-443f-88a1-7b13672d17ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1355/2747] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2748] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => 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: 1356/2749] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2750] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:51 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1357/2751] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:52 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2752] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 23 10:44:52 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2753] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:44:52 2026] GET /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2754] 199.204.45.155 () {34 vars in 1015 bytes} [Thu Apr 23 10:44:52 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2755] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:44:52 2026] PUT /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2756] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3868 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 10:44:53.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f898bb0-fc32-4cb8-9f3e-7860442d4807 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 334864e0-0ec7-443f-88a1-7b13672d17ce 2026-04-23 10:44:53.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f898bb0-fc32-4cb8-9f3e-7860442d4807 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 334864e0-0ec7-443f-88a1-7b13672d17ce [pid: 7|app: 0|req: 1360/2757] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 23 10:44:53 2026] DELETE /v2.0/ports/334864e0-0ec7-443f-88a1-7b13672d17ce => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2758] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2759] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:53 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: 1399/2760] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2761] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2762] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2763] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2764] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2765] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1402/2766] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => 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: 1365/2767] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2768] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:44:53 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2769] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3868 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2770] 199.204.45.155 () {34 vars in 1225 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks?id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&id=6cebe35a-a075-4f19-81eb-c74768e565b1&id=839df1ea-ba14-43e0-be9e-7ec3f258e444&id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 3097 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2771] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => 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: 1405/2772] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => 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: 1368/2773] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&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: 1406/2774] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1369/2775] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1407/2776] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => 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: 1370/2777] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2778] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2779] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2780] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2781] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.160&port_id=5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2782] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2783] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:44:54 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2784] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:55 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1374/2785] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:55 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1412/2786] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2787] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:58 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: 1413/2788] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2789] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:58 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: 1414/2790] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3868 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2791] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2792] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2793] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:44:58 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: 1416/2794] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:44:58 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: 1379/2795] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1417/2796] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:44:58 2026] PUT /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1080 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:44:58.793 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3972e2c3-baf8-4a6e-a1b7-cd46ec1a2c33'] response: {'name': 'network-changed', 'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'tag': '5535b48c-ec49-4b1c-8296-2a2792a5fb8a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1380/2797] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 798 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: 1418/2798] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2799] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:58 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2800] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3693 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2801] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2802] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1383/2803] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1421/2804] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:44:59 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2805] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:01 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 3693 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2806] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 23 10:45:01 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2807] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:01 2026] GET /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2808] 199.204.45.155 () {34 vars in 1015 bytes} [Thu Apr 23 10:45:01 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2809] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:45:01 2026] PUT /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => generated 917 bytes in 242 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: 1388/2812] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:02.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7756a79-bd0e-47a6-8e31-7c080c7e2826 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 5535b48c-ec49-4b1c-8296-2a2792a5fb8a 2026-04-23 10:45:02.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7756a79-bd0e-47a6-8e31-7c080c7e2826 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 5535b48c-ec49-4b1c-8296-2a2792a5fb8a [pid: 8|app: 0|req: 1425/2813] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 23 10:45:02 2026] DELETE /v2.0/ports/5535b48c-ec49-4b1c-8296-2a2792a5fb8a => 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: 1389/2814] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2815] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:45: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: 7|app: 0|req: 1390/2816] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:45:02 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: 1427/2817] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2818] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1428/2819] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2820] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2821] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2822] 199.204.45.155 () {30 vars in 742 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2823] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2824] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:45:02 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2825] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2826] 199.204.45.155 () {34 vars in 1145 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/networks?id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&id=6cebe35a-a075-4f19-81eb-c74768e565b1&id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 2311 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2827] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2828] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2829] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&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: 1397/2830] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1434/2831] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1398/2832] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.250&port_id=1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2833] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/subnets?id=13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2834] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/ports?network_id=6cebe35a-a075-4f19-81eb-c74768e565b1&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: 1436/2835] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1400/2836] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:03 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?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: 1437/2837] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:45:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2838] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:45:14 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: 1438/2839] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:45:14 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: 1402/2840] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:45:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:14.786 8 INFO neutron.api.v2.resource [None req-822852c2-fc25-4d77-bf42-aa07be87bef8 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1439/2841] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:45:14 2026] GET /v2.0/security-groups/lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2842] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 23 10:45:14 2026] GET /v2.0/security-groups?name=lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2843] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 23 10:45:14 2026] GET /v2.0/security-group-rules?security_group_id=f22ee9e6-739f-41ad-96e0-f027d6b44c19 => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2844] 199.204.45.155 () {32 vars in 788 bytes} [Thu Apr 23 10:45:14 2026] DELETE /v2.0/security-group-rules/28f46ea4-a9e3-46e1-9893-20d07d3ccf2a => 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: 1441/2845] 199.204.45.155 () {32 vars in 788 bytes} [Thu Apr 23 10:45:14 2026] DELETE /v2.0/security-group-rules/e93af7fd-ea1a-4d8a-9d20-1621b8d109db => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:18.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-926a11ed-f71c-4cc3-b4bb-ebe22673101c dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 288f4702-7131-4596-b276-c4470dcce243 2026-04-23 10:45:18.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-926a11ed-f71c-4cc3-b4bb-ebe22673101c dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 288f4702-7131-4596-b276-c4470dcce243 2026-04-23 10:45:18.534 8 INFO neutron.db.l3_db [None req-926a11ed-f71c-4cc3-b4bb-ebe22673101c dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Floating IP 9e1361c9-3d51-4a2e-8b1f-6738ca06e57b disassociated (deleted). External IP: 10.96.250.205, port: 0935fbe5-42c3-4881-9b08-4861d878d3ad. [pid: 8|app: 0|req: 1443/2848] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:45:18 2026] DELETE /v2.0/floatingips/9e1361c9-3d51-4a2e-8b1f-6738ca06e57b => generated 0 bytes in 732 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:18.875 7 INFO neutron.api.v2.resource [None req-bd5b0b43-90bc-44cf-bbb9-f13bc350216f dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1406/2849] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:45:18 2026] GET /v2.0/floatingips/9e1361c9-3d51-4a2e-8b1f-6738ca06e57b => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2850] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2851] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:45:19 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: 1445/2852] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:45:19 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: 1408/2853] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:19.805 8 INFO neutron.api.v2.resource [None req-e0cc49da-8324-452a-b841-15841bf97efd 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1446/2854] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/security-groups/lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2855] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/security-groups?name=lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2856] 199.204.45.155 () {30 vars in 814 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/security-group-rules?security_group_id=f22ee9e6-739f-41ad-96e0-f027d6b44c19 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2857] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:45:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2858] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2859] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:45:20 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: 1449/2860] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:45:20 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: 1412/2861] 199.204.45.155 () {30 vars in 740 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => 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: 1450/2862] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2863] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2864] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:20 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2865] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:21 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2866] 199.204.45.155 () {34 vars in 974 bytes} [Thu Apr 23 10:45:22 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2867] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:22 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2868] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:22 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2869] 199.204.45.155 () {34 vars in 1015 bytes} [Thu Apr 23 10:45:22 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2870] 199.204.45.155 () {38 vars in 1027 bytes} [Thu Apr 23 10:45:22 2026] PUT /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1150 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2871] 199.204.45.155 () {30 vars in 768 bytes} [Thu Apr 23 10:45:23 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 50 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: 1455/2872] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:45:23 2026] PUT /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1090 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2873] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:45:23 2026] GET /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 1090 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-04-23 10:45:23.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2fcfb93-a0e9-4288-8d30-34aa3ce219f5 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 2026-04-23 10:45:23.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2fcfb93-a0e9-4288-8d30-34aa3ce219f5 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 [pid: 8|app: 0|req: 1456/2874] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 23 10:45:23 2026] DELETE /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2875] 199.204.45.155 () {30 vars in 702 bytes} [Thu Apr 23 10:45:24 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: 1457/2876] 199.204.45.155 () {30 vars in 704 bytes} [Thu Apr 23 10:45:24 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: 1420/2877] 199.204.45.155 () {30 vars in 680 bytes} [Thu Apr 23 10:45:24 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: 1458/2878] 199.204.45.155 () {30 vars in 716 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:24.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-46dd3a4c-1acf-4624-9035-2d74fd2e7489 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1421/2879] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 23 10:45:24 2026] DELETE /v2.0/ports/1794f4cd-ff33-4bcf-b2f2-b969b374ebd4 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2880] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2881] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/ports?tenant_id=13d6ef0a9d0e4d489382d732d152da36&device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:24.306 8 INFO neutron.api.v2.resource [None req-0dfd7150-b87f-4914-92c0-669bc7cad44f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/2882] 199.204.45.155 () {30 vars in 762 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/security-groups/lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => 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: 1461/2883] 199.204.45.155 () {30 vars in 784 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/security-groups?name=lb-3f3524a8-39d2-4ebc-a99a-51de254327fa => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2884] 199.204.45.155 () {34 vars in 1065 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/networks?id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&id=6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 1524 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2885] 199.204.45.155 () {30 vars in 736 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2886] 199.204.45.155 () {34 vars in 1059 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.42&port_id=21a2d9c3-30ea-443b-887a-e1f1579d94fe => 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: 1425/2887] 199.204.45.155 () {34 vars in 983 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/subnets?id=77fd990a-d967-485c-b217-b38dbc535bd9 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2888] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/ports?network_id=e9528343-9b2c-45df-8d90-aa4c40e58cdc&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: 1427/2889] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1428/2890] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:24 2026] GET /v2.0/networks/e9528343-9b2c-45df-8d90-aa4c40e58cdc?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: 1463/2891] 199.204.45.155 () {34 vars in 788 bytes} [Thu Apr 23 10:45:24 2026] PUT /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 1090 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2892] 199.204.45.155 () {32 vars in 778 bytes} [Thu Apr 23 10:45:24 2026] DELETE /v2.0/security-groups/f22ee9e6-739f-41ad-96e0-f027d6b44c19 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:24.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c5138ae-8525-4d32-8f8f-630d7bf1933f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 0935fbe5-42c3-4881-9b08-4861d878d3ad 2026-04-23 10:45:24.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c5138ae-8525-4d32-8f8f-630d7bf1933f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 0935fbe5-42c3-4881-9b08-4861d878d3ad [pid: 8|app: 0|req: 1464/2893] 199.204.45.155 () {32 vars in 758 bytes} [Thu Apr 23 10:45:24 2026] DELETE /v2.0/ports/0935fbe5-42c3-4881-9b08-4861d878d3ad => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2894] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:45:28 2026] GET /v2.0/ports?device_id=a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:28.190 8 INFO neutron_taas.services.taas.taas_plugin [req-83b48ca1-3a7d-4b1e-9a4f-c6b461140cdd req-28982b2e-3004-4d08-b848-b64f2f66ee9f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] TaaS: Handle Delete Port: 21a2d9c3-30ea-443b-887a-e1f1579d94fe 2026-04-23 10:45:28.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83b48ca1-3a7d-4b1e-9a4f-c6b461140cdd req-28982b2e-3004-4d08-b848-b64f2f66ee9f 5852331bee0b4c3d9348f263597c2d07 13d6ef0a9d0e4d489382d732d152da36 - - default default] Tap Mirror: Handle Delete Port: 21a2d9c3-30ea-443b-887a-e1f1579d94fe [pid: 8|app: 0|req: 1465/2895] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:45:28 2026] DELETE /v2.0/ports/21a2d9c3-30ea-443b-887a-e1f1579d94fe => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:28.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1e4e469-608f-4a88-95b8-dd51c4908036'] response: {'server_uuid': 'a8c5b2e4-6b7d-437b-8d5d-7eee36bcbf66', 'name': 'network-vif-deleted', 'tag': '21a2d9c3-30ea-443b-887a-e1f1579d94fe', 'status': 'completed', 'code': 200} 2026-04-23 10:45:29.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-073b9b76-c127-4c5b-8230-24ddb6823d49 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: d63007f9-ac4c-4288-aec6-73f4aec772ed 2026-04-23 10:45:29.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-073b9b76-c127-4c5b-8230-24ddb6823d49 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: d63007f9-ac4c-4288-aec6-73f4aec772ed 2026-04-23 10:45:29.468 7 INFO neutron.db.l3_db [None req-073b9b76-c127-4c5b-8230-24ddb6823d49 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Floating IP a31a67ee-2547-4948-a84e-71f9b070ec29 disassociated (deleted). External IP: 10.96.250.204, port: a33a9587-4f75-4c60-ab49-2dc8bf927e53. [pid: 7|app: 0|req: 1431/2896] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:45:29 2026] DELETE /v2.0/floatingips/a31a67ee-2547-4948-a84e-71f9b070ec29 => generated 0 bytes in 746 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:29.857 8 INFO neutron.api.v2.resource [None req-dcf20265-e383-4365-abf5-f477511ecc56 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1466/2897] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:45:29 2026] GET /v2.0/floatingips/a31a67ee-2547-4948-a84e-71f9b070ec29 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:29.877 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-300dff61-745c-4788-ae8c-152f5dd0e72d'] response: {'name': 'network-changed', 'server_uuid': '65dea930-d315-4162-8974-720e19a7f098', 'tag': 'a33a9587-4f75-4c60-ab49-2dc8bf927e53', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1432/2898] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1204 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2899] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2900] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2901] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/networks?id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2902] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.247&port_id=a33a9587-4f75-4c60-ab49-2dc8bf927e53 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2903] 199.204.45.155 () {34 vars in 1105 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ad&port_id=a33a9587-4f75-4c60-ab49-2dc8bf927e53 => 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: 1435/2904] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/subnets?id=c46b31ae-1b98-4453-ad82-7e668c849a8a&id=6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2905] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2906] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/ports?network_id=e3449f75-a39a-49ee-8a16-f2dbebcf8d2b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2907] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1437/2908] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:30 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b?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: 1473/2911] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:45:32 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:32.717 7 INFO neutron_taas.services.taas.taas_plugin [req-3238dbdb-3f80-4a91-83f4-c08a97e4fca9 req-79f354f0-05d9-4f8a-94da-07874cfae7ca dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: a33a9587-4f75-4c60-ab49-2dc8bf927e53 2026-04-23 10:45:32.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3238dbdb-3f80-4a91-83f4-c08a97e4fca9 req-79f354f0-05d9-4f8a-94da-07874cfae7ca dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: a33a9587-4f75-4c60-ab49-2dc8bf927e53 [pid: 7|app: 0|req: 1439/2912] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:45:32 2026] DELETE /v2.0/ports/a33a9587-4f75-4c60-ab49-2dc8bf927e53 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:32.951 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8aad2819-c33b-43ef-a465-d21b20cd5afd'] response: {'server_uuid': '65dea930-d315-4162-8974-720e19a7f098', 'name': 'network-vif-deleted', 'tag': 'a33a9587-4f75-4c60-ab49-2dc8bf927e53', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/2913] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:45:35 2026] GET /v2.0/ports?device_id=65dea930-d315-4162-8974-720e19a7f098 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 10:45:40.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-54f46510-c280-4dd4-976f-7fd3e4d67fd0 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 36d6d1e3-1f18-4bdb-bd14-1ce12bfa699e 2026-04-23 10:45:40.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54f46510-c280-4dd4-976f-7fd3e4d67fd0 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 36d6d1e3-1f18-4bdb-bd14-1ce12bfa699e 2026-04-23 10:45:40.732 7 INFO neutron.db.l3_db [None req-54f46510-c280-4dd4-976f-7fd3e4d67fd0 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Floating IP 1c7f5df6-07b6-4ae1-9fa8-fa838a05e4a4 disassociated (deleted). External IP: 10.96.250.208, port: 849be3e2-e3fc-4a2a-a26b-41329dc3735c. [pid: 7|app: 0|req: 1440/2914] 10.0.0.234 () {32 vars in 731 bytes} [Thu Apr 23 10:45:40 2026] DELETE /v2.0/floatingips/1c7f5df6-07b6-4ae1-9fa8-fa838a05e4a4 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:41.037 8 INFO neutron.api.v2.resource [None req-a245ab59-e7be-49a5-bbab-5fd2c673049b dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1475/2915] 10.0.0.234 () {32 vars in 728 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/floatingips/1c7f5df6-07b6-4ae1-9fa8-fa838a05e4a4 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:41.051 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-195112a3-0a3c-4d82-8c1f-7c654dbe5f77'] response: {'name': 'network-changed', 'server_uuid': '4e5f0dcb-b165-496b-bd10-7284873e83b3', 'tag': '849be3e2-e3fc-4a2a-a26b-41329dc3735c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1441/2916] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2917] 10.0.0.242 () {34 vars in 1039 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/security-groups?id=cec482a0-86ba-4fe4-999e-f5287e08ab51&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: 1442/2918] 199.204.45.155 () {34 vars in 1079 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/ports?tenant_id=80c82515847345eaa8928a03351cf5c8&device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2919] 199.204.45.155 () {34 vars in 985 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/networks?id=839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2920] 199.204.45.155 () {34 vars in 1057 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.228&port_id=849be3e2-e3fc-4a2a-a26b-41329dc3735c => 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: 1478/2921] 199.204.45.155 () {34 vars in 1103 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20e&port_id=849be3e2-e3fc-4a2a-a26b-41329dc3735c => 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: 1444/2922] 199.204.45.155 () {34 vars in 1063 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/subnets?id=86c61b65-0e0b-47fe-a149-50272823dd40&id=da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2923] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&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: 1445/2924] 199.204.45.155 () {34 vars in 1051 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/ports?network_id=839df1ea-ba14-43e0-be9e-7ec3f258e444&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2925] 199.204.45.155 () {34 vars in 1011 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?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: 1446/2926] 199.204.45.155 () {34 vars in 1111 bytes} [Thu Apr 23 10:45:41 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2927] 199.204.45.155 () {34 vars in 993 bytes} [Thu Apr 23 10:45:43 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => generated 1198 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 10:45:43.814 7 INFO neutron_taas.services.taas.taas_plugin [req-944432d3-c12a-4328-b1cd-01fc03f22c89 req-3bd5a3be-d126-4f0e-ad59-bc303441c64e dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 849be3e2-e3fc-4a2a-a26b-41329dc3735c 2026-04-23 10:45:43.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-944432d3-c12a-4328-b1cd-01fc03f22c89 req-3bd5a3be-d126-4f0e-ad59-bc303441c64e dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 849be3e2-e3fc-4a2a-a26b-41329dc3735c [pid: 7|app: 0|req: 1447/2928] 199.204.45.155 () {36 vars in 996 bytes} [Thu Apr 23 10:45:43 2026] DELETE /v2.0/ports/849be3e2-e3fc-4a2a-a26b-41329dc3735c => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:44.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2641b6f2-bf58-4e16-b9ca-e6f7aea3d8f2'] response: {'server_uuid': '4e5f0dcb-b165-496b-bd10-7284873e83b3', 'name': 'network-vif-deleted', 'tag': '849be3e2-e3fc-4a2a-a26b-41329dc3735c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1482/2929] 10.0.0.242 () {34 vars in 989 bytes} [Thu Apr 23 10:45:46 2026] GET /v2.0/ports?device_id=4e5f0dcb-b165-496b-bd10-7284873e83b3 => 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: 1484/2932] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:51 2026] DELETE /v2.0/security-group-rules/bced3aa8-9e97-4417-a4f4-6e70b7b30d4c => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:51.570 7 INFO neutron.api.v2.resource [None req-8b649895-ea16-4a35-9337-07851cc20506 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1449/2933] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/security-group-rules/bced3aa8-9e97-4417-a4f4-6e70b7b30d4c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2934] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:51 2026] DELETE /v2.0/security-group-rules/98f1f562-a85e-4aa0-a789-6e0fffa10e04 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:51.655 7 INFO neutron.api.v2.resource [None req-4b274450-94e1-4e0b-9a3c-ad71205d89d6 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/2935] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/security-group-rules/98f1f562-a85e-4aa0-a789-6e0fffa10e04 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2936] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:51 2026] DELETE /v2.0/security-group-rules/ca752438-a001-412b-b44d-d5a54c2e72c3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:51.742 7 INFO neutron.api.v2.resource [None req-9c2efdda-4c72-4dfb-9949-95d684b7a7a4 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1451/2937] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/security-group-rules/ca752438-a001-412b-b44d-d5a54c2e72c3 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2938] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:51 2026] DELETE /v2.0/security-group-rules/95355e61-33f5-4ad0-9c2d-01350604b4db => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:51.829 7 INFO neutron.api.v2.resource [None req-2e9db53a-de85-4230-acd8-7ebdf1acad48 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1452/2939] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/security-group-rules/95355e61-33f5-4ad0-9c2d-01350604b4db => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2940] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:51 2026] DELETE /v2.0/security-group-rules/191629f5-cdd4-4276-b284-51dc1f60e8c8 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:51.914 7 INFO neutron.api.v2.resource [None req-d1639111-bb73-4c80-bf90-a9af5c0f9baf dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1453/2941] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/security-group-rules/191629f5-cdd4-4276-b284-51dc1f60e8c8 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2942] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:51 2026] DELETE /v2.0/security-group-rules/cb8a7d65-80ab-4767-bd7b-3163e811119f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.002 7 INFO neutron.api.v2.resource [None req-661ec793-dc0c-43e0-9b71-cb8362993a0f dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1454/2943] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:51 2026] GET /v2.0/security-group-rules/cb8a7d65-80ab-4767-bd7b-3163e811119f => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2944] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:52 2026] DELETE /v2.0/security-group-rules/47b8478b-0267-4cb7-ad1b-dc13d37e53f0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.098 7 INFO neutron.api.v2.resource [None req-5402d681-af2b-41d4-9058-cab449de2686 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1455/2945] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:52 2026] GET /v2.0/security-group-rules/47b8478b-0267-4cb7-ad1b-dc13d37e53f0 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2946] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:52 2026] DELETE /v2.0/security-group-rules/a3223930-8499-44ba-b811-9914a4c3e5fd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.184 7 INFO neutron.api.v2.resource [None req-96a82e1e-dfbb-4117-a868-15addbd6506d dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1456/2947] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:52 2026] GET /v2.0/security-group-rules/a3223930-8499-44ba-b811-9914a4c3e5fd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2948] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:52 2026] DELETE /v2.0/security-group-rules/367d1e50-60fc-4604-973e-065b77bfcbc9 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.281 7 INFO neutron.api.v2.resource [None req-2bd5874d-f403-4548-bd94-c0df3c0b7e57 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/2949] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:52 2026] GET /v2.0/security-group-rules/367d1e50-60fc-4604-973e-065b77bfcbc9 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2950] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:52 2026] DELETE /v2.0/security-group-rules/aa47ae83-4575-42a9-9402-45b2bd0d2bec => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.371 7 INFO neutron.api.v2.resource [None req-5c4ced63-fd06-4875-874c-e5d5c81f4666 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1458/2951] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:52 2026] GET /v2.0/security-group-rules/aa47ae83-4575-42a9-9402-45b2bd0d2bec => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2952] 10.0.0.234 () {32 vars in 749 bytes} [Thu Apr 23 10:45:52 2026] DELETE /v2.0/security-group-rules/bf648ae9-14d2-4f7c-babc-3740897339a1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.464 7 INFO neutron.api.v2.resource [None req-05ec5f92-a8da-4085-8e75-372e4b3b7ebe dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1459/2953] 10.0.0.234 () {32 vars in 746 bytes} [Thu Apr 23 10:45:52 2026] GET /v2.0/security-group-rules/bf648ae9-14d2-4f7c-babc-3740897339a1 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2954] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:45:52 2026] DELETE /v2.0/security-groups/cec482a0-86ba-4fe4-999e-f5287e08ab51 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:52.575 7 INFO neutron.api.v2.resource [None req-70c7a7ef-3f48-46da-b378-35b5050ac88d dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1460/2955] 10.0.0.234 () {32 vars in 736 bytes} [Thu Apr 23 10:45:52 2026] GET /v2.0/security-groups/cec482a0-86ba-4fe4-999e-f5287e08ab51 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:53.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ac008de-4ea8-443d-b9fc-21c258f06127 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 9466e017-d23c-409f-81e3-f7f5f6813b96 2026-04-23 10:45:53.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ac008de-4ea8-443d-b9fc-21c258f06127 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 9466e017-d23c-409f-81e3-f7f5f6813b96 [pid: 8|app: 0|req: 1496/2956] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:45:52 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:53.881 7 INFO neutron.api.v2.resource [None req-57327628-6785-4a97-a3b3-e012117d59b1 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/2957] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:45:53 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:54.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-223c2bda-0752-44b7-9142-c1a99d727eb7 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 5f6cc9c5-f3b3-47de-b133-0fa62b12377f 2026-04-23 10:45:54.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-223c2bda-0752-44b7-9142-c1a99d727eb7 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 5f6cc9c5-f3b3-47de-b133-0fa62b12377f [pid: 8|app: 0|req: 1497/2958] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:45:53 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:55.098 7 INFO neutron.api.v2.resource [None req-d541b6a8-7b8c-4d06-8f3a-67740002b21b dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1462/2959] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:45:54 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/remove_router_interface => generated 198 bytes in 190 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:55.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-03fae86f-1f8e-4cc4-bd83-e46f1333520d dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 3fd1899f-36a0-474a-87b4-84bf1b7d9c5f 2026-04-23 10:45:55.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03fae86f-1f8e-4cc4-bd83-e46f1333520d dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 3fd1899f-36a0-474a-87b4-84bf1b7d9c5f [pid: 8|app: 0|req: 1498/2960] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:45:55 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 10:45:56.272 7 INFO neutron.api.v2.resource [None req-d1dced76-23a5-4174-98e2-7f422c961cda dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2961] 10.0.0.234 () {34 vars in 788 bytes} [Thu Apr 23 10:45:56 2026] PUT /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8/remove_router_interface => generated 198 bytes in 179 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:56.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-6594c4e2-d3e0-40ec-b9d0-bffd3d62c138 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: ec56e553-3c26-4f13-afcd-90318688c170 2026-04-23 10:45:56.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6594c4e2-d3e0-40ec-b9d0-bffd3d62c138 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: ec56e553-3c26-4f13-afcd-90318688c170 2026-04-23 10:45:56.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-6594c4e2-d3e0-40ec-b9d0-bffd3d62c138 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 724faf6a-2de4-4a63-895f-56d3cb4ad565 2026-04-23 10:45:56.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6594c4e2-d3e0-40ec-b9d0-bffd3d62c138 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 724faf6a-2de4-4a63-895f-56d3cb4ad565 2026-04-23 10:45:57.088 8 INFO neutron.db.l3_hamode_db [None req-6594c4e2-d3e0-40ec-b9d0-bffd3d62c138 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] HA network 1a9e9f5f-ff01-44f2-8de0-e6bd1b4afc25 was deleted as no HA routers are present in tenant 80c82515847345eaa8928a03351cf5c8. [pid: 8|app: 0|req: 1499/2962] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:56 2026] DELETE /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 10:45:57.112 8 INFO neutron.services.segments.plugin [-] Segment 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 resource provider aggregate not found 2026-04-23 10:45:57.123 8 INFO neutron.services.segments.plugin [-] Segment 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 resource provider aggregate not found 2026-04-23 10:45:57.124 7 INFO neutron.api.v2.resource [None req-f27f1699-0df8-45a2-9a4c-72a36c15f320 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1464/2963] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:57 2026] GET /v2.0/routers/b9d82b89-9bd5-47be-8aab-6d63e13125b8 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:57.135 8 INFO neutron.services.segments.plugin [-] Segment 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 found for delete ", "request_id": "req-df22e3ec-29ca-45f1-9ca7-a73ce7822c9b"}]} 2026-04-23 10:45:57.141 8 INFO neutron.services.segments.plugin [-] Segment 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e9eb1f7-891b-4cf6-8dfc-b9c1ee09d527 found for delete ", "request_id": "req-b15bbc30-6a39-476c-9819-5613dae652b8"}]} [pid: 8|app: 0|req: 1500/2964] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:57 2026] DELETE /v2.0/subnets/6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:57.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d346f181-84ad-4636-93f8-829e364d1493 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/2965] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:57 2026] GET /v2.0/subnets/6f2fbdd6-39fb-4120-b455-be20f22936b8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2966] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:57 2026] DELETE /v2.0/subnets/c46b31ae-1b98-4453-ad82-7e668c849a8a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:57.486 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6804f7a0-c7e6-4c46-8d69-f5e6686bb21b dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1466/2967] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:57 2026] GET /v2.0/subnets/c46b31ae-1b98-4453-ad82-7e668c849a8a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:57.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f052231-e680-49d9-a85b-724e56050ac8 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 512b38a6-7e30-4629-a7f2-abbf6771e5c9 2026-04-23 10:45:57.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f052231-e680-49d9-a85b-724e56050ac8 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 512b38a6-7e30-4629-a7f2-abbf6771e5c9 [pid: 8|app: 0|req: 1502/2968] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:45:57 2026] DELETE /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:57.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e035c00f-7958-4347-9ccd-a88c492841d7 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1467/2969] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:45:57 2026] GET /v2.0/networks/e3449f75-a39a-49ee-8a16-f2dbebcf8d2b => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2970] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:57 2026] DELETE /v2.0/subnets/da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:57.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad58faf3-8209-46c6-bb61-9b8b8dd5890a dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1468/2971] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:57 2026] GET /v2.0/subnets/da23271f-3531-4aa0-a8c0-76580dae56f8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2972] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:57 2026] DELETE /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:58.160 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25bc4d0a-42b2-45cc-b9c6-4310d06993e6 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/2973] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:58 2026] GET /v2.0/subnets/86c61b65-0e0b-47fe-a149-50272823dd40 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:58.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ffe4342-f9db-4965-8cdd-8f648b35dbde dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 908fe0ec-be3a-4600-b9ba-751b320e315e 2026-04-23 10:45:58.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ffe4342-f9db-4965-8cdd-8f648b35dbde dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 908fe0ec-be3a-4600-b9ba-751b320e315e [pid: 8|app: 0|req: 1505/2974] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:45:58 2026] DELETE /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:58.459 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c147292-2d3d-44b6-b29d-b69d355b0ee6 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/2975] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:45:58 2026] GET /v2.0/networks/839df1ea-ba14-43e0-be9e-7ec3f258e444 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2976] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:58 2026] DELETE /v2.0/subnets/6d5ea152-eb4c-46c8-8422-837f377b3ee9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:58.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2267414-c42e-44a8-b2dc-047b46d317a8 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1471/2977] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:58 2026] GET /v2.0/subnets/6d5ea152-eb4c-46c8-8422-837f377b3ee9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2978] 10.0.0.234 () {32 vars in 723 bytes} [Thu Apr 23 10:45:58 2026] DELETE /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:58.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5faf9d1-749f-446e-8562-48beced18b0b dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/2979] 10.0.0.234 () {32 vars in 720 bytes} [Thu Apr 23 10:45:58 2026] GET /v2.0/subnets/13ae38d1-7cd9-451a-950e-7ea3f2941b24 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:58.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-f72d2348-b0f5-4595-bb27-3dc3450998f0 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] TaaS: Handle Delete Port: 2c366342-1e95-4e7c-b32d-b28c09309eee 2026-04-23 10:45:58.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f72d2348-b0f5-4595-bb27-3dc3450998f0 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] Tap Mirror: Handle Delete Port: 2c366342-1e95-4e7c-b32d-b28c09309eee 2026-04-23 10:45:59.154 8 INFO neutron.services.segments.plugin [-] Segment 939a84d0-4d34-4e07-93c2-6919b2041546 resource provider aggregate not found 2026-04-23 10:45:59.163 8 INFO neutron.services.segments.plugin [-] Segment 939a84d0-4d34-4e07-93c2-6919b2041546 resource provider aggregate not found 2026-04-23 10:45:59.176 8 INFO neutron.services.segments.plugin [-] Segment 939a84d0-4d34-4e07-93c2-6919b2041546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939a84d0-4d34-4e07-93c2-6919b2041546 found for delete ", "request_id": "req-145682b5-d377-48a0-84d2-fa7c3642abd4"}]} 2026-04-23 10:45:59.185 8 INFO neutron.services.segments.plugin [-] Segment 939a84d0-4d34-4e07-93c2-6919b2041546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939a84d0-4d34-4e07-93c2-6919b2041546 found for delete ", "request_id": "req-8d3b879e-e55c-47f1-9821-f68968a9c51b"}]} [pid: 8|app: 0|req: 1508/2980] 10.0.0.234 () {32 vars in 725 bytes} [Thu Apr 23 10:45:58 2026] DELETE /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 10:45:59.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67872e0c-6fe6-4c94-93f9-2fb24380eae8 dc9e6349f36e400b9ed917619076f115 80c82515847345eaa8928a03351cf5c8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1473/2981] 10.0.0.234 () {32 vars in 722 bytes} [Thu Apr 23 10:45:59 2026] GET /v2.0/networks/6cebe35a-a075-4f19-81eb-c74768e565b1 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 10:45:59.204 8 INFO neutron.services.segments.plugin [-] Segment cff3e670-dc5f-4637-a58a-0167876c49ed resource provider aggregate not found 2026-04-23 10:45:59.207 8 INFO neutron.services.segments.plugin [-] Segment cff3e670-dc5f-4637-a58a-0167876c49ed resource provider aggregate not found 2026-04-23 10:45:59.222 8 INFO neutron.services.segments.plugin [-] Segment cff3e670-dc5f-4637-a58a-0167876c49ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff3e670-dc5f-4637-a58a-0167876c49ed found for delete ", "request_id": "req-125140ff-8ae4-4063-b17f-bb1c6bf80eb1"}]} 2026-04-23 10:45:59.226 8 INFO neutron.services.segments.plugin [-] Segment cff3e670-dc5f-4637-a58a-0167876c49ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff3e670-dc5f-4637-a58a-0167876c49ed found for delete ", "request_id": "req-58943c9d-e022-449d-b553-8849f36dc1fc"}]} 2026-04-23 10:45:59.237 8 INFO neutron.services.segments.plugin [-] Segment d93797c6-526e-4610-9b14-45b515294d3d resource provider aggregate not found 2026-04-23 10:45:59.243 8 INFO neutron.services.segments.plugin [-] Segment d93797c6-526e-4610-9b14-45b515294d3d resource provider aggregate not found 2026-04-23 10:45:59.259 8 INFO neutron.services.segments.plugin [-] Segment d93797c6-526e-4610-9b14-45b515294d3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d93797c6-526e-4610-9b14-45b515294d3d found for delete ", "request_id": "req-16135274-8208-4377-a975-f7617ce2c89e"}]} 2026-04-23 10:45:59.261 8 INFO neutron.services.segments.plugin [-] Segment d93797c6-526e-4610-9b14-45b515294d3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d93797c6-526e-4610-9b14-45b515294d3d found for delete ", "request_id": "req-94363d5a-5a06-42a3-8e1e-30543efe1c2d"}]} [pid: 8|app: 0|req: 1509/2984] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:01 2026] GET /v2.0/security-groups?tenant_id=9a81adce5b7a490db5367e7a7bd59d7a&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2985] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:01 2026] DELETE /v2.0/security-groups/037375df-6ff9-4e74-ae1c-b79d5260acc9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2986] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:01 2026] GET /v2.0/security-groups?tenant_id=71178e1c43354f5fb94724b3a60f078c&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2987] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:02 2026] DELETE /v2.0/security-groups/ce1cf269-0ee6-4020-a3a2-2c8136fab433 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2988] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:02 2026] GET /v2.0/security-groups?tenant_id=4109f1e797ba4cf88488eb19d2bf369b&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2989] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:02 2026] DELETE /v2.0/security-groups/1f9df315-d6b9-4f25-9f18-9863c283b4a3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2990] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:02 2026] GET /v2.0/security-groups?tenant_id=80c82515847345eaa8928a03351cf5c8&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2991] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:02 2026] DELETE /v2.0/security-groups/75ee7c93-6d6c-4349-bd30-8f9d55ec15e7 => 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: 1513/2992] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:02 2026] GET /v2.0/security-groups?tenant_id=a0ce228f0098484c8247d432e27f2f6d&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2993] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:03 2026] DELETE /v2.0/security-groups/c9a7c633-53ae-4e88-9d26-9e78987b2fe9 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2994] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:03 2026] GET /v2.0/security-groups?tenant_id=2a8765c788374cd8adbd8e3b573c3a18&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2995] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:03 2026] DELETE /v2.0/security-groups/6f52228b-09bb-448b-a94e-d706a3585cfd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2996] 10.0.0.234 () {32 vars in 773 bytes} [Thu Apr 23 10:46:03 2026] GET /v2.0/security-groups?tenant_id=24f4c6141a1349378b327ad530192168&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: 1482/2997] 10.0.0.234 () {32 vars in 739 bytes} [Thu Apr 23 10:46:03 2026] DELETE /v2.0/security-groups/a102d3c4-aebc-4660-9ab4-b408794194e5 => 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: 1516/2998] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:46:06 2026] GET /v2.0/networks => generated 2168 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2999] 10.0.0.234 () {32 vars in 654 bytes} [Thu Apr 23 10:46:08 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: 1517/3000] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3001] 10.0.0.234 () {32 vars in 642 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3002] 10.0.0.234 () {32 vars in 646 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3003] 10.0.0.234 () {32 vars in 648 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3004] 10.0.0.234 () {32 vars in 662 bytes} [Thu Apr 23 10:46:08 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3005] 10.0.0.234 () {32 vars in 654 bytes} [Thu Apr 23 10:46:08 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)