+ 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 9 01:39:47 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-7fc7f6b74c-f66bj 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 0x7f46f8e48668 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-09 01:39:51.501 8 INFO neutron.common.config [-] Logging enabled! 2026-04-09 01:39:51.501 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-09 01:39:51.592 7 INFO neutron.common.config [-] Logging enabled! 2026-04-09 01:39:51.592 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-09 01:39:52.483 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-09 01:39:52.603 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-09 01:39:53.932 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 01:39:53.934 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-09 01:39:53.938 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-09 01:39:53.939 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 01:39:53.939 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-09 01:39:53.939 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-09 01:39:53.939 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 01:39:53.947 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 01:39:53.947 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 01:39:53.947 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 01:39:53.968 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-09 01:39:53.969 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 01:39:53.970 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-09 01:39:53.996 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-09 01:39:53.997 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-09 01:39:53.997 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-09 01:39:53.997 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-09 01:39:54.070 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 01:39:54.072 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-09 01:39:54.076 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-09 01:39:54.077 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 01:39:54.077 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-09 01:39:54.077 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-09 01:39:54.077 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 01:39:54.085 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 01:39:54.085 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 01:39:54.085 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 01:39:54.106 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-09 01:39:54.107 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 01:39:54.107 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-09 01:39:54.134 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-09 01:39:54.134 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-09 01:39:54.134 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-09 01:39:54.134 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-09 01:39:54.308 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing driver for type 'vlan' 2026-04-09 01:39:54.418 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing driver for type 'vlan' 2026-04-09 01:39:54.584 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] VlanTypeDriver initialization complete 2026-04-09 01:39:54.585 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing driver for type 'vxlan' 2026-04-09 01:39:54.585 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing extension driver 'port_security' 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing extension driver 'qos' 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-09 01:39:54.598 8 INFO neutron.plugins.ml2.managers [None req-8076033d-9ee7-4761-bfd1-396267789159 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-09 01:39:54.610 8 INFO neutron.quota [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded quota_driver: . 2026-04-09 01:39:54.610 8 INFO neutron.plugins.ml2.plugin [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Modular L2 Plugin initialization complete 2026-04-09 01:39:54.610 8 INFO neutron.plugins.ml2.managers [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-09 01:39:54.611 8 INFO neutron.plugins.ml2.managers [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-09 01:39:54.611 8 INFO neutron.plugins.ml2.managers [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Got port-security extension from driver 'port_security' 2026-04-09 01:39:54.611 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: qos 2026-04-09 01:39:54.623 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: router 2026-04-09 01:39:54.667 8 INFO neutron.services.service_base [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-09 01:39:54.668 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: segments 2026-04-09 01:39:54.686 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] VlanTypeDriver initialization complete 2026-04-09 01:39:54.686 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing driver for type 'vxlan' 2026-04-09 01:39:54.686 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-09 01:39:54.699 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-09 01:39:54.699 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-09 01:39:54.699 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing extension driver 'port_security' 2026-04-09 01:39:54.700 7 INFO neutron.plugins.ml2.extensions.port_security [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-09 01:39:54.700 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing extension driver 'qos' 2026-04-09 01:39:54.700 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-09 01:39:54.700 7 INFO neutron.plugins.ml2.managers [None req-660f2648-5ee1-47b4-88f3-c637677248df - - - - - -] Initializing mechanism driver 'l2population' 2026-04-09 01:39:54.714 7 INFO neutron.quota [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded quota_driver: . 2026-04-09 01:39:54.715 7 INFO neutron.plugins.ml2.plugin [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Modular L2 Plugin initialization complete 2026-04-09 01:39:54.715 7 INFO neutron.plugins.ml2.managers [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-09 01:39:54.715 7 INFO neutron.plugins.ml2.managers [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-09 01:39:54.715 7 INFO neutron.plugins.ml2.managers [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Got port-security extension from driver 'port_security' 2026-04-09 01:39:54.715 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: qos 2026-04-09 01:39:54.728 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: router 2026-04-09 01:39:54.762 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: trunk 2026-04-09 01:39:54.772 7 INFO neutron.services.service_base [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-09 01:39:54.772 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: segments 2026-04-09 01:39:54.776 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: vpnaas 2026-04-09 01:39:54.815 8 WARNING stevedore.named [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 01:39:54.867 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: trunk 2026-04-09 01:39:54.881 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: vpnaas 2026-04-09 01:39:54.887 8 INFO neutron_vpnaas.services.vpn.plugin [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-09 01:39:54.888 8 INFO neutron.common.utils [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-09 01:39:54.888 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: taas 2026-04-09 01:39:54.913 8 WARNING stevedore.named [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 01:39:54.914 8 WARNING stevedore.named [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 01:39:54.919 7 WARNING stevedore.named [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 01:39:54.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-09 01:39:54.936 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: tapmirror 2026-04-09 01:39:54.949 8 WARNING stevedore.named [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 01:39:54.949 8 WARNING stevedore.named [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 01:39:54.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-09 01:39:54.963 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: auto_allocate 2026-04-09 01:39:54.970 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: tag 2026-04-09 01:39:54.980 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-09 01:39:54.980 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: timestamp 2026-04-09 01:39:54.980 7 INFO neutron.common.utils [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-09 01:39:54.980 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: taas 2026-04-09 01:39:54.983 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: network_ip_availability 2026-04-09 01:39:54.987 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: flavors 2026-04-09 01:39:54.991 8 INFO neutron.manager [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loading Plugin: revisions 2026-04-09 01:39:54.994 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Initializing extension manager. 2026-04-09 01:39:54.995 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: address-group 2026-04-09 01:39:54.997 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: address-scope 2026-04-09 01:39:54.998 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-09 01:39:54.999 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: agent 2026-04-09 01:39:54.999 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: agent-resources-synced 2026-04-09 01:39:55.000 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: allowed-address-pairs 2026-04-09 01:39:55.001 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: auto-allocated-topology 2026-04-09 01:39:55.002 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: availability_zone 2026-04-09 01:39:55.002 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: availability_zone_filter 2026-04-09 01:39:55.003 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-09 01:39:55.003 7 WARNING stevedore.named [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 01:39:55.003 7 WARNING stevedore.named [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 01:39:55.003 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: default-subnetpools 2026-04-09 01:39:55.005 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-09 01:39:55.005 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: dns-integration 2026-04-09 01:39:55.006 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: dns-domain-ports 2026-04-09 01:39:55.006 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-09 01:39:55.007 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: dvr 2026-04-09 01:39:55.008 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-09 01:39:55.008 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: empty-string-filtering 2026-04-09 01:39:55.009 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 01:39:55.009 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-09 01:39:55.010 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: external-net 2026-04-09 01:39:55.010 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-09 01:39:55.011 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: extraroute 2026-04-09 01:39:55.011 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: extraroute-atomic 2026-04-09 01:39:55.012 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-09 01:39:55.012 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-09 01:39:55.013 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-09 01:39:55.014 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-09 01:39:55.015 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: fip-port-details 2026-04-09 01:39:55.015 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: flavors 2026-04-09 01:39:55.016 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-09 01:39:55.017 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: floatingip-pools 2026-04-09 01:39:55.018 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: ip_allocation 2026-04-09 01:39:55.018 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: ip-substring-filtering 2026-04-09 01:39:55.019 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: l2_adjacency 2026-04-09 01:39:55.020 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: router 2026-04-09 01:39:55.022 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 01:39:55.023 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-09 01:39:55.023 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-09 01:39:55.024 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: ext-gw-mode 2026-04-09 01:39:55.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-09 01:39:55.024 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: l3-ha 2026-04-09 01:39:55.025 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: tapmirror 2026-04-09 01:39:55.025 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-09 01:39:55.025 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-09 01:39:55.026 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: l3-flavors 2026-04-09 01:39:55.027 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-09 01:39:55.027 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-09 01:39:55.029 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-09 01:39:55.031 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-09 01:39:55.032 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-09 01:39:55.033 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-09 01:39:55.033 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-09 01:39:55.034 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: multi-provider 2026-04-09 01:39:55.034 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: net-mtu 2026-04-09 01:39:55.035 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: net-mtu-writable 2026-04-09 01:39:55.035 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: network_availability_zone 2026-04-09 01:39:55.036 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: network_ha 2026-04-09 01:39:55.037 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: network-ip-availability 2026-04-09 01:39:55.038 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-09 01:39:55.038 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: pagination 2026-04-09 01:39:55.038 7 WARNING stevedore.named [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 01:39:55.039 7 WARNING stevedore.named [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 01:39:55.039 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-device-profile 2026-04-09 01:39:55.039 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-09 01:39:55.040 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-09 01:39:55.040 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-09 01:39:55.041 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-mac-override 2026-04-09 01:39:55.041 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-09 01:39:55.042 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-09 01:39:55.042 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-09 01:39:55.043 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-resource-request 2026-04-09 01:39:55.043 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-resource-request-groups 2026-04-09 01:39:55.044 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-09 01:39:55.044 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: binding 2026-04-09 01:39:55.045 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: binding-extended 2026-04-09 01:39:55.046 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-security 2026-04-09 01:39:55.047 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: project-id 2026-04-09 01:39:55.047 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: provider 2026-04-09 01:39:55.048 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-09 01:39:55.050 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos 2026-04-09 01:39:55.051 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-09 01:39:55.051 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-09 01:39:55.052 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-default 2026-04-09 01:39:55.052 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-fip 2026-04-09 01:39:55.053 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-09 01:39:55.053 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-gateway-ip 2026-04-09 01:39:55.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-09 01:39:55.054 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-port-network-policy 2026-04-09 01:39:55.054 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: auto_allocate 2026-04-09 01:39:55.054 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-pps-minimum 2026-04-09 01:39:55.055 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-09 01:39:55.056 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-pps 2026-04-09 01:39:55.056 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-rule-type-details 2026-04-09 01:39:55.057 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-09 01:39:55.057 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: qos-rules-alias 2026-04-09 01:39:55.058 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: quota-check-limit 2026-04-09 01:39:55.059 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: quota-check-limit-default 2026-04-09 01:39:55.061 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: quotas 2026-04-09 01:39:55.062 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: quota_details 2026-04-09 01:39:55.062 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: tag 2026-04-09 01:39:55.063 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: rbac-policies 2026-04-09 01:39:55.064 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: rbac-address-group 2026-04-09 01:39:55.064 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: rbac-address-scope 2026-04-09 01:39:55.065 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: rbac-security-groups 2026-04-09 01:39:55.065 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: rbac-subnetpool 2026-04-09 01:39:55.066 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: revision-if-match 2026-04-09 01:39:55.066 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: standard-attr-revisions 2026-04-09 01:39:55.067 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: router_availability_zone 2026-04-09 01:39:55.068 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-09 01:39:55.069 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: security-groups-default-rules 2026-04-09 01:39:55.070 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-09 01:39:55.070 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-09 01:39:55.071 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-09 01:39:55.071 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: timestamp 2026-04-09 01:39:55.071 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-09 01:39:55.072 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-09 01:39:55.074 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: network_ip_availability 2026-04-09 01:39:55.077 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: security-group 2026-04-09 01:39:55.078 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: flavors 2026-04-09 01:39:55.079 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: segment 2026-04-09 01:39:55.079 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-09 01:39:55.080 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: service-type 2026-04-09 01:39:55.081 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: sorting 2026-04-09 01:39:55.081 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: standard-attr-segment 2026-04-09 01:39:55.082 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: standard-attr-description 2026-04-09 01:39:55.082 7 INFO neutron.manager [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loading Plugin: revisions 2026-04-09 01:39:55.082 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: stateful-security-group 2026-04-09 01:39:55.083 8 WARNING neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-09 01:39:55.083 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-09 01:39:55.084 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: subnet-external-network 2026-04-09 01:39:55.084 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: subnet_onboard 2026-04-09 01:39:55.085 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-09 01:39:55.085 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: subnet-service-types 2026-04-09 01:39:55.085 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Initializing extension manager. 2026-04-09 01:39:55.086 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: subnet_allocation 2026-04-09 01:39:55.087 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-09 01:39:55.087 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: address-group 2026-04-09 01:39:55.087 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: tag-creation 2026-04-09 01:39:55.088 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-09 01:39:55.088 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: address-scope 2026-04-09 01:39:55.089 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-09 01:39:55.090 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: agent 2026-04-09 01:39:55.090 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: agent-resources-synced 2026-04-09 01:39:55.091 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: allowed-address-pairs 2026-04-09 01:39:55.092 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: standard-attr-tag 2026-04-09 01:39:55.092 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: auto-allocated-topology 2026-04-09 01:39:55.092 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-09 01:39:55.093 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: trunk 2026-04-09 01:39:55.093 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: availability_zone 2026-04-09 01:39:55.093 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: trunk-details 2026-04-09 01:39:55.094 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: availability_zone_filter 2026-04-09 01:39:55.094 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-09 01:39:55.094 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-09 01:39:55.094 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-09 01:39:55.095 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: default-subnetpools 2026-04-09 01:39:55.095 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-09 01:39:55.096 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-09 01:39:55.096 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-09 01:39:55.097 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: dns-integration 2026-04-09 01:39:55.098 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: dns-domain-ports 2026-04-09 01:39:55.098 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-09 01:39:55.098 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-09 01:39:55.098 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-09 01:39:55.099 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: dvr 2026-04-09 01:39:55.099 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: vpn-flavors 2026-04-09 01:39:55.099 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-09 01:39:55.100 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: empty-string-filtering 2026-04-09 01:39:55.100 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 01:39:55.100 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: vpnaas 2026-04-09 01:39:55.101 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-09 01:39:55.101 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: external-net 2026-04-09 01:39:55.102 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: taas 2026-04-09 01:39:55.102 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-09 01:39:55.103 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: extraroute 2026-04-09 01:39:55.103 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: tap-mirror 2026-04-09 01:39:55.103 8 INFO neutron.api.extensions [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Loaded extension: taas-vlan-filter 2026-04-09 01:39:55.103 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: extraroute-atomic 2026-04-09 01:39:55.104 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-09 01:39:55.105 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-09 01:39:55.106 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-09 01:39:55.106 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-09 01:39:55.106 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-09 01:39:55.106 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.106 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-09 01:39:55.106 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-09 01:39:55.107 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: fip-port-details 2026-04-09 01:39:55.108 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: flavors 2026-04-09 01:39:55.109 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 01:39:55.109 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-09 01:39:55.110 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 01:39:55.110 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: floatingip-pools 2026-04-09 01:39:55.111 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: ip_allocation 2026-04-09 01:39:55.111 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: ip-substring-filtering 2026-04-09 01:39:55.112 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: l2_adjacency 2026-04-09 01:39:55.113 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: router 2026-04-09 01:39:55.114 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 01:39:55.115 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 01:39:55.115 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 01:39:55.115 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 01:39:55.116 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-09 01:39:55.116 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-09 01:39:55.116 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.116 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.117 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: ext-gw-mode 2026-04-09 01:39:55.117 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.117 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.117 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: l3-ha 2026-04-09 01:39:55.118 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 01:39:55.118 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-09 01:39:55.118 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.119 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-09 01:39:55.119 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.119 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: l3-flavors 2026-04-09 01:39:55.119 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 01:39:55.120 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 01:39:55.120 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 01:39:55.120 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-09 01:39:55.120 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.121 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ipsecpolicy is already registered 2026-04-09 01:39:55.121 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-09 01:39:55.121 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.121 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ikepolicy is already registered 2026-04-09 01:39:55.123 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-09 01:39:55.124 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-09 01:39:55.125 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-09 01:39:55.126 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 01:39:55.126 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] router is already registered 2026-04-09 01:39:55.127 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-09 01:39:55.127 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 01:39:55.127 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] floatingip is already registered 2026-04-09 01:39:55.127 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-09 01:39:55.128 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: multi-provider 2026-04-09 01:39:55.128 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: net-mtu 2026-04-09 01:39:55.129 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: net-mtu-writable 2026-04-09 01:39:55.130 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: network_availability_zone 2026-04-09 01:39:55.130 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: network_ha 2026-04-09 01:39:55.130 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 01:39:55.131 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] rbac_policy is already registered 2026-04-09 01:39:55.131 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: network-ip-availability 2026-04-09 01:39:55.131 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 01:39:55.132 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] security_group is already registered 2026-04-09 01:39:55.132 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-09 01:39:55.132 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 01:39:55.132 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] security_group_rule is already registered 2026-04-09 01:39:55.132 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: pagination 2026-04-09 01:39:55.133 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-device-profile 2026-04-09 01:39:55.133 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.133 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.134 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-09 01:39:55.134 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.134 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.134 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-09 01:39:55.134 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 01:39:55.135 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] trunk is already registered 2026-04-09 01:39:55.135 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-09 01:39:55.135 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.135 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ikepolicy is already registered 2026-04-09 01:39:55.135 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-mac-override 2026-04-09 01:39:55.135 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.136 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ipsecpolicy is already registered 2026-04-09 01:39:55.136 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 01:39:55.136 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-09 01:39:55.136 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] endpoint_group is already registered 2026-04-09 01:39:55.136 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 01:39:55.137 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-09 01:39:55.137 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] vpnservice is already registered 2026-04-09 01:39:55.137 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 01:39:55.137 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ipsec_site_connection is already registered 2026-04-09 01:39:55.138 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-09 01:39:55.137 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.138 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ipsecpolicy is already registered 2026-04-09 01:39:55.138 8 INFO neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.138 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-resource-request 2026-04-09 01:39:55.138 8 WARNING neutron.quota.resource_registry [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] ikepolicy is already registered 2026-04-09 01:39:55.139 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-resource-request-groups 2026-04-09 01:39:55.139 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-09 01:39:55.140 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: binding 2026-04-09 01:39:55.141 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: binding-extended 2026-04-09 01:39:55.141 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-security 2026-04-09 01:39:55.142 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: project-id 2026-04-09 01:39:55.142 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: provider 2026-04-09 01:39:55.143 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-09 01:39:55.145 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos 2026-04-09 01:39:55.146 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-09 01:39:55.146 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-09 01:39:55.147 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-default 2026-04-09 01:39:55.147 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-fip 2026-04-09 01:39:55.148 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-09 01:39:55.148 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-gateway-ip 2026-04-09 01:39:55.149 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-port-network-policy 2026-04-09 01:39:55.150 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-pps-minimum 2026-04-09 01:39:55.150 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-09 01:39:55.151 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-pps 2026-04-09 01:39:55.152 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-rule-type-details 2026-04-09 01:39:55.152 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-09 01:39:55.153 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: qos-rules-alias 2026-04-09 01:39:55.153 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: quota-check-limit 2026-04-09 01:39:55.154 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: quota-check-limit-default 2026-04-09 01:39:55.156 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: quotas 2026-04-09 01:39:55.157 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: quota_details 2026-04-09 01:39:55.159 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: rbac-policies 2026-04-09 01:39:55.159 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: rbac-address-group 2026-04-09 01:39:55.160 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: rbac-address-scope 2026-04-09 01:39:55.160 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: rbac-security-groups 2026-04-09 01:39:55.161 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: rbac-subnetpool 2026-04-09 01:39:55.161 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: revision-if-match 2026-04-09 01:39:55.162 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: standard-attr-revisions 2026-04-09 01:39:55.163 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: router_availability_zone 2026-04-09 01:39:55.163 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-09 01:39:55.165 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: security-groups-default-rules 2026-04-09 01:39:55.166 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-09 01:39:55.166 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-09 01:39:55.167 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-09 01:39:55.167 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-09 01:39:55.168 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-09 01:39:55.173 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: security-group 2026-04-09 01:39:55.174 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: segment 2026-04-09 01:39:55.174 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-09 01:39:55.175 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: service-type 2026-04-09 01:39:55.176 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: sorting 2026-04-09 01:39:55.176 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: standard-attr-segment 2026-04-09 01:39:55.177 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: standard-attr-description 2026-04-09 01:39:55.177 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: stateful-security-group 2026-04-09 01:39:55.178 7 WARNING neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-09 01:39:55.178 8 WARNING keystonemiddleware._common.config [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-09 01:39:55.178 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-09 01:39:55.179 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: subnet-external-network 2026-04-09 01:39:55.180 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: subnet_onboard 2026-04-09 01:39:55.180 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-09 01:39:55.181 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: subnet-service-types 2026-04-09 01:39:55.181 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: subnet_allocation 2026-04-09 01:39:55.183 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-09 01:39:55.184 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: tag-creation 2026-04-09 01:39:55.184 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-09 01:39:55.187 8 WARNING oslo_config.cfg [None req-58244c34-ab7c-4fd9-b8db-9403c8e7e81b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-09 01:39:55.188 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: standard-attr-tag 2026-04-09 01:39:55.189 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-09 01:39:55.189 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: trunk WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f46f8e48668 pid: 8 (default app) 2026-04-09 01:39:55.190 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: trunk-details 2026-04-09 01:39:55.190 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-09 01:39:55.191 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-09 01:39:55.192 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-09 01:39:55.192 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-09 01:39:55.194 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-09 01:39:55.195 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-09 01:39:55.196 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: vpn-flavors 2026-04-09 01:39:55.197 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: vpnaas 2026-04-09 01:39:55.198 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: taas 2026-04-09 01:39:55.200 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: tap-mirror 2026-04-09 01:39:55.200 7 INFO neutron.api.extensions [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Loaded extension: taas-vlan-filter 2026-04-09 01:39:55.203 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-09 01:39:55.203 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-09 01:39:55.203 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.203 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-09 01:39:55.207 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 01:39:55.207 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 01:39:55.212 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 01:39:55.212 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 01:39:55.213 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 01:39:55.214 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.214 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.215 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.215 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.215 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 01:39:55.216 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.216 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.217 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 01:39:55.217 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 01:39:55.217 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 01:39:55.218 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.218 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ipsecpolicy is already registered 2026-04-09 01:39:55.219 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.219 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ikepolicy is already registered 2026-04-09 01:39:55.223 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 01:39:55.223 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] router is already registered 2026-04-09 01:39:55.224 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 01:39:55.224 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] floatingip is already registered 2026-04-09 01:39:55.234 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 01:39:55.234 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] rbac_policy is already registered 2026-04-09 01:39:55.235 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 01:39:55.236 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] security_group is already registered 2026-04-09 01:39:55.236 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 01:39:55.236 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] security_group_rule is already registered 2026-04-09 01:39:55.237 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.237 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.237 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 01:39:55.238 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] subnetpool is already registered 2026-04-09 01:39:55.238 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 01:39:55.238 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] trunk is already registered 2026-04-09 01:39:55.239 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.239 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ikepolicy is already registered 2026-04-09 01:39:55.239 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.239 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ipsecpolicy is already registered 2026-04-09 01:39:55.240 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 01:39:55.240 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] endpoint_group is already registered 2026-04-09 01:39:55.240 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 01:39:55.240 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] vpnservice is already registered 2026-04-09 01:39:55.241 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 01:39:55.241 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ipsec_site_connection is already registered 2026-04-09 01:39:55.241 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 01:39:55.241 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ipsecpolicy is already registered 2026-04-09 01:39:55.242 7 INFO neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 01:39:55.242 7 WARNING neutron.quota.resource_registry [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] ikepolicy is already registered 2026-04-09 01:39:55.280 7 WARNING keystonemiddleware._common.config [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-09 01:39:55.286 7 WARNING oslo_config.cfg [None req-9f6b49d3-88fd-4de6-a1cc-5694ddcfa44f - - - - - -] 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 0x7f46f8e48668 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-09 01:40:01.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c0f8c64-b98d-41ee-8625-46fd6edd1ae2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 01:40:00 2026] GET /v2.0/networks/public => generated 108 bytes in 830 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/5] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 01:40:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:40:02.038 8 WARNING neutron.services.revisions.revision_plugin [None req-b9ef1534-4814-4298-ad6c-f5ed3ac77f75 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Could not find related network for resource to bump revision. 2026-04-09 01:40:02.060 8 INFO neutron.db.segments_db [None req-b9ef1534-4814-4298-ad6c-f5ed3ac77f75 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 7b0f3554-6704-4f55-80b5-3854bb193224 of type flat for network f3a0dfa2-aadb-4523-b7aa-f73befddd8fb 2026-04-09 01:40:02.108 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9ef1534-4814-4298-ad6c-f5ed3ac77f75 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 162.253.55.200 () {48 vars in 968 bytes} [Thu Apr 9 01:40:01 2026] POST /v2.0/networks => generated 124 bytes in 443 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 01:40:07.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4afbfb4-f780-43a5-b749-f24faf817664 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 01:40:07 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: 3/9] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 01:40:07 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-09 01:40:08.049 8 WARNING neutron.services.revisions.revision_plugin [None req-bf637768-0e6b-4720-ad66-0420476d2d6c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Could not find related network for resource to bump revision. 2026-04-09 01:40:08.064 8 INFO neutron.db.segments_db [None req-bf637768-0e6b-4720-ad66-0420476d2d6c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 0ca40d3c-7d54-4328-8dea-4730ca8fb875 of type flat for network dca7de0c-fbb1-4553-aad4-8b0673063099 2026-04-09 01:40:08.090 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf637768-0e6b-4720-ad66-0420476d2d6c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 162.253.55.200 () {48 vars in 968 bytes} [Thu Apr 9 01:40:08 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 01:40:14.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ad5c756-47fc-462a-9521-322a59497f34 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 01:40:13 2026] GET /v2.0/networks/public => generated 108 bytes in 381 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 01:40:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:40:14.502 7 WARNING neutron.services.revisions.revision_plugin [None req-2c0f21e3-d573-4df0-92c4-04077a4bc0ff 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Could not find related network for resource to bump revision. 2026-04-09 01:40:14.525 7 INFO neutron.db.segments_db [None req-2c0f21e3-d573-4df0-92c4-04077a4bc0ff 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 46743c31-51e4-4cf0-b4ef-84f191434f05 of type flat for network c5f910f1-3531-4a87-9511-ef8950b36fce 2026-04-09 01:40:14.567 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c0f21e3-d573-4df0-92c4-04077a4bc0ff 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 162.253.55.200 () {48 vars in 968 bytes} [Thu Apr 9 01:40:14 2026] POST /v2.0/networks => generated 124 bytes in 286 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 01:40:20.430 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa1e4241-4f9a-4702-84bb-b03c3ad3eff1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 01:40:20 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: 10/16] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 01:40:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:40:20.500 7 WARNING neutron.services.revisions.revision_plugin [None req-932df9d8-cad6-4ecc-8e90-373c4edb7310 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Could not find related network for resource to bump revision. 2026-04-09 01:40:20.516 7 INFO neutron.db.segments_db [None req-932df9d8-cad6-4ecc-8e90-373c4edb7310 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment be93c03e-d77d-4cc8-8b1c-3e8bf284e1a8 of type flat for network 1b474501-8ad3-4a24-80f9-67e59731be42 2026-04-09 01:40:20.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-932df9d8-cad6-4ecc-8e90-373c4edb7310 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 162.253.55.200 () {48 vars in 968 bytes} [Thu Apr 9 01:40:20 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 01:40:26.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bac2be8-75ac-4812-8f26-f993de5caa50 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 01:40:26 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 01:40:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:40:26.683 8 WARNING neutron.services.revisions.revision_plugin [None req-3509fd4d-bc46-4f1d-af29-c5ed9a441269 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Could not find related network for resource to bump revision. 2026-04-09 01:40:26.694 8 INFO neutron.db.segments_db [None req-3509fd4d-bc46-4f1d-af29-c5ed9a441269 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment fdbed011-1498-4451-8845-c300fe41dd7e of type flat for network c47450a7-02e8-4fe1-a217-776e8780ed97 [pid: 8|app: 0|req: 12/20] 162.253.55.200 () {48 vars in 968 bytes} [Thu Apr 9 01:40:26 2026] POST /v2.0/networks => generated 706 bytes in 1757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 01:40:29.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02201f8c-5fda-44e1-aaf6-c2e07b5d308d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 01:40:29 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 01:40:29 2026] GET /v2.0/networks?name=public => generated 709 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 01:40:29.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca62d021-fe00-450a-bf30-f242d0c4bfcb 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 162.253.55.200 () {44 vars in 1035 bytes} [Thu Apr 9 01:40:29 2026] GET /v2.0/subnets/public-subnet?network_id=c47450a7-02e8-4fe1-a217-776e8780ed97 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/24] 162.253.55.200 () {44 vars in 1058 bytes} [Thu Apr 9 01:40:29 2026] GET /v2.0/subnets?name=public-subnet&network_id=c47450a7-02e8-4fe1-a217-776e8780ed97 => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:40:29.538 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a1eaf884-e37b-427e-bd42-b52370349886 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network c47450a7-02e8-4fe1-a217-776e8780ed97: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 11/25] 162.253.55.200 () {48 vars in 966 bytes} [Thu Apr 9 01:40:29 2026] POST /v2.0/subnets => generated 664 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 01:45:17.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44f7cad7-41af-40f5-b72c-35d817d54f5d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 30/63] 162.253.55.200 () {44 vars in 938 bytes} [Thu Apr 9 01:45:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/64] 162.253.55.200 () {44 vars in 960 bytes} [Thu Apr 9 01:45:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:45:17.157 7 INFO neutron.db.segments_db [None req-fc9dd384-9d2e-4f86-b2a5-1066153bce14 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment f7517d50-7537-4d1f-8865-6286c643b7a0 of type vxlan for network eab52e04-8808-4cad-ba2b-91a9aa2766eb [pid: 7|app: 0|req: 31/65] 162.253.55.200 () {48 vars in 967 bytes} [Thu Apr 9 01:45:17 2026] POST /v2.0/networks => generated 688 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 01:45:18.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c021f78-ff48-450a-b848-29153e90ad9c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 162.253.55.200 () {44 vars in 938 bytes} [Thu Apr 9 01:45:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 162.253.55.200 () {44 vars in 960 bytes} [Thu Apr 9 01:45:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 01:45:18.192 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a353aa5-c836-460f-96ea-ca9adfb236d0 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/68] 162.253.55.200 () {44 vars in 1037 bytes} [Thu Apr 9 01:45:18 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 162.253.55.200 () {44 vars in 1060 bytes} [Thu Apr 9 01:45:18 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:45:18.397 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cab7c645-e000-4730-8cae-e66b011804bb 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network eab52e04-8808-4cad-ba2b-91a9aa2766eb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 37/70] 162.253.55.200 () {48 vars in 966 bytes} [Thu Apr 9 01:45:18 2026] POST /v2.0/subnets => generated 651 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 01:45:19.527 7 INFO neutron.api.v2.resource [None req-e4675a92-dbfd-4321-bb43-555a615c1806 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/73] 162.253.55.200 () {44 vars in 972 bytes} [Thu Apr 9 01:45:19 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 162.253.55.200 () {44 vars in 994 bytes} [Thu Apr 9 01:45:19 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 162.253.55.200 () {48 vars in 981 bytes} [Thu Apr 9 01:45:19 2026] POST /v2.0/security-groups => generated 1616 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:20 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 1616 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:20 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:20 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:22 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:22 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:22 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:23 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 3462 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:23 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => 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: 47/90] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:23 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:24 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:24 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:24 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 162.253.55.200 () {44 vars in 988 bytes} [Thu Apr 9 01:45:26 2026] GET /v2.0/networks/eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 726 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 01:45:26.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a090dcbe-2d83-4fc3-bc7d-d53527aebac0 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 47/97] 162.253.55.200 () {44 vars in 1077 bytes} [Thu Apr 9 01:45:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 162.253.55.200 () {44 vars in 1100 bytes} [Thu Apr 9 01:45:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => 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: 48/99] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:26 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 01:45:26.580 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f817dc51-8516-47f1-a33a-328465070a0a 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network eab52e04-8808-4cad-ba2b-91a9aa2766eb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 52/100] 162.253.55.200 () {48 vars in 962 bytes} [Thu Apr 9 01:45:26 2026] POST /v2.0/ports => generated 1100 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 01:45:33.417 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb4c7fed-e7f6-4e38-b969-33a24beab708 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/101] 162.253.55.200 () {44 vars in 980 bytes} [Thu Apr 9 01:45:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/104] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 01:45:34.236 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.237 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 2 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.256 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.256 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 3 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.275 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.275 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 4 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.293 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.294 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 5 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.313 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.313 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 6 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.343 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.343 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 7 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.371 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.371 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 8 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.404 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.405 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 9 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.428 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] 2026-04-09 01:45:34.428 7 INFO neutron.plugins.ml2.plugin [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Attempt 10 to bind port 870479a1-6982-49df-8928-096d3992d27a 2026-04-09 01:45:34.456 7 ERROR neutron.plugins.ml2.managers [None req-42f2f9c2-b596-474e-a37f-6dd3ca51618e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Failed to bind port 870479a1-6982-49df-8928-096d3992d27a on host instance for vnic_type normal using segments [{'id': 'f7517d50-7537-4d1f-8865-6286c643b7a0', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 935, 'network_id': 'eab52e04-8808-4cad-ba2b-91a9aa2766eb'}] [pid: 7|app: 0|req: 52/105] 162.253.55.200 () {48 vars in 1032 bytes} [Thu Apr 9 01:45:33 2026] PUT /v2.0/ports/870479a1-6982-49df-8928-096d3992d27a => generated 1115 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/106] 162.253.55.200 () {44 vars in 921 bytes} [Thu Apr 9 01:45:36 2026] GET /v2.0/ports => generated 1118 bytes in 77 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-09 01:45:37.076 7 INFO neutron.api.v2.resource [None req-53fbb806-2d3b-4497-8efc-337fed7897ef 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/107] 162.253.55.200 () {44 vars in 960 bytes} [Thu Apr 9 01:45:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/108] 162.253.55.200 () {44 vars in 982 bytes} [Thu Apr 9 01:45:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/109] 162.253.55.200 () {48 vars in 981 bytes} [Thu Apr 9 01:45:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/110] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:38 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/111] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:38 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:38 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:38 2026] POST /v2.0/security-group-rules => generated 623 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:39 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:39 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:45:39 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:45:39 2026] POST /v2.0/security-group-rules => generated 627 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/126] 162.253.55.200 () {44 vars in 976 bytes} [Thu Apr 9 01:46:43 2026] GET /v2.0/quotas/2e4909364f9f44aab6bf086b7fd1debd => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/127] 162.253.55.200 () {48 vars in 1028 bytes} [Thu Apr 9 01:46:43 2026] PUT /v2.0/quotas/2e4909364f9f44aab6bf086b7fd1debd => generated 291 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 01:49:04.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8edd6e1b-1386-4867-ae9a-25ad090684ee 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/148] 162.253.55.200 () {30 vars in 741 bytes} [Thu Apr 9 01:49:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/149] 162.253.55.200 () {30 vars in 763 bytes} [Thu Apr 9 01:49:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1118 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 01:49:06.321 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67b64985-b2ed-4ea2-bc64-fb765b134a1a 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/150] 162.253.55.200 () {30 vars in 741 bytes} [Thu Apr 9 01:49:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/151] 162.253.55.200 () {30 vars in 763 bytes} [Thu Apr 9 01:49:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1118 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 01:57:04.723 8 INFO neutron.api.v2.resource [None req-12e0f767-9173-4436-a1ac-93ac3088b1a8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 109/216] 162.253.55.200 () {44 vars in 1075 bytes} [Thu Apr 9 01:57:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 139 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 162.253.55.200 () {44 vars in 1098 bytes} [Thu Apr 9 01:57:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 23 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 162.253.55.200 () {48 vars in 982 bytes} [Thu Apr 9 01:57:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:05 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 1624 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:57:06 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:06 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 1624 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:57:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:07 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/224] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:57:07 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/225] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:07 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/226] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:57:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/227] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:08 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/228] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:57:08 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/229] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:08 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => 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: 116/230] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:57:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/231] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:09 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 3460 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/232] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 01:57:09 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => 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: 116/233] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 01:57:09 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/234] 162.253.55.200 () {48 vars in 992 bytes} [Thu Apr 9 01:57:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 162.253.55.200 () {30 vars in 740 bytes} [Thu Apr 9 01:59:31 2026] GET /v2.0/networks?tenant_id=868cbfd7b7604b14a39a4bc1f38902d5&shared=False => generated 15 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 01:59:31.433 8 INFO neutron.db.segments_db [None req-7105e9f8-f27a-499e-9bef-4d03648fe382 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Added segment 1b1e478b-8038-46d9-a30f-ea69c5abd3ac of type vxlan for network 20e057be-69b0-4dc3-8b7a-6e3426cd06ce [pid: 8|app: 0|req: 128/254] 162.253.55.200 () {34 vars in 682 bytes} [Thu Apr 9 01:59:31 2026] POST /v2.0/networks => generated 699 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 162.253.55.200 () {30 vars in 722 bytes} [Thu Apr 9 01:59:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/256] 162.253.55.200 () {30 vars in 633 bytes} [Thu Apr 9 01:59:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-09 01:59:31.794 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Unable to schedule network 20e057be-69b0-4dc3-8b7a-6e3426cd06ce: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 01:59:31.803 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.803 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.813 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.814 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.823 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.823 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.833 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.833 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.842 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.842 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.852 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.852 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.862 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.862 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.871 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.871 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.880 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] 2026-04-09 01:59:31.881 7 INFO neutron.plugins.ml2.plugin [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 2026-04-09 01:59:31.890 7 ERROR neutron.plugins.ml2.managers [None req-8c74d529-28f0-41d2-a371-8d8496e9fa27 23330958347b4b439b2aa8d7166cffdd 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 8efc62a8-498f-4488-95f8-6bc0226e8739 on host instance for vnic_type normal using segments [{'id': '1b1e478b-8038-46d9-a30f-ea69c5abd3ac', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 619, 'network_id': '20e057be-69b0-4dc3-8b7a-6e3426cd06ce'}] [pid: 7|app: 0|req: 128/257] 162.253.55.200 () {34 vars in 677 bytes} [Thu Apr 9 01:59:31 2026] POST /v2.0/ports => generated 865 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 162.253.55.200 () {30 vars in 703 bytes} [Thu Apr 9 01:59:31 2026] GET /v2.0/networks/20e057be-69b0-4dc3-8b7a-6e3426cd06ce => generated 699 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/261] 162.253.55.200 () {30 vars in 722 bytes} [Thu Apr 9 01:59:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 868 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/262] 162.253.55.200 () {30 vars in 703 bytes} [Thu Apr 9 01:59:33 2026] GET /v2.0/networks/20e057be-69b0-4dc3-8b7a-6e3426cd06ce => generated 699 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/265] 162.253.55.200 () {44 vars in 976 bytes} [Thu Apr 9 01:59:50 2026] GET /v2.0/quotas/868cbfd7b7604b14a39a4bc1f38902d5 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/266] 162.253.55.200 () {48 vars in 1028 bytes} [Thu Apr 9 01:59:50 2026] PUT /v2.0/quotas/868cbfd7b7604b14a39a4bc1f38902d5 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:10:46.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a82ca58f-df8b-4b84-b4de-4e1b2d126b1c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/353] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 02:10:46 2026] GET /v2.0/networks/public => generated 108 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/354] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 02:10:46 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:10:47.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4820d8c8-e194-4117-8cab-615e55dc4878 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/355] 162.253.55.200 () {44 vars in 928 bytes} [Thu Apr 9 02:10:47 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/356] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 02:10:47 2026] GET /v2.0/networks?name=public => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:10:47.851 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2f2f1cf-5d61-4718-b378-967b35496bcb 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/357] 162.253.55.200 () {44 vars in 1035 bytes} [Thu Apr 9 02:10:47 2026] GET /v2.0/subnets/public-subnet?network_id=c47450a7-02e8-4fe1-a217-776e8780ed97 => generated 113 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/358] 162.253.55.200 () {44 vars in 1058 bytes} [Thu Apr 9 02:10:47 2026] GET /v2.0/subnets?name=public-subnet&network_id=c47450a7-02e8-4fe1-a217-776e8780ed97 => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:11:14.997 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63d1ba6e-ac83-4b44-9c19-21c1aa3a2a87 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/363] 162.253.55.200 () {44 vars in 938 bytes} [Thu Apr 9 02:11:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/364] 162.253.55.200 () {44 vars in 960 bytes} [Thu Apr 9 02:11:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:11:15.943 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96244c20-3ade-43d7-9e34-447bb7608e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/365] 162.253.55.200 () {44 vars in 938 bytes} [Thu Apr 9 02:11:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 162.253.55.200 () {44 vars in 960 bytes} [Thu Apr 9 02:11:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:11:16.015 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5dbd3c68-639d-411e-87a1-3b5abbaf4266 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/367] 162.253.55.200 () {44 vars in 1037 bytes} [Thu Apr 9 02:11:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 162.253.55.200 () {44 vars in 1060 bytes} [Thu Apr 9 02:11:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:11:17.141 8 INFO neutron.api.v2.resource [None req-c2ab26a6-e7e0-4d57-a9f1-7b82baff8201 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/369] 162.253.55.200 () {44 vars in 972 bytes} [Thu Apr 9 02:11:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 162.253.55.200 () {44 vars in 994 bytes} [Thu Apr 9 02:11:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:18 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:18 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:18 2026] GET /v2.0/security-group-rules/5499ac72-231d-45d2-9ea1-c67bf118bdb9 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/376] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:19 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:19 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/378] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:19 2026] GET /v2.0/security-group-rules/d0f5887c-e926-4bd8-ae33-fad0129db1f2 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:20 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/380] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:20 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:20 2026] GET /v2.0/security-group-rules/936e53f7-4fc6-45cd-aec8-b986d7cfe3de => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/382] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/384] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:21 2026] GET /v2.0/security-group-rules/c3d0618a-34cc-478f-9034-223e3521cc95 => generated 603 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:21 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:22 2026] GET /v2.0/security-group-rules/7c8813a4-c914-440b-ad96-1a4256b65246 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 162.253.55.200 () {44 vars in 988 bytes} [Thu Apr 9 02:11:23 2026] GET /v2.0/networks/eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 732 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:11:23.238 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04ab0833-0dd1-4643-8346-62b399212a06 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/389] 162.253.55.200 () {44 vars in 1077 bytes} [Thu Apr 9 02:11:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 162.253.55.200 () {44 vars in 1100 bytes} [Thu Apr 9 02:11:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=eab52e04-8808-4cad-ba2b-91a9aa2766eb => generated 1118 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:23 2026] GET /v2.0/security-groups/c6ba6d94-4fc2-4f70-98d2-73ce06ae1758 => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:11:31.144 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fa9d68a-d49b-44c2-ab84-5dae799e1927 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/392] 162.253.55.200 () {44 vars in 980 bytes} [Thu Apr 9 02:11:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1118 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 162.253.55.200 () {44 vars in 921 bytes} [Thu Apr 9 02:11:32 2026] GET /v2.0/ports => generated 4181 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:11:33.947 8 INFO neutron.api.v2.resource [None req-96760ee9-df94-4ef2-84e2-0358207dc921 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/397] 162.253.55.200 () {44 vars in 960 bytes} [Thu Apr 9 02:11:33 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 162.253.55.200 () {44 vars in 982 bytes} [Thu Apr 9 02:11:33 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:34 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:34 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/401] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:34 2026] GET /v2.0/security-group-rules/d5f0fa13-0a9a-416c-810e-4516c15da997 => generated 623 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:35 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2886 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:11:35 2026] GET /v2.0/security-groups/3042b349-8cb1-40eb-a656-1c688e6f5f99 => generated 2886 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:11:35 2026] GET /v2.0/security-group-rules/0a17ff2e-3cc2-42e0-9812-e5b272841fad => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 162.253.55.200 () {44 vars in 976 bytes} [Thu Apr 9 02:11:46 2026] GET /v2.0/quotas/2e4909364f9f44aab6bf086b7fd1debd => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:12:37.488 7 INFO neutron.api.v2.resource [None req-93f3ea49-f95b-4586-915b-7ee0f5d60b79 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/414] 162.253.55.200 () {44 vars in 1075 bytes} [Thu Apr 9 02:12:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 162.253.55.200 () {44 vars in 1098 bytes} [Thu Apr 9 02:12:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 02:12:38 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:12:38 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:12:38 2026] GET /v2.0/security-group-rules/a81d1215-d582-4452-aef2-d10645c13d05 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 02:12:39 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:12:39 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:12:39 2026] GET /v2.0/security-group-rules/4ff7159c-d205-452a-b6a9-7b4d9a6a6117 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 02:12:40 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:12:40 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:12:40 2026] GET /v2.0/security-group-rules/a1fd94ec-385e-48d6-b450-0d78e8fc0593 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 162.253.55.200 () {44 vars in 1089 bytes} [Thu Apr 9 02:12:41 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382?project_id=868cbfd7b7604b14a39a4bc1f38902d5 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 162.253.55.200 () {44 vars in 1002 bytes} [Thu Apr 9 02:12:41 2026] GET /v2.0/security-groups/b3bccd52-fcb9-4033-b8d4-07b29dc27382 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 162.253.55.200 () {44 vars in 1012 bytes} [Thu Apr 9 02:12:41 2026] GET /v2.0/security-group-rules/4dcf3ce6-8006-4dc5-a6a4-13f7122ddb68 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/430] 162.253.55.200 () {44 vars in 976 bytes} [Thu Apr 9 02:12:48 2026] GET /v2.0/quotas/868cbfd7b7604b14a39a4bc1f38902d5 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/437] 162.253.55.200 () {44 vars in 950 bytes} [Thu Apr 9 02:13:37 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/442] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:14:16 2026] GET /v2.0/networks => generated 2162 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/443] 10.0.0.209 () {32 vars in 655 bytes} [Thu Apr 9 02:14:17 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/444] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:14:17 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:14:17 2026] GET /v2.0/ports => generated 4181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/446] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:14:18 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/447] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:14:18 2026] GET /v2.0/networks => generated 2162 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/448] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:14:18 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/449] 10.0.0.209 () {32 vars in 655 bytes} [Thu Apr 9 02:14:18 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:28.502 7 INFO neutron.db.segments_db [None req-1804dd4a-ef9e-4fa5-bbaf-4331152b6840 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment d946dd01-77b9-48c7-bc2e-3fa67a2bf075 of type vxlan for network b63f7707-227f-47a6-80a2-dfe9a04b5310 2026-04-09 02:14:28.542 8 INFO neutron.db.segments_db [None req-a1e47a82-f956-47f9-93d8-f0f0b15c7866 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment ecf452c2-13f6-4f50-bb1f-d2208372da47 of type vxlan for network f14fb14f-35b7-4d99-9946-8433bf4a843e [pid: 7|app: 0|req: 224/452] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/networks => generated 730 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/453] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/networks => generated 732 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:28.777 7 INFO neutron.db.segments_db [None req-ca2c870c-61b8-4b08-933b-2afb04991f35 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 46c1b302-ede1-4e13-b978-8a3b353ca160 of type vxlan for network 9cd14a8b-de05-4b22-bdb7-4292c6f8d86d 2026-04-09 02:14:28.778 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f558fd2d-20df-4f8c-9a2e-978be95a1b54 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network b63f7707-227f-47a6-80a2-dfe9a04b5310: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 230/454] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/subnets => generated 696 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/455] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/networks => generated 724 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:28.912 7 INFO neutron.db.segments_db [None req-0d301a74-755b-4da4-bae6-af6f70e47567 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 726b76bc-103f-449b-bdd2-ed470a999ee1 of type vxlan for network af717484-87c0-44a7-b2e1-d1bcd4e297ee 2026-04-09 02:14:28.925 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-14c5e763-7d98-45ed-a80f-c673a129755e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network f14fb14f-35b7-4d99-9946-8433bf4a843e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 231/456] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/subnets => generated 698 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:29.075 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e20b5d84-6eba-4a73-b384-32112ee63279 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 9cd14a8b-de05-4b22-bdb7-4292c6f8d86d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 232/457] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/subnets => generated 691 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:29.102 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0d301a74-755b-4da4-bae6-af6f70e47567 78ddcd9b15f247dfaa06444c0511141c 6561ca271e7b4532a8930eff2ce73ace - - default default] Unable to schedule network af717484-87c0-44a7-b2e1-d1bcd4e297ee: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:29.124 8 INFO neutron.db.segments_db [None req-5ea234e8-2b5c-4906-b63a-28e4e2ac9349 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment b71c668a-d830-4a60-a7aa-9f57e57fcb1e of type vxlan for network d542aae6-1589-4152-9e03-3d28e1349ab1 2026-04-09 02:14:29.127 7 INFO neutron.db.l3_hamode_db [None req-0d301a74-755b-4da4-bae6-af6f70e47567 78ddcd9b15f247dfaa06444c0511141c 6561ca271e7b4532a8930eff2ce73ace - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:14:29.276 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5ea234e8-2b5c-4906-b63a-28e4e2ac9349 78ddcd9b15f247dfaa06444c0511141c b1fd048e18c845fa8b115cc2af7b0e03 - - default default] Unable to schedule network d542aae6-1589-4152-9e03-3d28e1349ab1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:29.299 8 INFO neutron.db.l3_hamode_db [None req-5ea234e8-2b5c-4906-b63a-28e4e2ac9349 78ddcd9b15f247dfaa06444c0511141c b1fd048e18c845fa8b115cc2af7b0e03 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:14:29.977 7 INFO neutron.db.l3_hamode_db [None req-0d301a74-755b-4da4-bae6-af6f70e47567 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:14:30.110 8 INFO neutron.db.l3_hamode_db [None req-5ea234e8-2b5c-4906-b63a-28e4e2ac9349 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:14:30.630 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5ea234e8-2b5c-4906-b63a-28e4e2ac9349 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network d542aae6-1589-4152-9e03-3d28e1349ab1: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:30.693 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0d301a74-755b-4da4-bae6-af6f70e47567 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network af717484-87c0-44a7-b2e1-d1bcd4e297ee: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 233/458] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:29 2026] POST /v2.0/routers => generated 738 bytes in 2189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:31.313 8 INFO neutron.db.segments_db [None req-c02280d4-dcff-4a02-a558-0e56c3886f5e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment dff17b59-072e-4d9d-ac74-626cd185268c of type vxlan for network e5b1211b-9586-4896-bc15-11c333eb1bfb [pid: 7|app: 0|req: 226/459] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:28 2026] POST /v2.0/routers => generated 736 bytes in 2485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:31.503 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c02280d4-dcff-4a02-a558-0e56c3886f5e 78ddcd9b15f247dfaa06444c0511141c 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] Unable to schedule network e5b1211b-9586-4896-bc15-11c333eb1bfb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:31.521 8 INFO neutron.db.l3_hamode_db [None req-c02280d4-dcff-4a02-a558-0e56c3886f5e 78ddcd9b15f247dfaa06444c0511141c 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/460] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:31 2026] GET /v2.0/security-groups?tenant_id=95485ec6423e4135b65540a78716420b&name=default => generated 2921 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:14:31.940 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2bf18c54-31d0-4206-96e4-2e3122d82220 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network f14fb14f-35b7-4d99-9946-8433bf4a843e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:32.273 8 INFO neutron.db.l3_hamode_db [None req-c02280d4-dcff-4a02-a558-0e56c3886f5e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:14:32.343 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2bf18c54-31d0-4206-96e4-2e3122d82220 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network f14fb14f-35b7-4d99-9946-8433bf4a843e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 228/461] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:14:31 2026] PUT /v2.0/routers/1c9cf2bb-9b31-472f-87c4-424afab8e4b2/add_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:32.521 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c02280d4-dcff-4a02-a558-0e56c3886f5e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network e5b1211b-9586-4896-bc15-11c333eb1bfb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:32.934 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25f4fef6-c565-4dc7-a60b-b22ddcaceb2e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network b63f7707-227f-47a6-80a2-dfe9a04b5310: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 234/462] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:31 2026] POST /v2.0/routers => generated 731 bytes in 1758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:33 2026] DELETE /v2.0/security-groups/432787b8-6f31-4cd0-96aa-8272a0678811 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:33.338 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25f4fef6-c565-4dc7-a60b-b22ddcaceb2e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network b63f7707-227f-47a6-80a2-dfe9a04b5310: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 229/464] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:14:32 2026] PUT /v2.0/routers/f3bb70e6-5d91-4a1b-a4e6-6ea5dced3795/add_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:33.633 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9de79fc2-2efa-41ee-ae37-fd87321face3 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 9cd14a8b-de05-4b22-bdb7-4292c6f8d86d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 230/465] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:14:33 2026] POST /v2.0/security-groups => generated 1659 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:14:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:14:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:34.148 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9de79fc2-2efa-41ee-ae37-fd87321face3 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 9cd14a8b-de05-4b22-bdb7-4292c6f8d86d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 236/470] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:14:33 2026] PUT /v2.0/routers/9c07c3bc-219d-4aba-ae0c-ceef5315cbe6/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:14:33 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.184 () {38 vars in 971 bytes} [Thu Apr 9 02:14:34 2026] POST /v2.0/security-groups => generated 1684 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:14:35.070 7 INFO neutron.db.segments_db [None req-c20f4cde-8bce-41ff-b68f-6dd464c6dee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 378fc4e3-54c4-4008-a5ba-61419f87e082 of type vxlan for network 0307d44e-729d-488d-9a77-0e7f66c67323 [pid: 8|app: 0|req: 238/473] 10.0.0.184 () {34 vars in 1098 bytes} [Thu Apr 9 02:14:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--291832711&fields=id&tenant_id=b1fd048e18c845fa8b115cc2af7b0e03 => generated 69 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/networks?id=f14fb14f-35b7-4d99-9946-8433bf4a843e => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:14:34 2026] POST /v2.0/networks => generated 723 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/quotas/b1fd048e18c845fa8b115cc2af7b0e03 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:35.313 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dfe8201c-307b-41c6-ae01-23322b348e2b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 0307d44e-729d-488d-9a77-0e7f66c67323: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 238/477] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/subnets => generated 689 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.184 () {38 vars in 971 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/security-groups => generated 1681 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:14:35.386 8 INFO neutron.db.segments_db [None req-581af0f9-2ee6-4565-8427-1655fc9f7138 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 33194fb4-475d-4c24-b8b7-4314baa888f8 of type vxlan for network 62370dad-52bd-4d2c-9cbb-d0d9dcace923 [pid: 7|app: 0|req: 239/479] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/ports?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/480] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/security-groups/ae34fea3-1f50-4171-972a-549fa55b4967 => generated 1684 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/481] 10.0.0.184 () {38 vars in 981 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:35.568 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-581af0f9-2ee6-4565-8427-1655fc9f7138 78ddcd9b15f247dfaa06444c0511141c 93dd5187379d4040af1a4391047e7285 - - default default] Unable to schedule network 62370dad-52bd-4d2c-9cbb-d0d9dcace923: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:35.584 8 INFO neutron.db.l3_hamode_db [None req-581af0f9-2ee6-4565-8427-1655fc9f7138 78ddcd9b15f247dfaa06444c0511141c 93dd5187379d4040af1a4391047e7285 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/482] 10.0.0.184 () {38 vars in 971 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/security-groups => generated 1680 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/483] 10.0.0.184 () {38 vars in 971 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/security-groups => generated 1683 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.184 () {38 vars in 971 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/485] 10.0.0.184 () {34 vars in 907 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/security-groups/b3aba52e-fe80-452c-9120-c662599afe86 => generated 1683 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:14:35 2026] GET /v2.0/networks/f14fb14f-35b7-4d99-9946-8433bf4a843e?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/488] 10.0.0.184 () {38 vars in 981 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/489] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/networks/f14fb14f-35b7-4d99-9946-8433bf4a843e?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: 250/490] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups?tenant_id=17b9baac8b7f4cf1b6dbaf43602d2158 => generated 7903 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/491] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/6a081a5b-68b0-475c-8613-8180e88cc801 => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/492] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/6a081a5b-68b0-475c-8613-8180e88cc801 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/493] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/8e059ea9-ec8e-49c5-b7c0-2a0d5da50889 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/494] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/b3aba52e-fe80-452c-9120-c662599afe86 => generated 2308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/495] 10.0.0.184 () {36 vars in 1013 bytes} [Thu Apr 9 02:14:36 2026] DELETE /v2.0/security-groups/8e059ea9-ec8e-49c5-b7c0-2a0d5da50889 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:36.337 8 INFO neutron.db.l3_hamode_db [None req-581af0f9-2ee6-4565-8427-1655fc9f7138 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/496] 10.0.0.184 () {38 vars in 981 bytes} [Thu Apr 9 02:14:36 2026] POST /v2.0/security-group-rules => generated 619 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/497] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:36.480 7 INFO neutron.api.v2.resource [req-134e5352-9459-4e7a-825f-16d53a75d0fb req-3790e764-937f-47e5-b263-12f99ef7eca8 600a5df79f164a2c97be7f87e9ea876b 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/498] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/8e059ea9-ec8e-49c5-b7c0-2a0d5da50889 => 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: 259/499] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/b3aba52e-fe80-452c-9120-c662599afe86 => generated 2938 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/500] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/68b33b92-12b4-495c-86b8-07a9383e4813 => generated 1680 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/501] 10.0.0.184 () {34 vars in 1001 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-group-rules/6d94e9d8-bd3a-49aa-970b-a9ba974e35a9 => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:36.619 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-581af0f9-2ee6-4565-8427-1655fc9f7138 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 62370dad-52bd-4d2c-9cbb-d0d9dcace923: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 262/502] 10.0.0.184 () {36 vars in 1013 bytes} [Thu Apr 9 02:14:36 2026] DELETE /v2.0/security-groups/68b33b92-12b4-495c-86b8-07a9383e4813 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/503] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/b3aba52e-fe80-452c-9120-c662599afe86 => generated 2938 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:14:36.707 7 INFO neutron.api.v2.resource [req-00f8b71b-2a30-45ef-ade6-e134f5705100 req-93e1a319-2612-44da-bef5-8ca026558415 600a5df79f164a2c97be7f87e9ea876b 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/504] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/68b33b92-12b4-495c-86b8-07a9383e4813 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/505] 10.0.0.184 () {36 vars in 1023 bytes} [Thu Apr 9 02:14:36 2026] DELETE /v2.0/security-group-rules/6d94e9d8-bd3a-49aa-970b-a9ba974e35a9 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/506] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/03d309dd-51f0-43b0-985a-64e4fe443f59 => generated 1681 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/507] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/b3aba52e-fe80-452c-9120-c662599afe86 => generated 2308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/508] 10.0.0.184 () {36 vars in 1013 bytes} [Thu Apr 9 02:14:36 2026] DELETE /v2.0/security-groups/03d309dd-51f0-43b0-985a-64e4fe443f59 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/509] 10.0.0.184 () {36 vars in 1013 bytes} [Thu Apr 9 02:14:36 2026] DELETE /v2.0/security-groups/b3aba52e-fe80-452c-9120-c662599afe86 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:37.015 7 INFO neutron.api.v2.resource [req-705b0aa9-16aa-4353-a0d5-498625cf956e req-a19c4471-6e54-47b9-935d-9ed29681b221 600a5df79f164a2c97be7f87e9ea876b 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/510] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:36 2026] GET /v2.0/security-groups/03d309dd-51f0-43b0-985a-64e4fe443f59 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/511] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:37 2026] GET /v2.0/security-groups/ae34fea3-1f50-4171-972a-549fa55b4967 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/512] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:14:37 2026] GET /v2.0/security-groups?tenant_id=17b9baac8b7f4cf1b6dbaf43602d2158 => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/513] 10.0.0.184 () {36 vars in 1013 bytes} [Thu Apr 9 02:14:37 2026] DELETE /v2.0/security-groups/ae34fea3-1f50-4171-972a-549fa55b4967 => 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: 274/514] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:37 2026] GET /v2.0/security-groups/6a081a5b-68b0-475c-8613-8180e88cc801 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/515] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:35 2026] POST /v2.0/routers => generated 729 bytes in 1910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/516] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:37 2026] GET /v2.0/security-groups/6a081a5b-68b0-475c-8613-8180e88cc801 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:14:37.767 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-263bcf77-e57f-4f12-807d-d233f5f082df 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 0307d44e-729d-488d-9a77-0e7f66c67323: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:38.244 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac0faaa4-7302-46ab-9eb2-2726504f2e6f 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: bff005a5-4ed0-4f96-ae2d-a4df996c4e08 2026-04-09 02:14:38.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac0faaa4-7302-46ab-9eb2-2726504f2e6f 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: bff005a5-4ed0-4f96-ae2d-a4df996c4e08 2026-04-09 02:14:38.403 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-263bcf77-e57f-4f12-807d-d233f5f082df 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 0307d44e-729d-488d-9a77-0e7f66c67323: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 243/517] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:14:37 2026] PUT /v2.0/routers/24ac4906-0fbf-4bad-a587-336eab68c3e8/add_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:38.623 8 INFO neutron.api.v2.resource [req-cfc5cf60-4d0b-4f03-8c95-5348d67d712c req-b2aee84f-8523-48b2-ad94-9b06de98d8a0 600a5df79f164a2c97be7f87e9ea876b 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 244/518] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:38 2026] GET /v2.0/security-groups/03d309dd-51f0-43b0-985a-64e4fe443f59 => 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: 245/519] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:38 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:38.667 8 INFO neutron.api.v2.resource [req-f073a87c-3e4d-4658-a057-b1c621b7e54f req-0432564d-b6d7-4fab-bd95-71d98dee0906 600a5df79f164a2c97be7f87e9ea876b 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/520] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:38 2026] GET /v2.0/security-groups/68b33b92-12b4-495c-86b8-07a9383e4813 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:14:38.696 8 INFO neutron.api.v2.resource [req-7020d894-99c6-4762-a458-b997497c9144 req-626a8393-ff89-4474-b27b-fbc53938d3e4 600a5df79f164a2c97be7f87e9ea876b 17b9baac8b7f4cf1b6dbaf43602d2158 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/521] 10.0.0.184 () {34 vars in 991 bytes} [Thu Apr 9 02:14:38 2026] GET /v2.0/security-groups/8e059ea9-ec8e-49c5-b7c0-2a0d5da50889 => 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: 275/522] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:14:37 2026] PUT /v2.0/routers/f3bb70e6-5d91-4a1b-a4e6-6ea5dced3795/remove_router_interface => generated 309 bytes in 1600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:39.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: ff3181b8-062b-46d9-8f62-963b098d69f2 2026-04-09 02:14:39.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: ff3181b8-062b-46d9-8f62-963b098d69f2 2026-04-09 02:14:39.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dbe1db7-4c17-4d5d-8f61-9e374935dfc4 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 2bbd9c66-5ff1-4a33-a1fb-5ced8af5aa43 2026-04-09 02:14:39.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dbe1db7-4c17-4d5d-8f61-9e374935dfc4 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 2bbd9c66-5ff1-4a33-a1fb-5ced8af5aa43 2026-04-09 02:14:39.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 6784c562-a85b-4d47-b53c-2c58af7890ce 2026-04-09 02:14:39.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 6784c562-a85b-4d47-b53c-2c58af7890ce 2026-04-09 02:14:39.357 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - 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-09 02:14:39.389 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:14:39.729 7 INFO neutron.db.l3_hamode_db [None req-ccb02224-14dd-421c-b4da-9d90e3628cd8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network af717484-87c0-44a7-b2e1-d1bcd4e297ee was deleted as no HA routers are present in tenant 6561ca271e7b4532a8930eff2ce73ace. [pid: 7|app: 0|req: 276/523] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:14:38 2026] DELETE /v2.0/routers/f3bb70e6-5d91-4a1b-a4e6-6ea5dced3795 => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/524] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:14:38 2026] PUT /v2.0/routers/9c07c3bc-219d-4aba-ae0c-ceef5315cbe6/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/525] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:14:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/526] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:14:39 2026] DELETE /v2.0/subnets/e021616b-85e6-49f3-bad8-789b0f2b9219 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/527] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:39 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 279/528] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:14:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:40.042 7 INFO neutron.services.segments.plugin [-] Segment 726b76bc-103f-449b-bdd2-ed470a999ee1 resource provider aggregate not found 2026-04-09 02:14:40.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 1289b34f-706c-489d-8ab8-97fd054af85f 2026-04-09 02:14:40.054 7 INFO neutron.services.segments.plugin [-] Segment 726b76bc-103f-449b-bdd2-ed470a999ee1 resource provider aggregate not found 2026-04-09 02:14:40.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 1289b34f-706c-489d-8ab8-97fd054af85f 2026-04-09 02:14:40.058 7 INFO neutron.services.segments.plugin [-] Segment 726b76bc-103f-449b-bdd2-ed470a999ee1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 726b76bc-103f-449b-bdd2-ed470a999ee1 found for delete ", "request_id": "req-9dbcdd52-dcb7-4ba4-bb17-db97c332c3e7"}]} 2026-04-09 02:14:40.070 7 INFO neutron.services.segments.plugin [-] Segment 726b76bc-103f-449b-bdd2-ed470a999ee1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 726b76bc-103f-449b-bdd2-ed470a999ee1 found for delete ", "request_id": "req-800e1955-b4a3-4748-a68c-e1f34ba7d3f7"}]} [pid: 7|app: 0|req: 280/529] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:14:40 2026] DELETE /v2.0/networks/b63f7707-227f-47a6-80a2-dfe9a04b5310 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/530] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:14:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:40.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 94322463-20d6-497a-9472-0f951e1485e5 2026-04-09 02:14:40.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 94322463-20d6-497a-9472-0f951e1485e5 2026-04-09 02:14:40.342 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - 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-09 02:14:40.366 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:14:40.642 8 INFO neutron.db.l3_hamode_db [None req-edc66522-b4b8-4218-8697-d42fcba4f1d9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network e5b1211b-9586-4896-bc15-11c333eb1bfb was deleted as no HA routers are present in tenant 17b9baac8b7f4cf1b6dbaf43602d2158. [pid: 8|app: 0|req: 250/531] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:14:39 2026] DELETE /v2.0/routers/9c07c3bc-219d-4aba-ae0c-ceef5315cbe6 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/532] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:40 2026] GET /v2.0/security-groups?tenant_id=6561ca271e7b4532a8930eff2ce73ace&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/533] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:14:40 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/534] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:14:40 2026] DELETE /v2.0/subnets/07f2b273-0136-45b6-96c1-a76830212538 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/535] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:40 2026] DELETE /v2.0/security-groups/335d661b-c6e5-484f-b371-2b2bb015705a => 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: 253/536] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:14:40 2026] DELETE /v2.0/networks/9cd14a8b-de05-4b22-bdb7-4292c6f8d86d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/537] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:40 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 285/538] 10.0.0.184 () {34 vars in 1100 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1474135773&fields=id&tenant_id=93dd5187379d4040af1a4391047e7285 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:41.238 8 INFO neutron.services.segments.plugin [-] Segment dff17b59-072e-4d9d-ac74-626cd185268c resource provider aggregate not found 2026-04-09 02:14:41.245 8 INFO neutron.services.segments.plugin [-] Segment dff17b59-072e-4d9d-ac74-626cd185268c resource provider aggregate not found 2026-04-09 02:14:41.258 8 INFO neutron.services.segments.plugin [-] Segment dff17b59-072e-4d9d-ac74-626cd185268c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dff17b59-072e-4d9d-ac74-626cd185268c found for delete ", "request_id": "req-7795cf75-fd14-4cd9-be7b-abce8c66938a"}]} 2026-04-09 02:14:41.269 8 INFO neutron.services.segments.plugin [-] Segment dff17b59-072e-4d9d-ac74-626cd185268c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dff17b59-072e-4d9d-ac74-626cd185268c found for delete ", "request_id": "req-bfec6cb1-f393-4595-81f4-329cef08807a"}]} [pid: 7|app: 0|req: 286/539] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/networks?id=0307d44e-729d-488d-9a77-0e7f66c67323 => generated 668 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/540] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/security-groups?tenant_id=17b9baac8b7f4cf1b6dbaf43602d2158&name=default => generated 2921 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/541] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/quotas/93dd5187379d4040af1a4391047e7285 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/542] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/networks?id=f14fb14f-35b7-4d99-9946-8433bf4a843e => generated 677 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/543] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/ports?tenant_id=93dd5187379d4040af1a4391047e7285&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/544] 162.253.55.200 () {34 vars in 911 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/545] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:41 2026] DELETE /v2.0/security-groups/6a081a5b-68b0-475c-8613-8180e88cc801 => 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: 257/546] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b1fd048e18c845fa8b115cc2af7b0e03 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:41.827 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-e6031501-5307-4b3b-81ba-883835900812 ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] Unable to schedule network f14fb14f-35b7-4d99-9946-8433bf4a843e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 258/547] 10.0.0.184 () {34 vars in 907 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/548] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:14:41 2026] POST /v2.0/ports => generated 958 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/549] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/networks/0307d44e-729d-488d-9a77-0e7f66c67323?fields=segments => generated 14 bytes in 47 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: 291/550] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:14:41 2026] GET /v2.0/networks/0307d44e-729d-488d-9a77-0e7f66c67323?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:42.074 7 INFO neutron.services.segments.plugin [-] Segment d946dd01-77b9-48c7-bc2e-3fa67a2bf075 resource provider aggregate not found 2026-04-09 02:14:42.084 7 INFO neutron.services.segments.plugin [-] Segment d946dd01-77b9-48c7-bc2e-3fa67a2bf075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d946dd01-77b9-48c7-bc2e-3fa67a2bf075 found for delete ", "request_id": "req-f01b4e38-6a2d-443f-a235-38e535d746db"}]} 2026-04-09 02:14:42.085 7 INFO neutron.services.segments.plugin [-] Segment d946dd01-77b9-48c7-bc2e-3fa67a2bf075 resource provider aggregate not found 2026-04-09 02:14:42.100 7 INFO neutron.services.segments.plugin [-] Segment d946dd01-77b9-48c7-bc2e-3fa67a2bf075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d946dd01-77b9-48c7-bc2e-3fa67a2bf075 found for delete ", "request_id": "req-fb26d50d-e4d1-4d5d-a8e5-62718c6f0895"}]} [pid: 8|app: 0|req: 260/551] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:42 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 961 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/552] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:42 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/553] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:14:42 2026] GET /v2.0/security-groups?id=0669995b-c3c2-4b84-8770-fe7fea05e4ed&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:42.609 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.610 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.632 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.632 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.659 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.659 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.683 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.684 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.719 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.720 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.761 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.762 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.796 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.796 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.840 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.840 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.873 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] 2026-04-09 02:14:42.873 8 INFO neutron.plugins.ml2.plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:42.919 8 ERROR neutron.plugins.ml2.managers [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-9ccf3bec-19e6-47c7-96a9-31fde0972a19 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 565c0446-f423-481e-a8b7-015dab88f33c on host instance for vnic_type normal using segments [{'id': 'ecf452c2-13f6-4f50-bb1f-d2208372da47', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 967, 'network_id': 'f14fb14f-35b7-4d99-9946-8433bf4a843e'}] [pid: 8|app: 0|req: 262/554] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:14:42 2026] PUT /v2.0/ports/565c0446-f423-481e-a8b7-015dab88f33c => generated 1105 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:14:43.222 7 INFO neutron_taas.services.taas.taas_plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-5a1a9bd2-ee10-4b5d-9e32-847ea28f67cf ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] TaaS: Handle Delete Port: 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:43.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-5a1a9bd2-ee10-4b5d-9e32-847ea28f67cf ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] Tap Mirror: Handle Delete Port: 565c0446-f423-481e-a8b7-015dab88f33c 2026-04-09 02:14:43.305 8 INFO neutron.services.segments.plugin [-] Segment 46c1b302-ede1-4e13-b978-8a3b353ca160 resource provider aggregate not found 2026-04-09 02:14:43.309 8 INFO neutron.services.segments.plugin [-] Segment 46c1b302-ede1-4e13-b978-8a3b353ca160 resource provider aggregate not found 2026-04-09 02:14:43.325 8 INFO neutron.services.segments.plugin [-] Segment 46c1b302-ede1-4e13-b978-8a3b353ca160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46c1b302-ede1-4e13-b978-8a3b353ca160 found for delete ", "request_id": "req-9fbda4b5-e0ce-43ab-b58d-249be11be5cc"}]} 2026-04-09 02:14:43.357 8 INFO neutron.services.segments.plugin [-] Segment 46c1b302-ede1-4e13-b978-8a3b353ca160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46c1b302-ede1-4e13-b978-8a3b353ca160 found for delete ", "request_id": "req-40fcbc41-adec-4afb-ab10-42685be05441"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:14:43.426 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-d204fdfb-5285-4f2a-8f83-007fe0b165b4 req-5a1a9bd2-ee10-4b5d-9e32-847ea28f67cf ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] Unable to retrieve active L2 agent on host instance [pid: 7|app: 0|req: 293/555] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:14:43 2026] DELETE /v2.0/ports/565c0446-f423-481e-a8b7-015dab88f33c => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/556] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:43 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/557] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:43 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:43.575 8 INFO neutron.db.segments_db [None req-d6452f16-4ef8-482f-b872-34083ed51746 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 2d6351fa-af9e-4464-91cd-48f3a8a86e62 of type vxlan for network 54726e5e-f63f-4cf3-b38e-b878e5173f69 2026-04-09 02:14:43.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a34fbdd1-d2eb-4cc6-b1ab-91538e8ef6a8'] response: {'name': 'network-changed', 'server_uuid': '8a51830c-688c-4df2-b431-7dbcfe3477f0', 'tag': '565c0446-f423-481e-a8b7-015dab88f33c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 263/558] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:14:43 2026] POST /v2.0/networks => generated 718 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:43.805 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-40fe835e-5b3e-4ee9-b985-cf5275a9728c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 54726e5e-f63f-4cf3-b38e-b878e5173f69: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 296/559] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:43 2026] POST /v2.0/subnets => generated 684 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:43.866 8 INFO neutron.db.segments_db [None req-3219b221-155b-40c9-8440-e50786165010 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 6ae1f0ab-c494-495e-abae-11d0ff9aac43 of type vxlan for network e171bb7f-353d-4e3b-9f36-66e288ffcd53 2026-04-09 02:14:44.074 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3219b221-155b-40c9-8440-e50786165010 78ddcd9b15f247dfaa06444c0511141c d7b29b2ccedf4250a0a01b4d850d384b - - default default] Unable to schedule network e171bb7f-353d-4e3b-9f36-66e288ffcd53: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:14:44.077 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-639ea86d-ebde-4afa-94ba-6a52870daf45'] response: {'server_uuid': '8a51830c-688c-4df2-b431-7dbcfe3477f0', 'name': 'network-vif-deleted', 'tag': '565c0446-f423-481e-a8b7-015dab88f33c', 'status': 'completed', 'code': 200} 2026-04-09 02:14:44.088 8 INFO neutron.db.l3_hamode_db [None req-3219b221-155b-40c9-8440-e50786165010 78ddcd9b15f247dfaa06444c0511141c d7b29b2ccedf4250a0a01b4d850d384b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 297/560] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:44 2026] GET /v2.0/ports?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/561] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:44 2026] GET /v2.0/networks?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/562] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/563] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:44 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 301/564] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:44 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:44.915 8 INFO neutron.db.l3_hamode_db [None req-3219b221-155b-40c9-8440-e50786165010 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:14:45.172 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3219b221-155b-40c9-8440-e50786165010 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network e171bb7f-353d-4e3b-9f36-66e288ffcd53: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 302/565] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:45 2026] GET /v2.0/security-groups?tenant_id=721d6e06e81c4adebf373e6de76b4ce3&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/566] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:45 2026] DELETE /v2.0/security-groups/842305f9-c0d4-405c-91d5-c0913e79f660 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/567] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:45 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 305/568] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:45 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 264/569] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:14:43 2026] POST /v2.0/routers => generated 724 bytes in 1959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/570] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:45 2026] GET /v2.0/security-groups?tenant_id=fceeb29f502244e0aeb0e5463ce37193&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/571] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:45 2026] DELETE /v2.0/security-groups/e30e4ba8-dcf0-4170-ab97-73963a7e148f => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:46.137 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-103571e1-bdbd-4603-9807-6ca70f4a6f12 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 54726e5e-f63f-4cf3-b38e-b878e5173f69: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 267/572] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/networks?id=0307d44e-729d-488d-9a77-0e7f66c67323 => generated 668 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/573] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=93dd5187379d4040af1a4391047e7285 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:46.554 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-103571e1-bdbd-4603-9807-6ca70f4a6f12 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 54726e5e-f63f-4cf3-b38e-b878e5173f69: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 306/574] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:14:45 2026] PUT /v2.0/routers/e9be2092-a369-409f-a55c-f88550033d27/add_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:46.845 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-2d0c744b-1973-4e01-a180-7e3343dfb220 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] Unable to schedule network 0307d44e-729d-488d-9a77-0e7f66c67323: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 307/575] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 957 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/576] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 309/577] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/ports?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/578] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/security-groups?id=d1f23a67-d9ae-4023-998f-ca1a5a15777d&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/579] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/networks?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&shared=False => generated 773 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/580] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/581] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:14:46 2026] POST /v2.0/ports => generated 954 bytes in 697 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-09 02:14:47.529 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.530 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.552 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.553 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.588 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.588 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 [pid: 8|app: 0|req: 270/582] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:14:47 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:14:47.618 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.619 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.646 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.646 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.675 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.676 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.702 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.702 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 [pid: 8|app: 0|req: 271/583] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:14:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:47.728 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.729 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.766 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] 2026-04-09 02:14:47.766 7 INFO neutron.plugins.ml2.plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:47.794 7 ERROR neutron.plugins.ml2.managers [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-94aded26-f0cc-4692-9bd3-22483f3251c0 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 75519fa5-9192-42ac-a74b-a63b095abf09 on host instance for vnic_type normal using segments [{'id': '378fc4e3-54c4-4008-a5ba-61419f87e082', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 421, 'network_id': '0307d44e-729d-488d-9a77-0e7f66c67323'}] [pid: 8|app: 0|req: 272/584] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:14:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/585] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:14:47 2026] PUT /v2.0/ports/75519fa5-9192-42ac-a74b-a63b095abf09 => generated 1101 bytes in 636 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-09 02:14:47.926 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2286cc67-b7c8-4f84-87d0-1457b48785dd'] response: {'name': 'network-changed', 'server_uuid': 'e3cb9133-8bfe-4157-8c98-741fab134716', 'tag': '75519fa5-9192-42ac-a74b-a63b095abf09', 'status': 'completed', 'code': 200} 2026-04-09 02:14:47.996 7 INFO neutron_taas.services.taas.taas_plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-8e62b508-767c-4a04-9b41-bd1340da0293 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] TaaS: Handle Delete Port: 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:48.004 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-8e62b508-767c-4a04-9b41-bd1340da0293 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] Tap Mirror: Handle Delete Port: 75519fa5-9192-42ac-a74b-a63b095abf09 2026-04-09 02:14:48.126 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-34ef8523-2e59-4ffe-8a07-f3ecc59208d7 req-8e62b508-767c-4a04-9b41-bd1340da0293 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] Unable to retrieve active L2 agent on host instance [pid: 7|app: 0|req: 314/586] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:14:47 2026] DELETE /v2.0/ports/75519fa5-9192-42ac-a74b-a63b095abf09 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/587] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/588] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/589] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 273/590] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:14:47 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/591] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/ports?tenant_id=93dd5187379d4040af1a4391047e7285&device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 274/592] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/networks?tenant_id=93dd5187379d4040af1a4391047e7285&shared=False => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/593] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/596] 10.0.0.184 () {34 vars in 1100 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1300189005&fields=id&tenant_id=d7b29b2ccedf4250a0a01b4d850d384b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/597] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/networks?id=54726e5e-f63f-4cf3-b38e-b878e5173f69 => generated 663 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/598] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:14:48 2026] GET /v2.0/quotas/d7b29b2ccedf4250a0a01b4d850d384b => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/599] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/ports?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&fields=id => generated 57 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/600] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/networks/54726e5e-f63f-4cf3-b38e-b878e5173f69?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: 323/601] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/networks/54726e5e-f63f-4cf3-b38e-b878e5173f69?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: 279/602] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 324/603] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 280/604] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 325/605] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/ports?tenant_id=93dd5187379d4040af1a4391047e7285&device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 281/606] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:49 2026] GET /v2.0/networks?tenant_id=93dd5187379d4040af1a4391047e7285&shared=False => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/607] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:49 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) 2026-04-09 02:14:49.973 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f275528-65c6-4d54-a973-a269dd6d30a6'] response: {'server_uuid': 'e3cb9133-8bfe-4157-8c98-741fab134716', 'name': 'network-vif-deleted', 'tag': '75519fa5-9192-42ac-a74b-a63b095abf09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 282/608] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:50 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 327/609] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:50 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 283/610] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:50 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 328/611] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:14:50 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 284/612] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:51 2026] GET /v2.0/ports?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/613] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:51 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 329/614] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:51 2026] GET /v2.0/networks?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&shared=False => generated 773 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/615] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/616] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:51 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 287/617] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:51 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 331/618] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:14:52 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 288/619] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:52 2026] GET /v2.0/security-groups?tenant_id=0051f3bf2c034a51954cd322e566905e&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/620] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:52 2026] DELETE /v2.0/security-groups/76fb0f58-6913-4dcc-a2af-70a878e9eb55 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/621] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:52 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 290/622] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:52 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 333/623] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:52 2026] GET /v2.0/security-groups?tenant_id=470b84b411c54485b64fc27fe4e04809&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/624] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:52 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 291/625] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:52 2026] DELETE /v2.0/security-groups/89c9c25b-ea46-4b80-85e6-f353477bed6e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/626] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:53 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => 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: 292/627] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:53 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 336/628] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:53 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 293/629] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:14:53 2026] GET /v2.0/networks?id=54726e5e-f63f-4cf3-b38e-b878e5173f69 => generated 663 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/630] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:14:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7b29b2ccedf4250a0a01b4d850d384b => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:54.217 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-1c5ad37c-a633-4a9b-a8fc-c624f2a8034c addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] Unable to schedule network 54726e5e-f63f-4cf3-b38e-b878e5173f69: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 294/631] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:14:53 2026] POST /v2.0/ports => generated 954 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:14:54.647 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.647 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:54.680 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.680 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:54.707 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.707 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:54.740 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.740 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 295/632] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:14:54 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/633] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:54 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:54.791 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.792 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 [pid: 8|app: 0|req: 297/634] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:54 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:54.827 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.828 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:54.860 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.860 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:54.894 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.895 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:54.925 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] 2026-04-09 02:14:54.925 7 INFO neutron.plugins.ml2.plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 [pid: 8|app: 0|req: 298/635] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:54 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:54.957 7 ERROR neutron.plugins.ml2.managers [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-150ce42e-a00d-48c3-8dd3-b14fd1e74039 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 194a41a6-c796-4bdb-92fb-b875255e5b11 on host instance for vnic_type normal using segments [{'id': '2d6351fa-af9e-4464-91cd-48f3a8a86e62', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 623, 'network_id': '54726e5e-f63f-4cf3-b38e-b878e5173f69'}] [pid: 8|app: 0|req: 299/636] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:14:54 2026] GET /v2.0/security-groups?id=637ff4e2-4fb7-4ea8-83d1-f64c3536d011&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: 300/637] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:54 2026] GET /v2.0/ports?device_id=8a51830c-688c-4df2-b431-7dbcfe3477f0 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/638] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:14:54 2026] PUT /v2.0/ports/194a41a6-c796-4bdb-92fb-b875255e5b11 => generated 1101 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:14:55.075 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92c5ccc4-2a1e-4a2e-bdc9-5f403f2a17b7'] response: {'name': 'network-changed', 'server_uuid': '95e9b271-a230-4754-9af8-f89be6b43064', 'tag': '194a41a6-c796-4bdb-92fb-b875255e5b11', 'status': 'completed', 'code': 200} 2026-04-09 02:14:55.178 8 INFO neutron_taas.services.taas.taas_plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-793ae5ee-be7a-49a6-b079-7165faf0abbd addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] TaaS: Handle Delete Port: 194a41a6-c796-4bdb-92fb-b875255e5b11 2026-04-09 02:14:55.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-793ae5ee-be7a-49a6-b079-7165faf0abbd addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] Tap Mirror: Handle Delete Port: 194a41a6-c796-4bdb-92fb-b875255e5b11 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:14:55.324 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-5b85584a-92e3-49aa-bca8-e72c10a80f0f req-793ae5ee-be7a-49a6-b079-7165faf0abbd addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 301/639] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:14:55 2026] DELETE /v2.0/ports/194a41a6-c796-4bdb-92fb-b875255e5b11 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:14:55.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a76078c-3e4d-45f0-9eb0-018ab5579eaf'] response: {'server_uuid': '95e9b271-a230-4754-9af8-f89be6b43064', 'name': 'network-vif-deleted', 'tag': '194a41a6-c796-4bdb-92fb-b875255e5b11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 339/640] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/security-groups?tenant_id=688a199739614c30b5aafe36f1ada313&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/641] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/ports?tenant_id=93dd5187379d4040af1a4391047e7285&device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 303/642] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/networks?tenant_id=93dd5187379d4040af1a4391047e7285&shared=False => generated 764 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/643] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:55 2026] DELETE /v2.0/security-groups/56b502d7-438c-49c6-adc5-083228406725 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/644] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/645] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/ports?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 305/646] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/networks?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&shared=False => generated 759 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/647] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:55 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: 306/648] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:55 2026] DELETE /v2.0/security-groups/0669995b-c3c2-4b84-8770-fe7fea05e4ed => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:55.886 8 INFO neutron.api.v2.resource [None req-0907501c-ec30-4b14-a112-292c11a49fd4 ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 307/649] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/security-groups/0669995b-c3c2-4b84-8770-fe7fea05e4ed => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/650] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:55 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:56.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-26692151-2ce7-4627-a3c8-88e17776790c ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] TaaS: Handle Delete Port: 6b3685ea-fdaf-471b-b24b-df309c835cbe 2026-04-09 02:14:56.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26692151-2ce7-4627-a3c8-88e17776790c ca66bc46b45945c1869a9f32d8eddc9d b1fd048e18c845fa8b115cc2af7b0e03 - - default default] Tap Mirror: Handle Delete Port: 6b3685ea-fdaf-471b-b24b-df309c835cbe [pid: 7|app: 0|req: 344/651] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:14:56 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 345/652] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:56 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 308/653] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:14:55 2026] DELETE /v2.0/floatingips/6325da79-5a7c-4d71-ac96-bb205b4706a4 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:56.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1b54824-dedd-4418-be08-88713a162d5d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: f945b032-6f26-4422-a982-64a5c5e89778 2026-04-09 02:14:56.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1b54824-dedd-4418-be08-88713a162d5d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: f945b032-6f26-4422-a982-64a5c5e89778 [pid: 7|app: 0|req: 346/654] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:14:56 2026] PUT /v2.0/routers/1c9cf2bb-9b31-472f-87c4-424afab8e4b2/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/655] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:56 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 310/656] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:14:57 2026] GET /v2.0/ports?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:14:57.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-eeb8a6e0-f575-4f33-8601-878eb7f030d1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: fabd585c-f69f-4d44-bba5-8e148f376467 2026-04-09 02:14:57.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeb8a6e0-f575-4f33-8601-878eb7f030d1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: fabd585c-f69f-4d44-bba5-8e148f376467 [pid: 8|app: 0|req: 311/657] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:14:57 2026] GET /v2.0/networks?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&shared=False => generated 759 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/658] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:57 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 313/659] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:14:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:14:57.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-eeb8a6e0-f575-4f33-8601-878eb7f030d1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 3da2a3b9-a9aa-411b-95da-fdcf09534e74 2026-04-09 02:14:57.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeb8a6e0-f575-4f33-8601-878eb7f030d1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 3da2a3b9-a9aa-411b-95da-fdcf09534e74 2026-04-09 02:14:57.500 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-eeb8a6e0-f575-4f33-8601-878eb7f030d1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:14:57.704 7 INFO neutron.services.segments.plugin [-] Segment b71c668a-d830-4a60-a7aa-9f57e57fcb1e resource provider aggregate not found 2026-04-09 02:14:57.720 7 INFO neutron.services.segments.plugin [-] Segment b71c668a-d830-4a60-a7aa-9f57e57fcb1e resource provider aggregate not found 2026-04-09 02:14:57.742 7 INFO neutron.services.segments.plugin [-] Segment b71c668a-d830-4a60-a7aa-9f57e57fcb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b71c668a-d830-4a60-a7aa-9f57e57fcb1e found for delete ", "request_id": "req-e53d738b-9392-41f5-9c58-12732feed44f"}]} 2026-04-09 02:14:57.744 7 INFO neutron.services.segments.plugin [-] Segment b71c668a-d830-4a60-a7aa-9f57e57fcb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b71c668a-d830-4a60-a7aa-9f57e57fcb1e found for delete ", "request_id": "req-fa7fddd9-66c9-4876-a72c-916fcfc59915"}]} 2026-04-09 02:14:57.747 7 INFO neutron.db.l3_hamode_db [None req-eeb8a6e0-f575-4f33-8601-878eb7f030d1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network d542aae6-1589-4152-9e03-3d28e1349ab1 was deleted as no HA routers are present in tenant b1fd048e18c845fa8b115cc2af7b0e03. [pid: 7|app: 0|req: 347/660] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:14:56 2026] DELETE /v2.0/routers/1c9cf2bb-9b31-472f-87c4-424afab8e4b2 => generated 0 bytes in 777 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/661] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:14:57 2026] DELETE /v2.0/subnets/ed1a043d-229f-49f8-924b-fed1ac05c747 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:14:58.015 8 INFO neutron.services.segments.plugin [-] Segment ecf452c2-13f6-4f50-bb1f-d2208372da47 resource provider aggregate not found 2026-04-09 02:14:58.023 8 INFO neutron.services.segments.plugin [-] Segment ecf452c2-13f6-4f50-bb1f-d2208372da47 resource provider aggregate not found 2026-04-09 02:14:58.043 8 INFO neutron.services.segments.plugin [-] Segment ecf452c2-13f6-4f50-bb1f-d2208372da47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf452c2-13f6-4f50-bb1f-d2208372da47 found for delete ", "request_id": "req-397410af-c8f9-4227-b1ad-19389cfe786f"}]} [pid: 8|app: 0|req: 315/662] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:14:57 2026] DELETE /v2.0/networks/f14fb14f-35b7-4d99-9946-8433bf4a843e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:14:58.044 8 INFO neutron.services.segments.plugin [-] Segment ecf452c2-13f6-4f50-bb1f-d2208372da47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf452c2-13f6-4f50-bb1f-d2208372da47 found for delete ", "request_id": "req-7f33b6a0-f31c-4bd9-95b3-98e594192d11"}]} [pid: 8|app: 0|req: 316/663] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:58 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/664] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:57 2026] GET /v2.0/security-groups?tenant_id=48a328dac6fb4f42b5a3fe983e158367&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: 349/665] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:14:58 2026] GET /v2.0/security-groups?tenant_id=b1fd048e18c845fa8b115cc2af7b0e03&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/666] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:14:58 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/667] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:58 2026] DELETE /v2.0/security-groups/037d6085-42d2-4c01-be0f-55a171201246 => 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: 318/668] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:14:58 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 319/669] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:58 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/670] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:58 2026] DELETE /v2.0/security-groups/65773e72-420a-42c5-9c1a-77c270d45f42 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/671] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:59 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/672] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:59 2026] GET /v2.0/ports?device_id=e3cb9133-8bfe-4157-8c98-741fab134716 => 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: 321/673] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:14:59 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 353/674] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:14:59 2026] DELETE /v2.0/security-groups/d1f23a67-d9ae-4023-998f-ca1a5a15777d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:14:59.676 8 INFO neutron.api.v2.resource [None req-62f68f02-4f54-4d32-afdd-6a02179f3c1c 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 322/675] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:14:59 2026] GET /v2.0/security-groups/d1f23a67-d9ae-4023-998f-ca1a5a15777d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:00.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0ee53c1-47d5-40fc-84d2-e52080f6c15f 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] TaaS: Handle Delete Port: f714ad1f-85dc-472a-af8c-0375eb1426d6 2026-04-09 02:15:00.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0ee53c1-47d5-40fc-84d2-e52080f6c15f 4650322fb18d48f192a9c36124eb4813 93dd5187379d4040af1a4391047e7285 - - default default] Tap Mirror: Handle Delete Port: f714ad1f-85dc-472a-af8c-0375eb1426d6 2026-04-09 02:15:00.231 8 INFO neutron.db.segments_db [None req-626481f7-0729-43da-8788-9b609b8ec978 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 094b5df5-f711-4cf1-8489-49d10d8d6e8f of type vxlan for network 1c84d17d-b6df-40f6-ad07-449b463d2398 [pid: 7|app: 0|req: 354/676] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:14:59 2026] DELETE /v2.0/floatingips/8d727124-b491-4d1c-8393-45b9e08930ca => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/677] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:14:59 2026] POST /v2.0/networks => generated 728 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:00.524 7 INFO neutron.db.segments_db [None req-e6977ac8-33af-45c6-ae6c-1b8aea506b08 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Added segment b53e82a6-4ba7-48ee-8924-473f7f1f046b of type vxlan for network 83d02d6e-cd2a-4462-85ae-9a2475ab3809 2026-04-09 02:15:00.591 7 INFO neutron.db.segments_db [None req-e6977ac8-33af-45c6-ae6c-1b8aea506b08 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Added segment c03ca885-deca-4668-8944-7e5f397b39a9 of type vxlan for network b1a0ebc9-d9dc-47e3-8935-2568849a69fc [pid: 7|app: 0|req: 355/678] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:00 2026] POST /v2.0/networks => generated 1207 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:15:00.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4548b08-ba7c-43bc-a1a5-d9910987c1ff 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 531615aa-c732-485c-b7fc-12c508ba5140 2026-04-09 02:15:00.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4548b08-ba7c-43bc-a1a5-d9910987c1ff 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 531615aa-c732-485c-b7fc-12c508ba5140 2026-04-09 02:15:00.815 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4e0b9184-a046-4a3b-83a8-52a3635ddb33 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 1c84d17d-b6df-40f6-ad07-449b463d2398: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 356/679] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:00 2026] POST /v2.0/subnets => generated 694 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/680] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:00 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 358/681] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:15:00 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:00.930 7 INFO neutron.db.segments_db [None req-6ac7c1b4-90db-4e3f-99ff-667787c44eb7 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment eca11fb7-2348-469e-b83f-8cd64f9abd31 of type vxlan for network a5a16801-8077-4290-bc1d-cf33dae22fc5 2026-04-09 02:15:01.115 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6ac7c1b4-90db-4e3f-99ff-667787c44eb7 78ddcd9b15f247dfaa06444c0511141c c0be29e8851e4975b53b3157c13ca91e - - default default] Unable to schedule network a5a16801-8077-4290-bc1d-cf33dae22fc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:01.129 7 INFO neutron.db.l3_hamode_db [None req-6ac7c1b4-90db-4e3f-99ff-667787c44eb7 78ddcd9b15f247dfaa06444c0511141c c0be29e8851e4975b53b3157c13ca91e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 324/682] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:00 2026] PUT /v2.0/routers/24ac4906-0fbf-4bad-a587-336eab68c3e8/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:01.295 8 INFO neutron.services.segments.plugin [-] Segment b53e82a6-4ba7-48ee-8924-473f7f1f046b resource provider aggregate not found 2026-04-09 02:15:01.301 8 INFO neutron.services.segments.plugin [-] Segment b53e82a6-4ba7-48ee-8924-473f7f1f046b resource provider aggregate not found 2026-04-09 02:15:01.315 8 INFO neutron.services.segments.plugin [-] Segment b53e82a6-4ba7-48ee-8924-473f7f1f046b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b53e82a6-4ba7-48ee-8924-473f7f1f046b found for delete ", "request_id": "req-0bb9ec67-c931-44c9-a3ef-0e6e5ce91331"}]} 2026-04-09 02:15:01.334 8 INFO neutron.services.segments.plugin [-] Segment b53e82a6-4ba7-48ee-8924-473f7f1f046b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b53e82a6-4ba7-48ee-8924-473f7f1f046b found for delete ", "request_id": "req-bec13b75-91cd-481a-894f-6bb57cbcab9e"}]} [pid: 8|app: 0|req: 325/683] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:01 2026] DELETE /v2.0/networks/83d02d6e-cd2a-4462-85ae-9a2475ab3809 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:01.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-1596f043-2bcf-4a43-baf4-0707e05072e1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 56d77b2b-04bc-408a-b611-f65c78d63425 2026-04-09 02:15:01.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1596f043-2bcf-4a43-baf4-0707e05072e1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 56d77b2b-04bc-408a-b611-f65c78d63425 2026-04-09 02:15:01.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-1596f043-2bcf-4a43-baf4-0707e05072e1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 2067a5c2-f890-45c9-8cde-e22b76e81dbb 2026-04-09 02:15:01.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1596f043-2bcf-4a43-baf4-0707e05072e1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 2067a5c2-f890-45c9-8cde-e22b76e81dbb 2026-04-09 02:15:01.815 7 INFO neutron.db.l3_hamode_db [None req-6ac7c1b4-90db-4e3f-99ff-667787c44eb7 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:01.876 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-1596f043-2bcf-4a43-baf4-0707e05072e1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:15:02.066 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6ac7c1b4-90db-4e3f-99ff-667787c44eb7 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network a5a16801-8077-4290-bc1d-cf33dae22fc5: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:02.097 8 INFO neutron.db.l3_hamode_db [None req-1596f043-2bcf-4a43-baf4-0707e05072e1 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network 62370dad-52bd-4d2c-9cbb-d0d9dcace923 was deleted as no HA routers are present in tenant 93dd5187379d4040af1a4391047e7285. [pid: 8|app: 0|req: 326/684] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:01 2026] DELETE /v2.0/routers/24ac4906-0fbf-4bad-a587-336eab68c3e8 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/685] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:02 2026] DELETE /v2.0/networks/b1a0ebc9-d9dc-47e3-8935-2568849a69fc => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/686] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:02 2026] GET /v2.0/ports?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/687] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:02 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/688] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:02 2026] DELETE /v2.0/subnets/7d2a24eb-15dc-496f-9986-4127b2759a58 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/689] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:15:02 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/690] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:02 2026] GET /v2.0/networks?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&shared=False => generated 759 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/691] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:02 2026] DELETE /v2.0/networks/0307d44e-729d-488d-9a77-0e7f66c67323 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/692] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:00 2026] POST /v2.0/routers => generated 734 bytes in 1747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:02.649 8 INFO neutron.db.segments_db [None req-e8c76ce1-8fb1-4e22-84bf-e24a2b74ad10 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Added segment 0c6d5caf-01e5-40c8-a678-502a3f46c190 of type vxlan for network d567df0f-322a-4f43-a7ae-5cbac8f18748 [pid: 7|app: 0|req: 360/693] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:02 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: 334/694] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:02 2026] POST /v2.0/networks => generated 635 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/695] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:02 2026] GET /v2.0/security-groups?tenant_id=93dd5187379d4040af1a4391047e7285&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:02.832 8 INFO neutron.db.segments_db [None req-d6821e22-f7dc-4a9f-89df-6709891389d0 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Added segment 63b32f37-956f-42dd-9eb9-e2595feaa662 of type vxlan for network 0c4978d7-e168-4482-8f34-ecc804c7f8cb [pid: 8|app: 0|req: 336/696] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:02 2026] POST /v2.0/networks => generated 635 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/697] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:02 2026] DELETE /v2.0/security-groups/f2410fbb-bc2d-4ae2-8ccf-5a8ab7e0aaab => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:03.165 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2f401d86-eb82-497e-904d-6fbb22be6b2e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 1c84d17d-b6df-40f6-ad07-449b463d2398: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:03.338 8 INFO neutron.services.segments.plugin [-] Segment 33194fb4-475d-4c24-b8b7-4314baa888f8 resource provider aggregate not found 2026-04-09 02:15:03.361 8 INFO neutron.services.segments.plugin [-] Segment 33194fb4-475d-4c24-b8b7-4314baa888f8 resource provider aggregate not found 2026-04-09 02:15:03.367 8 INFO neutron.services.segments.plugin [-] Segment 33194fb4-475d-4c24-b8b7-4314baa888f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33194fb4-475d-4c24-b8b7-4314baa888f8 found for delete ", "request_id": "req-f15fd045-54e4-4f2c-a523-7231489a2f70"}]} 2026-04-09 02:15:03.382 8 INFO neutron.services.segments.plugin [-] Segment 33194fb4-475d-4c24-b8b7-4314baa888f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33194fb4-475d-4c24-b8b7-4314baa888f8 found for delete ", "request_id": "req-c58faedc-c126-4469-9138-5362442dbce5"}]} 2026-04-09 02:15:03.386 8 INFO neutron.services.segments.plugin [-] Segment c03ca885-deca-4668-8944-7e5f397b39a9 resource provider aggregate not found 2026-04-09 02:15:03.408 8 INFO neutron.services.segments.plugin [-] Segment c03ca885-deca-4668-8944-7e5f397b39a9 resource provider aggregate not found 2026-04-09 02:15:03.420 8 INFO neutron.services.segments.plugin [-] Segment c03ca885-deca-4668-8944-7e5f397b39a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03ca885-deca-4668-8944-7e5f397b39a9 found for delete ", "request_id": "req-0fe3960f-7bc4-4a97-8b2b-104c1ce8fa0b"}]} 2026-04-09 02:15:03.434 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-116a3d07-3ed4-4890-9723-37d444ea7ab8 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Unable to schedule network d567df0f-322a-4f43-a7ae-5cbac8f18748: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:03.440 8 INFO neutron.services.segments.plugin [-] Segment c03ca885-deca-4668-8944-7e5f397b39a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c03ca885-deca-4668-8944-7e5f397b39a9 found for delete ", "request_id": "req-a95a2dbf-a098-4eb6-b5a2-dddea583dd63"}]} 2026-04-09 02:15:03.447 8 INFO neutron.services.segments.plugin [-] Segment 378fc4e3-54c4-4008-a5ba-61419f87e082 resource provider aggregate not found 2026-04-09 02:15:03.472 8 INFO neutron.services.segments.plugin [-] Segment 378fc4e3-54c4-4008-a5ba-61419f87e082 resource provider aggregate not found 2026-04-09 02:15:03.477 8 INFO neutron.services.segments.plugin [-] Segment 378fc4e3-54c4-4008-a5ba-61419f87e082 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 378fc4e3-54c4-4008-a5ba-61419f87e082 found for delete ", "request_id": "req-695d6f5e-3eef-41d8-8b9b-8b8729b899c6"}]} 2026-04-09 02:15:03.488 8 INFO neutron.services.segments.plugin [-] Segment 378fc4e3-54c4-4008-a5ba-61419f87e082 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 378fc4e3-54c4-4008-a5ba-61419f87e082 found for delete ", "request_id": "req-66bc8559-e634-497c-8534-e2afc44bfbd0"}]} 2026-04-09 02:15:03.519 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-116a3d07-3ed4-4890-9723-37d444ea7ab8 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Unable to schedule network 0c4978d7-e168-4482-8f34-ecc804c7f8cb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 338/698] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:02 2026] POST /v2.0/ports => generated 1506 bytes in 601 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: 339/699] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:15:03 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 340/700] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:03 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:03.682 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2f401d86-eb82-497e-904d-6fbb22be6b2e 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 1c84d17d-b6df-40f6-ad07-449b463d2398: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 343/703] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:15:03 2026] GET /v2.0/ports => generated 1506 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:03.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffa3343d-c125-42a6-ab44-b9c45f010a7f 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] TaaS: Handle Delete Port: 9c8cff65-de8e-4364-8164-35a42fe9b7b5 2026-04-09 02:15:03.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffa3343d-c125-42a6-ab44-b9c45f010a7f 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Tap Mirror: Handle Delete Port: 9c8cff65-de8e-4364-8164-35a42fe9b7b5 [pid: 8|app: 0|req: 344/704] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:03 2026] DELETE /v2.0/ports/9c8cff65-de8e-4364-8164-35a42fe9b7b5 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/705] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:02 2026] PUT /v2.0/routers/94594768-427c-4319-a887-aa5fc6abe648/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:03.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-151f0f5a-d62e-4158-8961-36ac81c56500 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] TaaS: Handle Delete Port: 02300db8-866a-4d4d-a627-e1c07aa41a4e 2026-04-09 02:15:03.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-151f0f5a-d62e-4158-8961-36ac81c56500 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Tap Mirror: Handle Delete Port: 02300db8-866a-4d4d-a627-e1c07aa41a4e [pid: 8|app: 0|req: 345/706] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:03 2026] DELETE /v2.0/ports/02300db8-866a-4d4d-a627-e1c07aa41a4e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/707] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:15:04 2026] GET /v2.0/ports => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:04.183 8 INFO neutron.db.segments_db [None req-9562e599-7c20-485e-ab5e-313f7de0535c 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Added segment 5d3205c8-aa24-4dbb-ab24-3e28c06133db of type vxlan for network b7716ac3-119a-45f9-9fb2-1c733ebb0c08 [pid: 8|app: 0|req: 346/708] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:04 2026] POST /v2.0/networks => generated 635 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:04.324 7 INFO neutron.db.segments_db [None req-19f2d117-6430-4119-80d8-0dd0711e97c6 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Added segment c9bad989-b130-4e5c-814f-c3765e417f27 of type vxlan for network 2d97ae00-c991-4f4a-be4a-4d6e15f9245c [pid: 7|app: 0|req: 363/709] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:04 2026] POST /v2.0/networks => generated 634 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/710] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:15:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/711] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:04 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: 8|app: 0|req: 348/712] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:04 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/713] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:05.232 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb310b50-804d-431d-b231-bdf8830e2182 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Unable to schedule network b7716ac3-119a-45f9-9fb2-1c733ebb0c08: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:05.264 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb310b50-804d-431d-b231-bdf8830e2182 41d72ccb69374c8bb4b0ee27dfe12282 9fb63d437da0415c91f91a6bbc94c914 - - default default] Unable to schedule network 2d97ae00-c991-4f4a-be4a-4d6e15f9245c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 366/714] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:04 2026] POST /v2.0/subnets => generated 1323 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/715] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:05 2026] GET /v2.0/subnets => generated 1959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/716] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:15:04 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/717] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:05 2026] DELETE /v2.0/subnets/ec109327-6be0-4ce8-a169-c15632590365 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/718] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:05 2026] DELETE /v2.0/subnets/a8e83b05-3008-41ec-870f-86fc0cae1707 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/719] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:05 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:05.809 8 INFO neutron.services.segments.plugin [-] Segment c9bad989-b130-4e5c-814f-c3765e417f27 resource provider aggregate not found 2026-04-09 02:15:05.818 8 INFO neutron.services.segments.plugin [-] Segment c9bad989-b130-4e5c-814f-c3765e417f27 resource provider aggregate not found 2026-04-09 02:15:05.827 8 INFO neutron.services.segments.plugin [-] Segment c9bad989-b130-4e5c-814f-c3765e417f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9bad989-b130-4e5c-814f-c3765e417f27 found for delete ", "request_id": "req-f2eed0b3-d0ce-4229-b7a9-a12f8481278b"}]} 2026-04-09 02:15:05.837 8 INFO neutron.services.segments.plugin [-] Segment c9bad989-b130-4e5c-814f-c3765e417f27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9bad989-b130-4e5c-814f-c3765e417f27 found for delete ", "request_id": "req-6366987f-a5b1-4d03-8bea-946ef3a440fb"}]} [pid: 8|app: 0|req: 351/720] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:05 2026] DELETE /v2.0/networks/2d97ae00-c991-4f4a-be4a-4d6e15f9245c => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/721] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:15:05 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 371/722] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:05 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => 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: 352/723] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:05 2026] DELETE /v2.0/networks/b7716ac3-119a-45f9-9fb2-1c733ebb0c08 => 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: 353/724] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:06 2026] GET /v2.0/ports?device_id=95e9b271-a230-4754-9af8-f89be6b43064 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:06.140 7 INFO neutron.services.segments.plugin [-] Segment 63b32f37-956f-42dd-9eb9-e2595feaa662 resource provider aggregate not found 2026-04-09 02:15:06.145 7 INFO neutron.services.segments.plugin [-] Segment 63b32f37-956f-42dd-9eb9-e2595feaa662 resource provider aggregate not found 2026-04-09 02:15:06.166 7 INFO neutron.services.segments.plugin [-] Segment 63b32f37-956f-42dd-9eb9-e2595feaa662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63b32f37-956f-42dd-9eb9-e2595feaa662 found for delete ", "request_id": "req-c389064e-a2eb-4584-984e-ad6445fe9d1a"}]} 2026-04-09 02:15:06.168 7 INFO neutron.services.segments.plugin [-] Segment 63b32f37-956f-42dd-9eb9-e2595feaa662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63b32f37-956f-42dd-9eb9-e2595feaa662 found for delete ", "request_id": "req-433f66bb-29f1-4019-9ef1-d076414e8310"}]} [pid: 7|app: 0|req: 372/725] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:06 2026] DELETE /v2.0/networks/0c4978d7-e168-4482-8f34-ecc804c7f8cb => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/726] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:06 2026] DELETE /v2.0/networks/d567df0f-322a-4f43-a7ae-5cbac8f18748 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/727] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:06 2026] DELETE /v2.0/security-groups/637ff4e2-4fb7-4ea8-83d1-f64c3536d011 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:06.882 7 INFO neutron.api.v2.resource [None req-138fb5f4-62e6-401d-b473-f50bd89b215d addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 374/728] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:15:06 2026] GET /v2.0/security-groups/637ff4e2-4fb7-4ea8-83d1-f64c3536d011 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/729] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:06 2026] GET /v2.0/security-groups?tenant_id=9fb63d437da0415c91f91a6bbc94c914&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:07.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-224f8781-b9e7-47f1-8447-9b9f1f816d97 addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] TaaS: Handle Delete Port: 1684285d-a32e-4bd0-8ad2-775d805d919c 2026-04-09 02:15:07.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224f8781-b9e7-47f1-8447-9b9f1f816d97 addd002f3278494c9041bd9f10059876 d7b29b2ccedf4250a0a01b4d850d384b - - default default] Tap Mirror: Handle Delete Port: 1684285d-a32e-4bd0-8ad2-775d805d919c [pid: 8|app: 0|req: 356/730] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:07 2026] DELETE /v2.0/security-groups/7c0f9bd8-772e-41d6-9aa5-974d81009851 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/731] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:06 2026] DELETE /v2.0/floatingips/6edc0091-4b53-4842-af27-7303b4d90c9d => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:07.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-63e00123-3efb-4116-a584-9d6f043bd527 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 7a8b6433-0282-4b2a-b3db-f1b66f0369c9 2026-04-09 02:15:07.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63e00123-3efb-4116-a584-9d6f043bd527 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 7a8b6433-0282-4b2a-b3db-f1b66f0369c9 2026-04-09 02:15:07.848 8 INFO neutron.services.segments.plugin [-] Segment 5d3205c8-aa24-4dbb-ab24-3e28c06133db resource provider aggregate not found 2026-04-09 02:15:07.859 8 INFO neutron.services.segments.plugin [-] Segment 5d3205c8-aa24-4dbb-ab24-3e28c06133db resource provider aggregate not found 2026-04-09 02:15:07.872 8 INFO neutron.services.segments.plugin [-] Segment 5d3205c8-aa24-4dbb-ab24-3e28c06133db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d3205c8-aa24-4dbb-ab24-3e28c06133db found for delete ", "request_id": "req-5a96c463-ba7b-42bb-93a9-5d57db3f0c7e"}]} 2026-04-09 02:15:07.891 8 INFO neutron.services.segments.plugin [-] Segment 5d3205c8-aa24-4dbb-ab24-3e28c06133db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d3205c8-aa24-4dbb-ab24-3e28c06133db found for delete ", "request_id": "req-f3d6cef2-2d4b-4d6c-b0fe-98d6db137423"}]} 2026-04-09 02:15:07.901 8 INFO neutron.services.segments.plugin [-] Segment 0c6d5caf-01e5-40c8-a678-502a3f46c190 resource provider aggregate not found 2026-04-09 02:15:07.913 8 INFO neutron.services.segments.plugin [-] Segment 0c6d5caf-01e5-40c8-a678-502a3f46c190 resource provider aggregate not found 2026-04-09 02:15:07.931 8 INFO neutron.services.segments.plugin [-] Segment 0c6d5caf-01e5-40c8-a678-502a3f46c190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c6d5caf-01e5-40c8-a678-502a3f46c190 found for delete ", "request_id": "req-77d88945-aaf0-4a7d-a7d0-5d34dfca4a40"}]} 2026-04-09 02:15:07.941 8 INFO neutron.services.segments.plugin [-] Segment 0c6d5caf-01e5-40c8-a678-502a3f46c190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c6d5caf-01e5-40c8-a678-502a3f46c190 found for delete ", "request_id": "req-91882634-6266-4398-98bc-dae02c401659"}]} [pid: 8|app: 0|req: 357/732] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:07 2026] PUT /v2.0/routers/e9be2092-a369-409f-a55c-f88550033d27/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:08.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-1078af86-3673-45b7-b549-c8f688f31686 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: b9cc89f8-5bf4-491e-b89b-dacb73a28dc8 2026-04-09 02:15:08.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1078af86-3673-45b7-b549-c8f688f31686 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: b9cc89f8-5bf4-491e-b89b-dacb73a28dc8 2026-04-09 02:15:08.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-1078af86-3673-45b7-b549-c8f688f31686 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: f96a1eef-9745-4cbb-b921-7fc652c836be 2026-04-09 02:15:08.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1078af86-3673-45b7-b549-c8f688f31686 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: f96a1eef-9745-4cbb-b921-7fc652c836be 2026-04-09 02:15:08.720 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-1078af86-3673-45b7-b549-c8f688f31686 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:15:08.984 7 INFO neutron.services.segments.plugin [-] Segment 6ae1f0ab-c494-495e-abae-11d0ff9aac43 resource provider aggregate not found 2026-04-09 02:15:08.994 7 INFO neutron.services.segments.plugin [-] Segment 6ae1f0ab-c494-495e-abae-11d0ff9aac43 resource provider aggregate not found 2026-04-09 02:15:09.001 7 INFO neutron.services.segments.plugin [-] Segment 6ae1f0ab-c494-495e-abae-11d0ff9aac43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ae1f0ab-c494-495e-abae-11d0ff9aac43 found for delete ", "request_id": "req-19716fcf-d1c8-4524-b83b-f11eb71ba8e3"}]} 2026-04-09 02:15:09.013 7 INFO neutron.db.l3_hamode_db [None req-1078af86-3673-45b7-b549-c8f688f31686 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network e171bb7f-353d-4e3b-9f36-66e288ffcd53 was deleted as no HA routers are present in tenant d7b29b2ccedf4250a0a01b4d850d384b. 2026-04-09 02:15:09.020 7 INFO neutron.services.segments.plugin [-] Segment 6ae1f0ab-c494-495e-abae-11d0ff9aac43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ae1f0ab-c494-495e-abae-11d0ff9aac43 found for delete ", "request_id": "req-0280ec9e-56f0-4262-8480-010afd11f8ea"}]} [pid: 7|app: 0|req: 376/733] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:08 2026] DELETE /v2.0/routers/e9be2092-a369-409f-a55c-f88550033d27 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/734] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:09 2026] DELETE /v2.0/subnets/66830dea-04a4-4d29-b80e-21e0967c0300 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/735] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:09 2026] DELETE /v2.0/networks/54726e5e-f63f-4cf3-b38e-b878e5173f69 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/736] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:09 2026] GET /v2.0/security-groups?tenant_id=8e1cdc8d18804b249d851cada51e2615&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:09.701 7 INFO neutron.db.segments_db [None req-d6aff265-5594-495d-a6db-34e839f7752a c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Added segment f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 of type vxlan for network af9462e5-2818-474c-acc6-98952b31e944 [pid: 8|app: 0|req: 360/737] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:09 2026] GET /v2.0/security-groups?tenant_id=d7b29b2ccedf4250a0a01b4d850d384b&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/738] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:09 2026] POST /v2.0/networks => generated 625 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/739] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:09 2026] DELETE /v2.0/security-groups/e59f707f-449c-476b-a729-dd91271763cd => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/740] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:09 2026] DELETE /v2.0/security-groups/8a575075-9de6-48b2-a6f6-84ae25ee6a1c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:10.020 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8020383e-4eb9-4881-bc94-0aec8950efa8 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Unable to schedule network af9462e5-2818-474c-acc6-98952b31e944: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 362/741] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:09 2026] POST /v2.0/ports => generated 774 bytes in 274 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: 380/742] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:09 2026] GET /v2.0/security-groups?tenant_id=23dc66c7265443569555d49468d42c97&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:10.114 8 INFO neutron.db.segments_db [None req-e0d5934c-a3a5-4a8c-af10-cb575ed302e7 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Added segment f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e of type vxlan for network 8ff8cbf1-e51e-4568-9e48-311e6f13c365 [pid: 7|app: 0|req: 381/743] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:10 2026] DELETE /v2.0/security-groups/a4d03eff-4431-4c76-adbf-2dfb3767a000 => 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: 363/744] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:10 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:10.430 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-39794f6b-86ea-424c-b226-1ba35b686dcb c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Unable to schedule network 8ff8cbf1-e51e-4568-9e48-311e6f13c365: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 382/745] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:10 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/746] 10.0.0.184 () {34 vars in 1100 bytes} [Thu Apr 9 02:15:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1553522722&fields=id&tenant_id=c0be29e8851e4975b53b3157c13ca91e => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/747] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:15:10 2026] GET /v2.0/networks?id=1c84d17d-b6df-40f6-ad07-449b463d2398 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/748] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:15:10 2026] GET /v2.0/quotas/c0be29e8851e4975b53b3157c13ca91e => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/749] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:15:10 2026] GET /v2.0/ports?tenant_id=c0be29e8851e4975b53b3157c13ca91e&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/750] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:15:10 2026] GET /v2.0/networks/1c84d17d-b6df-40f6-ad07-449b463d2398?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:10.711 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-79ed62d9-456f-4a57-aa24-c5f46d2cadce c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Unable to schedule network 8ff8cbf1-e51e-4568-9e48-311e6f13c365: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 369/751] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:15:10 2026] GET /v2.0/networks/1c84d17d-b6df-40f6-ad07-449b463d2398?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/752] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:10 2026] POST /v2.0/ports => generated 953 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:10.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-025c64c7-9256-4962-a078-0ab07fa9dfc1 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] TaaS: Handle Delete Port: 3b596922-2b6b-471d-a07a-09cd0cbd8aa4 2026-04-09 02:15:10.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-025c64c7-9256-4962-a078-0ab07fa9dfc1 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Tap Mirror: Handle Delete Port: 3b596922-2b6b-471d-a07a-09cd0cbd8aa4 [pid: 8|app: 0|req: 370/753] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:10 2026] DELETE /v2.0/ports/3b596922-2b6b-471d-a07a-09cd0cbd8aa4 => generated 0 bytes in 236 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-09 02:15:11.019 7 INFO neutron.services.segments.plugin [-] Segment 2d6351fa-af9e-4464-91cd-48f3a8a86e62 resource provider aggregate not found [pid: 8|app: 0|req: 371/754] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:11 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:11.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebfd724f-300b-472e-b47d-053bd03b9e80 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 384/755] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:11 2026] DELETE /v2.0/ports/3b596922-2b6b-471d-a07a-09cd0cbd8aa4 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:11.046 7 INFO neutron.services.segments.plugin [-] Segment 2d6351fa-af9e-4464-91cd-48f3a8a86e62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d6351fa-af9e-4464-91cd-48f3a8a86e62 found for delete ", "request_id": "req-724159ca-3be9-43ef-b2bc-79f58d3f221d"}]} 2026-04-09 02:15:11.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d4082a8-dfd5-42cf-a325-7cc4087fa8ab c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] GET failed (client error): The resource could not be found. 2026-04-09 02:15:11.058 7 INFO neutron.services.segments.plugin [-] Segment 2d6351fa-af9e-4464-91cd-48f3a8a86e62 resource provider aggregate not found [pid: 8|app: 0|req: 372/756] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:11 2026] GET /v2.0/ports/3b596922-2b6b-471d-a07a-09cd0cbd8aa4 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:11.087 7 INFO neutron.services.segments.plugin [-] Segment 2d6351fa-af9e-4464-91cd-48f3a8a86e62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d6351fa-af9e-4464-91cd-48f3a8a86e62 found for delete ", "request_id": "req-e3964c0f-a41a-4921-b0d8-4432c3999b6d"}]} [pid: 7|app: 0|req: 385/757] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:11 2026] DELETE /v2.0/subnets/3c461958-474f-4f17-9f8d-0927a2c1a99d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:11.308 8 INFO neutron.services.segments.plugin [-] Segment f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e resource provider aggregate not found 2026-04-09 02:15:11.319 8 INFO neutron.services.segments.plugin [-] Segment f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e found for delete ", "request_id": "req-7370117c-4e94-43c3-9c68-8541c15cc1c1"}]} 2026-04-09 02:15:11.324 8 INFO neutron.services.segments.plugin [-] Segment f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e resource provider aggregate not found [pid: 8|app: 0|req: 373/758] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:11 2026] DELETE /v2.0/networks/8ff8cbf1-e51e-4568-9e48-311e6f13c365 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:11.347 8 INFO neutron.services.segments.plugin [-] Segment f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b5d0bd-d7bc-4de3-b8a9-0b17cf0b6e6e found for delete ", "request_id": "req-ebc058eb-5319-4625-b083-0778f5ce741d"}]} 2026-04-09 02:15:11.413 7 INFO neutron.db.segments_db [None req-4ca90f0c-15ff-4b79-94c2-baaa58d8545b c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Added segment 498370e1-2047-41ce-8fb6-15600439da80 of type vxlan for network abdba6e0-c7ac-4d67-ad51-dd934546f4c4 [pid: 7|app: 0|req: 386/759] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:11 2026] POST /v2.0/networks => generated 613 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:11.719 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eac570dd-950a-4a89-aa5d-40213489da2a c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Unable to schedule network abdba6e0-c7ac-4d67-ad51-dd934546f4c4: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 374/760] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:11 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:11.959 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ded72c19-0512-4e7b-ba6d-0262caab13af c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Unable to schedule network abdba6e0-c7ac-4d67-ad51-dd934546f4c4: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 387/761] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:11 2026] POST /v2.0/ports => generated 911 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/762] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:12 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:12.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-244e614a-0e19-4133-8b2d-98e92e8dec23 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] TaaS: Handle Delete Port: fad5940e-e0d9-489b-8eb8-55ece6a9dcc9 2026-04-09 02:15:12.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-244e614a-0e19-4133-8b2d-98e92e8dec23 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Tap Mirror: Handle Delete Port: fad5940e-e0d9-489b-8eb8-55ece6a9dcc9 [pid: 8|app: 0|req: 375/763] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:12 2026] DELETE /v2.0/ports/fad5940e-e0d9-489b-8eb8-55ece6a9dcc9 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:12.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df3d11b2-56a0-41ef-baa6-96b2e2ceccbd c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 389/764] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:12 2026] GET /v2.0/ports/fad5940e-e0d9-489b-8eb8-55ece6a9dcc9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/765] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:12 2026] DELETE /v2.0/subnets/dbafd0e6-abe8-4ad9-9161-9d8fc1a32523 => 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: 390/766] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:12 2026] DELETE /v2.0/networks/abdba6e0-c7ac-4d67-ad51-dd934546f4c4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/767] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:12 2026] GET /v2.0/security-groups?tenant_id=7526c32e1c1d4e30a08326946abafec3&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:12.793 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f4c90aae-0c10-49b4-8952-bf389dfa2091 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Unable to schedule network af9462e5-2818-474c-acc6-98952b31e944: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 391/768] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:12 2026] POST /v2.0/ports => generated 775 bytes in 254 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: 378/769] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:12 2026] DELETE /v2.0/security-groups/e47d538a-742a-49a6-a0f1-e1aca9e2adcf => 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: 392/770] 10.0.0.209 () {34 vars in 737 bytes} [Thu Apr 9 02:15:12 2026] PUT /v2.0/ports/a488cc1f-edc7-4e1e-aa00-ec27baea2b50 => generated 752 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:13.066 7 INFO neutron.services.segments.plugin [-] Segment 498370e1-2047-41ce-8fb6-15600439da80 resource provider aggregate not found 2026-04-09 02:15:13.083 7 INFO neutron.services.segments.plugin [-] Segment 498370e1-2047-41ce-8fb6-15600439da80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 498370e1-2047-41ce-8fb6-15600439da80 found for delete ", "request_id": "req-9eb14911-c124-4a51-b79e-9d12fe396c72"}]} 2026-04-09 02:15:13.104 7 INFO neutron.services.segments.plugin [-] Segment 498370e1-2047-41ce-8fb6-15600439da80 resource provider aggregate not found 2026-04-09 02:15:13.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-118533db-5be7-42bc-b76d-74f0ef5213ed c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] TaaS: Handle Delete Port: a488cc1f-edc7-4e1e-aa00-ec27baea2b50 2026-04-09 02:15:13.122 7 INFO neutron.services.segments.plugin [-] Segment 498370e1-2047-41ce-8fb6-15600439da80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 498370e1-2047-41ce-8fb6-15600439da80 found for delete ", "request_id": "req-6bc825bf-86be-45c7-9847-2133d7a38d3c"}]} 2026-04-09 02:15:13.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-118533db-5be7-42bc-b76d-74f0ef5213ed c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Tap Mirror: Handle Delete Port: a488cc1f-edc7-4e1e-aa00-ec27baea2b50 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 393/771] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 379/772] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/ports/a488cc1f-edc7-4e1e-aa00-ec27baea2b50 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/773] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/ports => generated 777 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:13.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-616d63b8-d4e7-4c7c-a587-8813d628e6b5 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 380/774] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/ports/a488cc1f-edc7-4e1e-aa00-ec27baea2b50 => 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: 395/775] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/ports => generated 777 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/776] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/ports/25ecc47c-41bf-41d9-b0b4-66e0a23b2709 => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:13.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a133215d-450b-4aeb-9fd7-ef2cd71dccde c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/777] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/ports/fad5940e-e0d9-489b-8eb8-55ece6a9dcc9 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:13.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91ebbbf9-0177-434a-9ae3-7d4fae3f9d50 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/778] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/subnets/dbafd0e6-abe8-4ad9-9161-9d8fc1a32523 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:13.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba36e513-d93b-42e4-9954-4a55c2551e93 c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 398/779] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/subnets/3c461958-474f-4f17-9f8d-0927a2c1a99d => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:13.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f39fc1f-9048-42fe-8b50-b387d72a751e c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] TaaS: Handle Delete Port: 25ecc47c-41bf-41d9-b0b4-66e0a23b2709 2026-04-09 02:15:13.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f39fc1f-9048-42fe-8b50-b387d72a751e c53dba180d7b4d7ca58c1947c821e633 f3faff7967cd4d75bb82b504033d18f3 - - default default] Tap Mirror: Handle Delete Port: 25ecc47c-41bf-41d9-b0b4-66e0a23b2709 [pid: 7|app: 0|req: 399/780] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/ports/25ecc47c-41bf-41d9-b0b4-66e0a23b2709 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/781] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/security-groups?tenant_id=ae026647c8f64db79905416bcaf7537e&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/782] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/networks/af9462e5-2818-474c-acc6-98952b31e944 => 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: 383/783] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/security-groups/47cc76ee-6d88-4520-bbde-663b81a57206 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/784] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:13 2026] GET /v2.0/security-groups?tenant_id=b0062133c2bb42e98bc4da33575ff477&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/785] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:13 2026] DELETE /v2.0/security-groups/b4720e34-ad9e-49ea-a346-5ab15c028e5a => 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: 385/786] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 402/787] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/security-groups?tenant_id=f3faff7967cd4d75bb82b504033d18f3&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/788] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:14 2026] DELETE /v2.0/security-groups/92db69e7-9a1f-40be-ac17-56ebfb759ab7 => 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: 403/789] 10.0.0.209 () {32 vars in 653 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions => generated 21537 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/790] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/791] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/792] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/793] 10.0.0.209 () {32 vars in 665 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/794] 10.0.0.209 () {32 vars in 699 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/795] 10.0.0.209 () {32 vars in 697 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/796] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/797] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/798] 10.0.0.209 () {32 vars in 703 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/799] 10.0.0.209 () {32 vars in 693 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/800] 10.0.0.209 () {32 vars in 695 bytes} [Thu Apr 9 02:15:14 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: 7|app: 0|req: 409/801] 10.0.0.209 () {32 vars in 685 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/802] 10.0.0.209 () {32 vars in 687 bytes} [Thu Apr 9 02:15:14 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: 7|app: 0|req: 410/803] 10.0.0.209 () {32 vars in 661 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/804] 10.0.0.209 () {32 vars in 699 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/805] 10.0.0.209 () {32 vars in 679 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/806] 10.0.0.209 () {32 vars in 683 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/807] 10.0.0.209 () {32 vars in 675 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/808] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/809] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/810] 10.0.0.209 () {32 vars in 687 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/811] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/812] 10.0.0.209 () {32 vars in 687 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/813] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/814] 10.0.0.209 () {32 vars in 699 bytes} [Thu Apr 9 02:15:14 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/815] 10.0.0.209 () {32 vars in 679 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/816] 10.0.0.209 () {32 vars in 667 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/817] 10.0.0.209 () {32 vars in 677 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/ext-gw-mode => 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: 401/818] 10.0.0.209 () {32 vars in 665 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/819] 10.0.0.209 () {32 vars in 675 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/l3-flavors => 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: 402/820] 10.0.0.209 () {32 vars in 713 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/821] 10.0.0.209 () {32 vars in 691 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/822] 10.0.0.209 () {32 vars in 683 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/multi-provider => 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: 420/823] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:15 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: 8|app: 0|req: 404/824] 10.0.0.209 () {32 vars in 687 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:15.108 7 INFO neutron.services.segments.plugin [-] Segment f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 resource provider aggregate not found [pid: 7|app: 0|req: 421/825] 10.0.0.209 () {32 vars in 705 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:15.127 7 INFO neutron.services.segments.plugin [-] Segment f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 found for delete ", "request_id": "req-4468bd8b-3a24-4ce1-8627-e82a0f5fe442"}]} [pid: 8|app: 0|req: 405/826] 10.0.0.209 () {32 vars in 675 bytes} [Thu Apr 9 02:15:15 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: 7|app: 0|req: 422/827] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:15.140 7 INFO neutron.services.segments.plugin [-] Segment f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 resource provider aggregate not found [pid: 8|app: 0|req: 406/828] 10.0.0.209 () {32 vars in 675 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/829] 10.0.0.209 () {32 vars in 693 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:15.165 7 INFO neutron.services.segments.plugin [-] Segment f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7b6679a-b011-4e89-ac2a-594f5ee6e3e6 found for delete ", "request_id": "req-0b4b2f9a-9d46-4b27-b5fa-006ad4cf4485"}]} [pid: 8|app: 0|req: 407/830] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:15 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: 7|app: 0|req: 424/831] 10.0.0.209 () {32 vars in 709 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/832] 10.0.0.209 () {32 vars in 705 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/833] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/834] 10.0.0.209 () {32 vars in 697 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/835] 10.0.0.209 () {32 vars in 711 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/836] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/837] 10.0.0.209 () {32 vars in 687 bytes} [Thu Apr 9 02:15:15 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: 8|app: 0|req: 411/838] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/839] 10.0.0.209 () {32 vars in 675 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/840] 10.0.0.209 () {32 vars in 671 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/841] 10.0.0.209 () {32 vars in 661 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/842] 10.0.0.209 () {32 vars in 699 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/843] 10.0.0.209 () {32 vars in 699 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/844] 10.0.0.209 () {32 vars in 677 bytes} [Thu Apr 9 02:15:15 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: 417/845] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:15 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: 418/846] 10.0.0.209 () {32 vars in 683 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/847] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/networks?id=1c84d17d-b6df-40f6-ad07-449b463d2398 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/848] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/849] 10.0.0.209 () {32 vars in 685 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/850] 10.0.0.209 () {32 vars in 707 bytes} [Thu Apr 9 02:15:15 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: 422/851] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/852] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c0be29e8851e4975b53b3157c13ca91e => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/853] 10.0.0.209 () {32 vars in 697 bytes} [Thu Apr 9 02:15:15 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: 424/854] 10.0.0.209 () {32 vars in 695 bytes} [Thu Apr 9 02:15:15 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: 425/855] 10.0.0.209 () {32 vars in 685 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/856] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 427/857] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/858] 10.0.0.209 () {32 vars in 705 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/859] 10.0.0.209 () {32 vars in 667 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/860] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/861] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/862] 10.0.0.209 () {32 vars in 691 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/863] 10.0.0.209 () {32 vars in 691 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/864] 10.0.0.209 () {32 vars in 695 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 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.209 () {32 vars in 685 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/866] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/867] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/868] 10.0.0.209 () {32 vars in 703 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/869] 10.0.0.209 () {32 vars in 713 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/870] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:15 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: 441/871] 10.0.0.209 () {32 vars in 715 bytes} [Thu Apr 9 02:15:15 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: 442/872] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:15:15 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: 443/873] 10.0.0.209 () {32 vars in 741 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/874] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:15:15 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: 445/875] 10.0.0.209 () {32 vars in 683 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/876] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/877] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/878] 10.0.0.209 () {32 vars in 679 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/879] 10.0.0.209 () {32 vars in 669 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/880] 10.0.0.209 () {32 vars in 697 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/881] 10.0.0.209 () {32 vars in 705 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/882] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/883] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/884] 10.0.0.209 () {32 vars in 683 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:15.600 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-ef7d605a-151d-4c03-93b4-ca54cd4bf83c d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] Unable to schedule network 1c84d17d-b6df-40f6-ad07-449b463d2398: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 455/885] 10.0.0.209 () {32 vars in 705 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/886] 10.0.0.209 () {32 vars in 695 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/887] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/888] 10.0.0.209 () {32 vars in 697 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/889] 10.0.0.209 () {32 vars in 679 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/890] 10.0.0.209 () {32 vars in 689 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/891] 10.0.0.209 () {32 vars in 701 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/892] 10.0.0.209 () {32 vars in 665 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/893] 10.0.0.209 () {32 vars in 681 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/894] 10.0.0.209 () {32 vars in 677 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/895] 10.0.0.209 () {32 vars in 693 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/896] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:15:15 2026] POST /v2.0/ports => generated 958 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/897] 10.0.0.209 () {32 vars in 677 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 432/898] 10.0.0.209 () {32 vars in 667 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/899] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/900] 10.0.0.209 () {32 vars in 675 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/901] 10.0.0.209 () {32 vars in 687 bytes} [Thu Apr 9 02:15:15 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:15.990 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:15.991 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.022 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.022 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.046 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.047 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.073 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.073 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.100 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.100 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.126 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.126 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.151 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.151 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.178 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.178 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.212 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] 2026-04-09 02:15:16.212 8 INFO neutron.plugins.ml2.plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.237 8 ERROR neutron.plugins.ml2.managers [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-719bf85e-bb6e-4817-897c-f14bac3d90c5 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 2b662b42-17c3-461b-ae6f-685804e294de on host instance for vnic_type normal using segments [{'id': '094b5df5-f711-4cf1-8489-49d10d8d6e8f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 404, 'network_id': '1c84d17d-b6df-40f6-ad07-449b463d2398'}] [pid: 8|app: 0|req: 467/902] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:15:15 2026] PUT /v2.0/ports/2b662b42-17c3-461b-ae6f-685804e294de => generated 1105 bytes in 631 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-09 02:15:16.357 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c363545-4646-446f-a174-2e948f5131be'] response: {'name': 'network-changed', 'server_uuid': '3c5d67f4-14fb-4ad0-847a-9dccdadaa959', 'tag': '2b662b42-17c3-461b-ae6f-685804e294de', 'status': 'completed', 'code': 200} 2026-04-09 02:15:16.476 8 INFO neutron_taas.services.taas.taas_plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-6ea1ee4f-0016-4bf0-bf23-06983007d535 d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] TaaS: Handle Delete Port: 2b662b42-17c3-461b-ae6f-685804e294de 2026-04-09 02:15:16.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-6ea1ee4f-0016-4bf0-bf23-06983007d535 d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] Tap Mirror: Handle Delete Port: 2b662b42-17c3-461b-ae6f-685804e294de [pid: 7|app: 0|req: 436/903] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:16 2026] GET /v2.0/security-groups?tenant_id=bd731c21e01c43aab24484875632bf7b&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:16.597 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-9ad2ebd1-7763-4600-8906-abd3eb3091fd req-6ea1ee4f-0016-4bf0-bf23-06983007d535 d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 468/904] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:15:16 2026] DELETE /v2.0/ports/2b662b42-17c3-461b-ae6f-685804e294de => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/905] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:16 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 470/906] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:16 2026] DELETE /v2.0/security-groups/e05794ff-6c77-499a-a36a-d261f4972327 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:16.718 7 INFO neutron.db.segments_db [None req-7cf2ef87-20bd-4a97-87eb-15d047c5ccda 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment a908567a-c39c-4e80-8fad-b78dee3ca9f7 of type vxlan for network b3fb3ef1-6fa9-4993-a3ef-f47a1fb6c4fe [pid: 7|app: 0|req: 437/907] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:16 2026] POST /v2.0/networks => generated 615 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:16.840 8 INFO neutron.db.segments_db [None req-34d5a715-3446-4d28-9b63-90c9e4c048da 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 of type vxlan for network ac8927f4-aeda-49a7-96c2-df87f2ed6da9 [pid: 7|app: 0|req: 438/908] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:16 2026] GET /v2.0/ports?tenant_id=c0be29e8851e4975b53b3157c13ca91e&device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 471/909] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:16 2026] POST /v2.0/networks => generated 615 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/910] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:16 2026] GET /v2.0/networks?tenant_id=c0be29e8851e4975b53b3157c13ca91e&shared=False => generated 769 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/911] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:17.122 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0037a12-232d-41f4-8160-e3d7510bd880 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network b3fb3ef1-6fa9-4993-a3ef-f47a1fb6c4fe: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 472/912] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:16 2026] POST /v2.0/subnets => generated 646 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:17.337 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-51f65e4c-0949-4216-89ae-d21e83a65840 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network ac8927f4-aeda-49a7-96c2-df87f2ed6da9: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 441/913] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:17 2026] POST /v2.0/subnets => generated 655 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:17.402 8 INFO neutron.db.segments_db [None req-115ce53e-ad7f-42d4-9187-9b42e394a26f 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment 6125b93d-3467-44f9-9e7a-ce244993c597 of type vxlan for network 00d91850-f236-445f-a787-e1cb7a421f82 2026-04-09 02:15:17.595 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-115ce53e-ad7f-42d4-9187-9b42e394a26f 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 00d91850-f236-445f-a787-e1cb7a421f82: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:17.611 8 INFO neutron.db.l3_hamode_db [None req-115ce53e-ad7f-42d4-9187-9b42e394a26f 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 442/914] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:17 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:17.731 8 INFO neutron.db.l3_hamode_db [None req-115ce53e-ad7f-42d4-9187-9b42e394a26f 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:17.962 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-115ce53e-ad7f-42d4-9187-9b42e394a26f 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 00d91850-f236-445f-a787-e1cb7a421f82: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 473/915] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:17 2026] POST /v2.0/routers => generated 511 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:18.406 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16162f0f-b084-42a5-b68d-06da1eca6eac'] response: {'server_uuid': '3c5d67f4-14fb-4ad0-847a-9dccdadaa959', 'name': 'network-vif-deleted', 'tag': '2b662b42-17c3-461b-ae6f-685804e294de', 'status': 'completed', 'code': 200} 2026-04-09 02:15:18.658 8 INFO neutron.db.segments_db [None req-1d061e6a-f6d4-435d-ae08-fb2ae5a2e47a 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] Added segment 775fc6ea-0ffe-4a3d-a7c7-71885384204d of type vxlan for network 81fba56b-67b7-4577-9a95-27a526e03b1e [pid: 8|app: 0|req: 474/916] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:18 2026] POST /v2.0/networks => generated 629 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:18.740 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-818f8eb4-b249-4163-9acf-ba4002e0cd6e 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network b3fb3ef1-6fa9-4993-a3ef-f47a1fb6c4fe: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 477/919] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:18 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:19.011 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-818f8eb4-b249-4163-9acf-ba4002e0cd6e 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network b3fb3ef1-6fa9-4993-a3ef-f47a1fb6c4fe: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 443/920] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:18 2026] PUT /v2.0/routers/21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4/add_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/921] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:19 2026] GET /v2.0/ports/540214c9-5c6a-49ef-af00-7b7839b27dd0 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:19.317 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4f963687-d07b-4e00-9cc4-211331f92cd3 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] Unable to schedule network 81fba56b-67b7-4577-9a95-27a526e03b1e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 444/922] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:19 2026] POST /v2.0/subnets => generated 673 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/923] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:19 2026] GET /v2.0/security-groups?tenant_id=165c92fa03af45da8469b1b188beb7d5&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:19.597 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72c2e49b-7691-4891-b645-2db1fd32d1a0 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network ac8927f4-aeda-49a7-96c2-df87f2ed6da9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:19.620 7 INFO neutron.db.segments_db [None req-9b050980-8527-42eb-9c67-3cd32da3702d 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] Added segment 7686c15f-8964-43b2-989c-75e659ec47c9 of type vxlan for network 024188b2-113b-436e-8eee-fd6be13e1a7d [pid: 7|app: 0|req: 446/924] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:19 2026] POST /v2.0/networks => generated 629 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/925] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:19 2026] DELETE /v2.0/security-groups/d35c68ff-4c30-49e8-ad7e-ee4f74937e86 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/926] 10.0.0.209 () {34 vars in 743 bytes} [Thu Apr 9 02:15:19 2026] PUT /v2.0/networks/024188b2-113b-436e-8eee-fd6be13e1a7d => generated 592 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/927] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:19 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:20.082 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2033f296-9074-4b3b-802b-fc45e6a94e74 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] Unable to schedule network 024188b2-113b-436e-8eee-fd6be13e1a7d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 450/928] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:19 2026] POST /v2.0/subnets => generated 646 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/929] 10.0.0.209 () {34 vars in 741 bytes} [Thu Apr 9 02:15:20 2026] PUT /v2.0/subnets/a2392a61-a793-4f5a-893d-5ecff87671ac => generated 656 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:20.283 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72c2e49b-7691-4891-b645-2db1fd32d1a0 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network ac8927f4-aeda-49a7-96c2-df87f2ed6da9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:20.425 7 INFO neutron.services.segments.plugin [-] Segment 7686c15f-8964-43b2-989c-75e659ec47c9 resource provider aggregate not found 2026-04-09 02:15:20.430 7 INFO neutron.services.segments.plugin [-] Segment 7686c15f-8964-43b2-989c-75e659ec47c9 resource provider aggregate not found 2026-04-09 02:15:20.454 7 INFO neutron.services.segments.plugin [-] Segment 7686c15f-8964-43b2-989c-75e659ec47c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7686c15f-8964-43b2-989c-75e659ec47c9 found for delete ", "request_id": "req-5833d4b7-8863-4c94-9806-c32f5b87f98e"}]} 2026-04-09 02:15:20.463 7 INFO neutron.services.segments.plugin [-] Segment 7686c15f-8964-43b2-989c-75e659ec47c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7686c15f-8964-43b2-989c-75e659ec47c9 found for delete ", "request_id": "req-d6e21eb2-d3b7-44c0-b056-3b186cc8ae70"}]} [pid: 7|app: 0|req: 452/930] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:20 2026] DELETE /v2.0/networks/024188b2-113b-436e-8eee-fd6be13e1a7d => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/931] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:19 2026] PUT /v2.0/routers/21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4/add_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:20.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c591dc3a-d7bf-468a-a918-a7a40c2a84a0 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 453/932] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:20 2026] DELETE /v2.0/networks/024188b2-113b-436e-8eee-fd6be13e1a7d => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/933] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/ports/9e1126ae-e2ad-4051-b4a7-c4cc79317db8 => generated 967 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/934] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/935] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/subnets?network_id=c47450a7-02e8-4fe1-a217-776e8780ed97 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/936] 10.0.0.209 () {32 vars in 653 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/937] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/networks => generated 1307 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/938] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/939] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/networks/81fba56b-67b7-4577-9a95-27a526e03b1e => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/940] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:15:20 2026] GET /v2.0/subnets/51a6e84f-cae5-4d69-b0a1-329e7d0eeac1 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:20.792 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc9d44df-fd94-4da8-8989-f120fe8a0eed 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/941] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:20 2026] DELETE /v2.0/subnets/a2392a61-a793-4f5a-893d-5ecff87671ac => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:20.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e0e2c22-ee0e-4ff3-8e48-767e6d0f9d41 18707db5812f4fccb51eee2583d996f0 438d92e0f2e6468096806eb334fed43b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/942] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:20 2026] DELETE /v2.0/networks/024188b2-113b-436e-8eee-fd6be13e1a7d => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:20.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-e896f810-9f97-4d1c-b9af-3c0420e4275e 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: 9e1126ae-e2ad-4051-b4a7-c4cc79317db8 2026-04-09 02:15:20.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e896f810-9f97-4d1c-b9af-3c0420e4275e 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: 9e1126ae-e2ad-4051-b4a7-c4cc79317db8 [pid: 7|app: 0|req: 463/943] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:20 2026] DELETE /v2.0/subnets/51a6e84f-cae5-4d69-b0a1-329e7d0eeac1 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/944] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:20 2026] DELETE /v2.0/networks/81fba56b-67b7-4577-9a95-27a526e03b1e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/945] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:21 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 481/946] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:20 2026] PUT /v2.0/routers/21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4/remove_router_interface => generated 309 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:21.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ddfeba3-ddb4-465e-9b11-dd6fd7fa4345 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: 540214c9-5c6a-49ef-af00-7b7839b27dd0 2026-04-09 02:15:21.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ddfeba3-ddb4-465e-9b11-dd6fd7fa4345 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: 540214c9-5c6a-49ef-af00-7b7839b27dd0 2026-04-09 02:15:21.762 8 INFO neutron.db.segments_db [None req-bab89428-a7c8-423e-8a10-d852476a2462 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Added segment 968bba92-6ab6-4ff1-b18c-7108705b6d6e of type vxlan for network fc40cded-d2b5-46d1-a87d-eff42bf8a705 [pid: 8|app: 0|req: 482/947] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:21 2026] POST /v2.0/networks => generated 630 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/948] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:21 2026] PUT /v2.0/routers/21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/949] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:21 2026] GET /v2.0/security-groups?tenant_id=438d92e0f2e6468096806eb334fed43b&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/950] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:21 2026] GET /v2.0/ports?device_id=21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/951] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:21 2026] DELETE /v2.0/security-groups/dc104bd2-9081-4a11-8824-be12db30c7b7 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:22.086 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6f775b3b-049a-414c-8d63-9a4c92b8178d 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network fc40cded-d2b5-46d1-a87d-eff42bf8a705: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 467/952] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:21 2026] POST /v2.0/subnets => generated 627 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:22.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-8676502a-ff32-4b8c-a785-e6716c896df0 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: e2a96290-48e2-484b-aa98-16e62954e0e7 2026-04-09 02:15:22.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8676502a-ff32-4b8c-a785-e6716c896df0 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: e2a96290-48e2-484b-aa98-16e62954e0e7 2026-04-09 02:15:22.160 7 INFO neutron.db.segments_db [None req-64f256ba-93c1-4f8e-b364-68d989ed151e 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Added segment d112748e-85be-4097-842e-cccddaa73f7f of type vxlan for network 6e12d3dd-52f0-41b1-bfce-37eba3ff2b36 2026-04-09 02:15:22.365 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-64f256ba-93c1-4f8e-b364-68d989ed151e 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network 6e12d3dd-52f0-41b1-bfce-37eba3ff2b36: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:22.381 7 INFO neutron.db.l3_hamode_db [None req-64f256ba-93c1-4f8e-b364-68d989ed151e 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:22.462 8 INFO neutron.services.segments.plugin [-] Segment 6125b93d-3467-44f9-9e7a-ce244993c597 resource provider aggregate not found 2026-04-09 02:15:22.470 8 INFO neutron.services.segments.plugin [-] Segment 6125b93d-3467-44f9-9e7a-ce244993c597 resource provider aggregate not found 2026-04-09 02:15:22.473 7 INFO neutron.services.segments.plugin [-] Segment 775fc6ea-0ffe-4a3d-a7c7-71885384204d resource provider aggregate not found 2026-04-09 02:15:22.492 8 INFO neutron.services.segments.plugin [-] Segment 6125b93d-3467-44f9-9e7a-ce244993c597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6125b93d-3467-44f9-9e7a-ce244993c597 found for delete ", "request_id": "req-2f341cd8-4e0e-44c7-ac1e-9972aee8c3d0"}]} 2026-04-09 02:15:22.497 7 INFO neutron.services.segments.plugin [-] Segment 775fc6ea-0ffe-4a3d-a7c7-71885384204d resource provider aggregate not found 2026-04-09 02:15:22.498 8 INFO neutron.services.segments.plugin [-] Segment 6125b93d-3467-44f9-9e7a-ce244993c597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6125b93d-3467-44f9-9e7a-ce244993c597 found for delete ", "request_id": "req-5ca7db1e-b845-4f35-87b3-52e33e3c31b0"}]} 2026-04-09 02:15:22.510 8 INFO neutron.db.l3_hamode_db [None req-8676502a-ff32-4b8c-a785-e6716c896df0 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] HA network 00d91850-f236-445f-a787-e1cb7a421f82 was deleted as no HA routers are present in tenant c54ea0f1d7db4a89b3f55605ea3d6cb5. 2026-04-09 02:15:22.511 7 INFO neutron.services.segments.plugin [-] Segment 775fc6ea-0ffe-4a3d-a7c7-71885384204d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 775fc6ea-0ffe-4a3d-a7c7-71885384204d found for delete ", "request_id": "req-1660e747-6a9d-4d4c-b3f8-bc75b69ce213"}]} [pid: 8|app: 0|req: 486/953] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:22 2026] DELETE /v2.0/routers/21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4 => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:22.521 7 INFO neutron.services.segments.plugin [-] Segment 775fc6ea-0ffe-4a3d-a7c7-71885384204d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 775fc6ea-0ffe-4a3d-a7c7-71885384204d found for delete ", "request_id": "req-4232f3b5-85f7-4880-8f16-36e8a14c2106"}]} [pid: 8|app: 0|req: 487/954] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:22 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 488/955] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:22 2026] GET /v2.0/ports?tenant_id=c0be29e8851e4975b53b3157c13ca91e&device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 489/956] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:22 2026] DELETE /v2.0/subnets/dfbcfff8-5bb7-4ba8-b3fd-cc11b39af6fc => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/957] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:22 2026] GET /v2.0/networks?tenant_id=c0be29e8851e4975b53b3157c13ca91e&shared=False => generated 769 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/958] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:22 2026] DELETE /v2.0/subnets/81a98cf0-3c61-483c-846c-419d7876403a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/959] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:22 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: 493/960] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:22 2026] DELETE /v2.0/networks/ac8927f4-aeda-49a7-96c2-df87f2ed6da9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:23.130 7 INFO neutron.db.l3_hamode_db [None req-64f256ba-93c1-4f8e-b364-68d989ed151e 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 494/961] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:23 2026] DELETE /v2.0/networks/b3fb3ef1-6fa9-4993-a3ef-f47a1fb6c4fe => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:23.222 8 INFO neutron.db.segments_db [None req-1a31c07c-ab29-42dd-8e16-3e65b7374acb 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment 5e34a611-f07d-48b6-b635-70ff1ddfde9b of type vxlan for network 0a8c50c1-5cfd-46cd-bbe3-d29ffba42685 [pid: 8|app: 0|req: 495/962] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:23 2026] POST /v2.0/networks => generated 615 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:23.405 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-64f256ba-93c1-4f8e-b364-68d989ed151e 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network 6e12d3dd-52f0-41b1-bfce-37eba3ff2b36: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:23.478 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d2a6245-3a2b-4fcf-8fd6-fa01c26b1c61 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 0a8c50c1-5cfd-46cd-bbe3-d29ffba42685: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 496/963] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:23 2026] POST /v2.0/subnets => generated 646 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:23.544 8 INFO neutron.db.segments_db [None req-7ca8c6a4-dc63-4762-9a61-77c520f6d1de 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment f93d9f5e-c86c-4061-925a-4e04604a37b1 of type vxlan for network fc458a35-0a5f-4ffb-b707-3ac5f4efccbf 2026-04-09 02:15:23.717 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7ca8c6a4-dc63-4762-9a61-77c520f6d1de 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network fc458a35-0a5f-4ffb-b707-3ac5f4efccbf: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:23.738 8 INFO neutron.db.l3_hamode_db [None req-7ca8c6a4-dc63-4762-9a61-77c520f6d1de 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:23.855 8 INFO neutron.db.l3_hamode_db [None req-7ca8c6a4-dc63-4762-9a61-77c520f6d1de 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 468/964] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:22 2026] POST /v2.0/routers => generated 694 bytes in 1904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:24.071 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7ca8c6a4-dc63-4762-9a61-77c520f6d1de 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network fc458a35-0a5f-4ffb-b707-3ac5f4efccbf: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:24.310 7 INFO neutron.db.segments_db [None req-50970f8e-ecd4-4c88-b221-2a50cd2a8554 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] Added segment 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd of type vxlan for network 5f5bf603-eb61-40bf-923f-5eb0918040ae [pid: 7|app: 0|req: 469/965] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:24 2026] POST /v2.0/networks => generated 625 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/966] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:23 2026] POST /v2.0/routers => generated 509 bytes in 914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/967] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:24 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 498/968] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:15:24 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:24.522 8 INFO neutron.services.segments.plugin [-] Segment 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 resource provider aggregate not found 2026-04-09 02:15:24.529 8 INFO neutron.services.segments.plugin [-] Segment 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 resource provider aggregate not found 2026-04-09 02:15:24.550 8 INFO neutron.services.segments.plugin [-] Segment 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 found for delete ", "request_id": "req-64e180c6-3147-4155-b3f6-c4051e5b863a"}]} 2026-04-09 02:15:24.554 8 INFO neutron.services.segments.plugin [-] Segment 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e4e9819-2fde-45ac-82c4-ba23dbe8c161 found for delete ", "request_id": "req-9120b051-72ba-4054-82ab-0257ec01d7cc"}]} 2026-04-09 02:15:24.571 8 INFO neutron.services.segments.plugin [-] Segment a908567a-c39c-4e80-8fad-b78dee3ca9f7 resource provider aggregate not found 2026-04-09 02:15:24.578 8 INFO neutron.services.segments.plugin [-] Segment a908567a-c39c-4e80-8fad-b78dee3ca9f7 resource provider aggregate not found 2026-04-09 02:15:24.599 8 INFO neutron.services.segments.plugin [-] Segment a908567a-c39c-4e80-8fad-b78dee3ca9f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a908567a-c39c-4e80-8fad-b78dee3ca9f7 found for delete ", "request_id": "req-46df6828-e5e1-4f5d-bd84-c8b4935d273c"}]} 2026-04-09 02:15:24.599 8 INFO neutron.services.segments.plugin [-] Segment a908567a-c39c-4e80-8fad-b78dee3ca9f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a908567a-c39c-4e80-8fad-b78dee3ca9f7 found for delete ", "request_id": "req-a9db2004-5c7d-4657-8bd7-ba435e67c65c"}]} 2026-04-09 02:15:24.739 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-402a36ba-1404-402a-bce5-e3363d9371dc 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 0a8c50c1-5cfd-46cd-bbe3-d29ffba42685: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 499/969] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:24 2026] POST /v2.0/ports => generated 959 bytes in 329 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-09 02:15:24.861 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-69c9f798-c4d1-4466-9642-278120423784 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network fc40cded-d2b5-46d1-a87d-eff42bf8a705: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:24.939 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8cb76d10-f7fa-4d01-bdc5-dee93c320133 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] Unable to schedule network 5f5bf603-eb61-40bf-923f-5eb0918040ae: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 500/970] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:24 2026] POST /v2.0/subnets => generated 641 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:25.387 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-69c9f798-c4d1-4466-9642-278120423784 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network fc40cded-d2b5-46d1-a87d-eff42bf8a705: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:25.779 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6e370220-219c-49e4-8517-7bbafa31fa95 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 0a8c50c1-5cfd-46cd-bbe3-d29ffba42685: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 471/971] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:24 2026] PUT /v2.0/routers/03b1c474-fb9e-45d3-8dc3-a153104050ba/add_router_interface => generated 309 bytes in 1510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/972] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:24 2026] PUT /v2.0/routers/a7aa51a6-f744-4ace-8703-2643d29abdb9/add_router_interface => generated 309 bytes in 987 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: 502/973] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:25 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:25.972 7 INFO neutron.db.segments_db [None req-8252ac81-fb2e-4e64-ad7b-d7f66ffce294 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] Added segment 06567898-0103-4537-9107-b54ff1c42583 of type vxlan for network a9384f79-32fc-413f-a866-59b646ced955 [pid: 7|app: 0|req: 472/974] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:25 2026] POST /v2.0/networks => generated 625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/975] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:26 2026] GET /v2.0/ports/bd371182-79d6-47dd-8a0b-21e67ae20a4b => generated 1033 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/976] 10.0.0.209 () {34 vars in 743 bytes} [Thu Apr 9 02:15:26 2026] PUT /v2.0/networks/a9384f79-32fc-413f-a866-59b646ced955 => generated 592 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:26.254 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9a357890-9fa3-4f1d-a35e-916c3a3cbcef 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network fc40cded-d2b5-46d1-a87d-eff42bf8a705: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 503/977] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:25 2026] POST /v2.0/ports => generated 959 bytes in 381 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-09 02:15:26.518 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3ef74c89-a522-4a19-a31f-5e58eddb237c 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] Unable to schedule network a9384f79-32fc-413f-a866-59b646ced955: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 504/978] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:26 2026] POST /v2.0/subnets => generated 626 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:26.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-58c2209e-7773-4034-8133-039386803c87 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: bd371182-79d6-47dd-8a0b-21e67ae20a4b 2026-04-09 02:15:26.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58c2209e-7773-4034-8133-039386803c87 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: bd371182-79d6-47dd-8a0b-21e67ae20a4b 2026-04-09 02:15:26.794 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-baabd4b8-100f-4ffd-af3a-3091e2355ac3 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Unable to schedule network fc40cded-d2b5-46d1-a87d-eff42bf8a705: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 505/979] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:26 2026] POST /v2.0/ports => generated 958 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: 7|app: 0|req: 475/980] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:26 2026] PUT /v2.0/routers/a7aa51a6-f744-4ace-8703-2643d29abdb9/remove_router_interface => generated 309 bytes in 693 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: 506/981] 10.0.0.209 () {34 vars in 741 bytes} [Thu Apr 9 02:15:26 2026] PUT /v2.0/subnets/ffa2f02a-c484-4967-966e-2cb1289245b3 => generated 636 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:27.084 8 INFO neutron.api.v2.resource [None req-d679173c-75b7-48ce-bf02-823471a680bf 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/982] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:26 2026] PUT /v2.0/routers/a7aa51a6-f744-4ace-8703-2643d29abdb9/remove_router_interface => generated 197 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:27.251 8 INFO neutron.services.segments.plugin [-] Segment 06567898-0103-4537-9107-b54ff1c42583 resource provider aggregate not found 2026-04-09 02:15:27.262 8 INFO neutron.services.segments.plugin [-] Segment 06567898-0103-4537-9107-b54ff1c42583 resource provider aggregate not found 2026-04-09 02:15:27.280 8 INFO neutron.services.segments.plugin [-] Segment 06567898-0103-4537-9107-b54ff1c42583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06567898-0103-4537-9107-b54ff1c42583 found for delete ", "request_id": "req-c691e072-1f0b-4449-9e94-98fac5465bf1"}]} 2026-04-09 02:15:27.283 8 INFO neutron.services.segments.plugin [-] Segment 06567898-0103-4537-9107-b54ff1c42583 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06567898-0103-4537-9107-b54ff1c42583 found for delete ", "request_id": "req-80bd1654-6fcb-4e6f-8b96-0beb8e146f03"}]} [pid: 8|app: 0|req: 508/983] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:27 2026] DELETE /v2.0/networks/a9384f79-32fc-413f-a866-59b646ced955 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/984] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:27 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/985] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:27 2026] GET /v2.0/ports?device_id=a7aa51a6-f744-4ace-8703-2643d29abdb9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:27.340 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59d3f0ef-9a58-42ab-9e5b-9f27456581dc 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/986] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:27 2026] DELETE /v2.0/networks/a9384f79-32fc-413f-a866-59b646ced955 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:27.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-67456cd3-b1ec-46ed-b24b-55c92cf2d28b 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: 06439191-0288-433e-a2db-e1b66ac3a026 2026-04-09 02:15:27.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67456cd3-b1ec-46ed-b24b-55c92cf2d28b 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: 06439191-0288-433e-a2db-e1b66ac3a026 2026-04-09 02:15:27.677 7 INFO neutron.db.l3_db [None req-35ed1142-e175-4a89-9e5d-a56aed3c4671 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Floating IP 3e5004ff-97e7-4119-9f99-ca63e7c8af41 associated. External IP: 10.96.250.219, port: 4f7cecab-d6e7-4dba-a9ef-9206880ee3b8. 2026-04-09 02:15:27.764 8 INFO neutron.db.l3_hamode_db [None req-67456cd3-b1ec-46ed-b24b-55c92cf2d28b 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] HA network fc458a35-0a5f-4ffb-b707-3ac5f4efccbf was deleted as no HA routers are present in tenant c54ea0f1d7db4a89b3f55605ea3d6cb5. [pid: 8|app: 0|req: 512/987] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:27 2026] DELETE /v2.0/routers/a7aa51a6-f744-4ace-8703-2643d29abdb9 => 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: 513/988] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:15:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/989] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:27 2026] DELETE /v2.0/subnets/e5af47c3-22b1-4127-97a9-edf63144e818 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/990] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:15:27 2026] GET /v2.0/subnets?network_id=c47450a7-02e8-4fe1-a217-776e8780ed97 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/991] 10.0.0.209 () {34 vars in 677 bytes} [Thu Apr 9 02:15:26 2026] POST /v2.0/floatingips => generated 842 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/992] 10.0.0.209 () {32 vars in 653 bytes} [Thu Apr 9 02:15:27 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/993] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:27 2026] DELETE /v2.0/networks/0a8c50c1-5cfd-46cd-bbe3-d29ffba42685 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:28.072 7 INFO neutron.db.l3_db [None req-089af578-e381-438c-975e-52dac4083380 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Floating IP 3e5004ff-97e7-4119-9f99-ca63e7c8af41 disassociated. External IP: 10.96.250.219, port: 4f7cecab-d6e7-4dba-a9ef-9206880ee3b8. [pid: 8|app: 0|req: 517/994] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/networks => generated 1303 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:28.118 8 INFO neutron.db.segments_db [None req-6a06dc88-6e9c-4827-bee7-f2ec1ecff1c5 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment eef0be10-9b9c-42e6-af2c-447124f74fb0 of type vxlan for network 51cb9bf0-d116-4a08-add9-be8e41ce97c6 [pid: 8|app: 0|req: 518/995] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:28 2026] POST /v2.0/networks => generated 615 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/996] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/997] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/ports?tenant_id=c0be29e8851e4975b53b3157c13ca91e&device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/998] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:15:27 2026] PUT /v2.0/floatingips/3e5004ff-97e7-4119-9f99-ca63e7c8af41 => generated 552 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/999] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/networks/5f5bf603-eb61-40bf-923f-5eb0918040ae => generated 663 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:28.398 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b9268f71-80f7-4bb0-9878-1998436d204e 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 51cb9bf0-d116-4a08-add9-be8e41ce97c6: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 521/1000] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:28 2026] POST /v2.0/subnets => generated 646 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1001] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/networks?tenant_id=c0be29e8851e4975b53b3157c13ca91e&shared=False => generated 769 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1002] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1003] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/subnets/264bafdc-93b3-41e3-860a-c10d943651de => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:28.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdf32c53-4f8e-4eb4-902f-db8158699f4c 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: 69cbbfde-7de7-48d5-8283-742e7269cc54 2026-04-09 02:15:28.518 7 INFO neutron.db.segments_db [None req-574b0113-d15f-47fa-837f-fae1f7d9fa71 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 of type vxlan for network 67d90d5f-d49d-490a-b7d5-48d683eaedc2 2026-04-09 02:15:28.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdf32c53-4f8e-4eb4-902f-db8158699f4c 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: 69cbbfde-7de7-48d5-8283-742e7269cc54 [pid: 8|app: 0|req: 522/1004] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:28 2026] DELETE /v2.0/floatingips/3e5004ff-97e7-4119-9f99-ca63e7c8af41 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:28.714 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-574b0113-d15f-47fa-837f-fae1f7d9fa71 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 67d90d5f-d49d-490a-b7d5-48d683eaedc2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:28.729 7 INFO neutron.db.l3_hamode_db [None req-574b0113-d15f-47fa-837f-fae1f7d9fa71 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 523/1005] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:28.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe0386ae-35ff-4715-a711-cd8cd9f74146 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1006] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:28 2026] DELETE /v2.0/subnets/ffa2f02a-c484-4967-966e-2cb1289245b3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:28.832 7 INFO neutron.db.l3_hamode_db [None req-574b0113-d15f-47fa-837f-fae1f7d9fa71 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:29.033 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-574b0113-d15f-47fa-837f-fae1f7d9fa71 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 67d90d5f-d49d-490a-b7d5-48d683eaedc2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 483/1007] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:28 2026] POST /v2.0/routers => generated 511 bytes in 829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:29.304 8 INFO neutron.services.segments.plugin [-] Segment f93d9f5e-c86c-4061-925a-4e04604a37b1 resource provider aggregate not found 2026-04-09 02:15:29.310 8 INFO neutron.services.segments.plugin [-] Segment f93d9f5e-c86c-4061-925a-4e04604a37b1 resource provider aggregate not found 2026-04-09 02:15:29.312 7 INFO neutron.pecan_wsgi.hooks.translation [None req-000e6d90-2083-490a-b541-9463d4c93092 1afd1f08e5434ce0b2e1b926abf96b87 ac0bc19747b7432ebc7ec9bf83cd419b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/1008] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:29 2026] DELETE /v2.0/networks/a9384f79-32fc-413f-a866-59b646ced955 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:29.326 8 INFO neutron.services.segments.plugin [-] Segment f93d9f5e-c86c-4061-925a-4e04604a37b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93d9f5e-c86c-4061-925a-4e04604a37b1 found for delete ", "request_id": "req-6bf15da4-b9b4-4103-9ec4-c6d1bb78b765"}]} [pid: 7|app: 0|req: 485/1009] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:15:29 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:29.333 8 INFO neutron.services.segments.plugin [-] Segment f93d9f5e-c86c-4061-925a-4e04604a37b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93d9f5e-c86c-4061-925a-4e04604a37b1 found for delete ", "request_id": "req-30eb1aab-e356-47aa-9dbc-8a2c8633a25e"}]} 2026-04-09 02:15:29.351 8 INFO neutron.services.segments.plugin [-] Segment 5e34a611-f07d-48b6-b635-70ff1ddfde9b resource provider aggregate not found 2026-04-09 02:15:29.359 8 INFO neutron.services.segments.plugin [-] Segment 5e34a611-f07d-48b6-b635-70ff1ddfde9b resource provider aggregate not found 2026-04-09 02:15:29.376 8 INFO neutron.services.segments.plugin [-] Segment 5e34a611-f07d-48b6-b635-70ff1ddfde9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e34a611-f07d-48b6-b635-70ff1ddfde9b found for delete ", "request_id": "req-24586187-6636-47f9-9741-ccc086816fbb"}]} 2026-04-09 02:15:29.383 8 INFO neutron.services.segments.plugin [-] Segment 5e34a611-f07d-48b6-b635-70ff1ddfde9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e34a611-f07d-48b6-b635-70ff1ddfde9b found for delete ", "request_id": "req-b85b6144-4c29-4e2b-87b6-327408a69862"}]} 2026-04-09 02:15:29.545 8 INFO neutron.db.l3_db [None req-0db677b8-2d15-4ae6-a790-e0ec7f3d4b46 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Floating IP 3e828855-89f8-4ce2-9a6f-84f21ec4f48e associated. External IP: 10.96.250.216, port: 8c7cacc1-c58f-4492-ae02-7afcb0c0f93a. 2026-04-09 02:15:29.707 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9ad0cadf-36ba-48fe-9be4-451328bf82d7 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 51cb9bf0-d116-4a08-add9-be8e41ce97c6: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 525/1010] 10.0.0.209 () {34 vars in 677 bytes} [Thu Apr 9 02:15:28 2026] POST /v2.0/floatingips => generated 843 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1011] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:29 2026] DELETE /v2.0/subnets/264bafdc-93b3-41e3-860a-c10d943651de => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1012] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:29 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:30.008 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9ad0cadf-36ba-48fe-9be4-451328bf82d7 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 51cb9bf0-d116-4a08-add9-be8e41ce97c6: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 528/1013] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:15:30 2026] GET /v2.0/floatingips/3e828855-89f8-4ce2-9a6f-84f21ec4f48e => generated 843 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1014] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:29 2026] PUT /v2.0/routers/0d465197-5290-468e-9183-0ad54d5a0898/add_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1015] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:30 2026] DELETE /v2.0/networks/5f5bf603-eb61-40bf-923f-5eb0918040ae => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1016] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:30 2026] GET /v2.0/ports/617726e4-acec-491c-a0db-bdd64c2f21d7 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1017] 10.0.0.209 () {32 vars in 655 bytes} [Thu Apr 9 02:15:30 2026] GET /v2.0/floatingips => generated 846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:30.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfeacac9-be43-4716-9709-1ef200268767 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: 617726e4-acec-491c-a0db-bdd64c2f21d7 2026-04-09 02:15:30.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfeacac9-be43-4716-9709-1ef200268767 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: 617726e4-acec-491c-a0db-bdd64c2f21d7 2026-04-09 02:15:30.519 7 INFO neutron.db.l3_db [None req-fbfe023d-ff54-4338-b322-d6b6e4c9b39d 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Floating IP 3e828855-89f8-4ce2-9a6f-84f21ec4f48e associated. External IP: 10.96.250.216, port: 8c7cacc1-c58f-4492-ae02-7afcb0c0f93a. [pid: 8|app: 0|req: 531/1018] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:30 2026] PUT /v2.0/routers/0d465197-5290-468e-9183-0ad54d5a0898/remove_router_interface => generated 309 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1019] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:30 2026] GET /v2.0/security-groups?tenant_id=ac0bc19747b7432ebc7ec9bf83cd419b&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1020] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:30 2026] GET /v2.0/ports?device_id=0d465197-5290-468e-9183-0ad54d5a0898 => 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: 534/1021] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/security-groups/81a490b0-138e-4904-84ff-383d33762517 => 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: 488/1022] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:15:30 2026] PUT /v2.0/floatingips/3e828855-89f8-4ce2-9a6f-84f21ec4f48e => generated 842 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1023] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:31 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:31.190 7 INFO neutron.db.l3_db [None req-524d43c0-9083-4608-89be-bd65fc845efe 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Floating IP 3e828855-89f8-4ce2-9a6f-84f21ec4f48e disassociated. External IP: 10.96.250.216, port: 4f7cecab-d6e7-4dba-a9ef-9206880ee3b8. 2026-04-09 02:15:31.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cf66e48-ac76-4955-8b74-255e2326dcb9 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: d70bcef7-f0e9-413e-85ef-d7614f493d99 2026-04-09 02:15:31.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf66e48-ac76-4955-8b74-255e2326dcb9 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: d70bcef7-f0e9-413e-85ef-d7614f493d99 2026-04-09 02:15:31.415 8 INFO neutron.services.segments.plugin [-] Segment 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd resource provider aggregate not found 2026-04-09 02:15:31.415 8 INFO neutron.services.segments.plugin [-] Segment 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd resource provider aggregate not found 2026-04-09 02:15:31.436 8 INFO neutron.services.segments.plugin [-] Segment 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd found for delete ", "request_id": "req-ba465887-ec11-4425-aa0d-902139ca6973"}]} 2026-04-09 02:15:31.437 8 INFO neutron.services.segments.plugin [-] Segment 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c5d5f69-dfb9-4ba9-ae33-9b04c7af0bbd found for delete ", "request_id": "req-723cc9c8-1e54-4f55-a145-1c69c766c415"}]} [pid: 7|app: 0|req: 490/1024] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:15:31 2026] PUT /v2.0/floatingips/3e828855-89f8-4ce2-9a6f-84f21ec4f48e => generated 552 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1025] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:15:31 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:31.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdaff12c-25a7-43d5-912d-82839eea8424 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: d003349c-99b5-4e37-ab04-da851e6f3d2a 2026-04-09 02:15:31.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdaff12c-25a7-43d5-912d-82839eea8424 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: d003349c-99b5-4e37-ab04-da851e6f3d2a 2026-04-09 02:15:31.617 8 INFO neutron.db.l3_hamode_db [None req-0cf66e48-ac76-4955-8b74-255e2326dcb9 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] HA network 67d90d5f-d49d-490a-b7d5-48d683eaedc2 was deleted as no HA routers are present in tenant c54ea0f1d7db4a89b3f55605ea3d6cb5. [pid: 8|app: 0|req: 535/1026] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/routers/0d465197-5290-468e-9183-0ad54d5a0898 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1027] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/subnets/63458cb2-07cd-446e-a468-5fc7464a75b3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1028] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/floatingips/3e828855-89f8-4ce2-9a6f-84f21ec4f48e => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:31.791 7 INFO neutron.api.v2.resource [None req-e0a5a57c-35c3-46d1-8151-22db1e8fed3e 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/1029] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/floatingips/3e828855-89f8-4ce2-9a6f-84f21ec4f48e => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1030] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/networks/51cb9bf0-d116-4a08-add9-be8e41ce97c6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:31.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad53bb6d-25c4-4716-acb7-44ca4a5c20cb 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: 4f7cecab-d6e7-4dba-a9ef-9206880ee3b8 2026-04-09 02:15:31.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad53bb6d-25c4-4716-acb7-44ca4a5c20cb 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: 4f7cecab-d6e7-4dba-a9ef-9206880ee3b8 2026-04-09 02:15:31.959 8 INFO neutron.db.segments_db [None req-9575c1f9-766c-4d10-83c6-15663bb04f96 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Added segment b989555a-ce33-4cd1-9755-981bd3e65c51 of type vxlan for network 605bbca9-3a28-4770-81de-26db7424563c [pid: 7|app: 0|req: 494/1031] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:31 2026] DELETE /v2.0/ports/4f7cecab-d6e7-4dba-a9ef-9206880ee3b8 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:32.144 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9575c1f9-766c-4d10-83c6-15663bb04f96 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 605bbca9-3a28-4770-81de-26db7424563c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:32.158 8 INFO neutron.db.l3_hamode_db [None req-9575c1f9-766c-4d10-83c6-15663bb04f96 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:32.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-71ee2a61-4d27-4132-9e07-50942e2f5e34 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: 8c7cacc1-c58f-4492-ae02-7afcb0c0f93a 2026-04-09 02:15:32.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71ee2a61-4d27-4132-9e07-50942e2f5e34 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: 8c7cacc1-c58f-4492-ae02-7afcb0c0f93a [pid: 7|app: 0|req: 495/1032] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:32 2026] DELETE /v2.0/ports/8c7cacc1-c58f-4492-ae02-7afcb0c0f93a => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1033] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:32 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => 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: 497/1034] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:32 2026] GET /v2.0/ports?device_id=03b1c474-fb9e-45d3-8dc3-a153104050ba => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:32.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-654e1d8b-97fc-4e95-88a3-de6f06926a30 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: 1b09bd6c-62b0-448d-a650-1122a0a388dd 2026-04-09 02:15:32.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-654e1d8b-97fc-4e95-88a3-de6f06926a30 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: 1b09bd6c-62b0-448d-a650-1122a0a388dd 2026-04-09 02:15:32.828 8 INFO neutron.db.l3_hamode_db [None req-9575c1f9-766c-4d10-83c6-15663bb04f96 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:33.062 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9575c1f9-766c-4d10-83c6-15663bb04f96 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Unable to schedule network 605bbca9-3a28-4770-81de-26db7424563c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 498/1035] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:32 2026] PUT /v2.0/routers/03b1c474-fb9e-45d3-8dc3-a153104050ba/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1036] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:33 2026] GET /v2.0/ports?device_id=3c5d67f4-14fb-4ad0-847a-9dccdadaa959 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:33.473 8 INFO neutron.services.segments.plugin [-] Segment 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 resource provider aggregate not found 2026-04-09 02:15:33.483 8 INFO neutron.services.segments.plugin [-] Segment 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 resource provider aggregate not found 2026-04-09 02:15:33.491 8 INFO neutron.services.segments.plugin [-] Segment 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 found for delete ", "request_id": "req-47125582-9c0b-40e1-8c2c-6c6f1b11a7f6"}]} 2026-04-09 02:15:33.504 8 INFO neutron.services.segments.plugin [-] Segment eef0be10-9b9c-42e6-af2c-447124f74fb0 resource provider aggregate not found 2026-04-09 02:15:33.510 8 INFO neutron.services.segments.plugin [-] Segment 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e787d26-834f-4c27-ae7d-8fbcb6bbeb71 found for delete ", "request_id": "req-b7134eaa-dde4-4f98-a1f0-4b8b1aaad748"}]} 2026-04-09 02:15:33.518 8 INFO neutron.services.segments.plugin [-] Segment eef0be10-9b9c-42e6-af2c-447124f74fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eef0be10-9b9c-42e6-af2c-447124f74fb0 found for delete ", "request_id": "req-9de85e15-cbcf-4a66-9c79-8368892c1e19"}]} 2026-04-09 02:15:33.531 8 INFO neutron.services.segments.plugin [-] Segment eef0be10-9b9c-42e6-af2c-447124f74fb0 resource provider aggregate not found 2026-04-09 02:15:33.547 8 INFO neutron.services.segments.plugin [-] Segment eef0be10-9b9c-42e6-af2c-447124f74fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eef0be10-9b9c-42e6-af2c-447124f74fb0 found for delete ", "request_id": "req-7b631bd5-2b8a-4868-85d2-73735cbe76e7"}]} 2026-04-09 02:15:33.576 7 INFO neutron.db.segments_db [None req-e9694efb-05a7-4354-a418-c684edbfa3b2 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Added segment bd5d8861-5daf-4f6f-84db-39a358dfc96e of type vxlan for network 62e0849a-de9e-4d64-81b5-364319440c84 [pid: 8|app: 0|req: 538/1037] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:31 2026] POST /v2.0/routers => generated 691 bytes in 1733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1038] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:33 2026] POST /v2.0/networks => generated 628 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1039] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:33 2026] DELETE /v2.0/security-groups/b691a467-a521-43fc-a3de-7a763fe137bf => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1042] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:15:33 2026] GET /v2.0/routers/91f347be-785f-434e-acc1-4c8392787cc1 => generated 697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:34.006 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1fe005e9-8548-4907-8bc6-f47254a90d31 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Unable to schedule network 62e0849a-de9e-4d64-81b5-364319440c84: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 505/1043] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:33 2026] POST /v2.0/ports => generated 778 bytes in 232 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-09 02:15:34.055 7 INFO neutron.api.v2.resource [None req-077a2412-9483-48fc-92e3-eb082ff76d06 d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 506/1044] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:15:34 2026] GET /v2.0/security-groups/b691a467-a521-43fc-a3de-7a763fe137bf => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:34.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2de159c-0f8b-4a99-8bb3-7a3da3ad5959 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: b3fff08a-d176-4b4a-821c-c04e7aec6da3 2026-04-09 02:15:34.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2de159c-0f8b-4a99-8bb3-7a3da3ad5959 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: b3fff08a-d176-4b4a-821c-c04e7aec6da3 [pid: 7|app: 0|req: 507/1045] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:34 2026] GET /v2.0/routers => generated 700 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:34.174 7 INFO neutron.db.segments_db [None req-4a24a76e-800a-4d51-9468-076a28361d1f 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Added segment dae721b5-3f9a-48b8-9058-01e8dcd98d04 of type vxlan for network 7a315ed9-30f5-4de8-b2fc-4369993e4303 [pid: 7|app: 0|req: 508/1046] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:34 2026] POST /v2.0/networks => generated 617 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:34.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2de159c-0f8b-4a99-8bb3-7a3da3ad5959 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] TaaS: Handle Delete Port: bf9db485-475e-42de-a188-a4fd48aaa8e3 2026-04-09 02:15:34.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2de159c-0f8b-4a99-8bb3-7a3da3ad5959 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] Tap Mirror: Handle Delete Port: bf9db485-475e-42de-a188-a4fd48aaa8e3 2026-04-09 02:15:34.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-5413fea6-37fa-42f2-9d3f-1010659077c2 d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] TaaS: Handle Delete Port: 5d5fbf47-44f1-4386-ab64-06ba504d4653 2026-04-09 02:15:34.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5413fea6-37fa-42f2-9d3f-1010659077c2 d15831bd62af45f0b20786899b03f066 c0be29e8851e4975b53b3157c13ca91e - - default default] Tap Mirror: Handle Delete Port: 5d5fbf47-44f1-4386-ab64-06ba504d4653 [pid: 7|app: 0|req: 509/1047] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:34 2026] DELETE /v2.0/floatingips/4ec9c296-0887-4191-a208-415ad3578d30 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:34.602 8 INFO neutron.db.l3_hamode_db [None req-f2de159c-0f8b-4a99-8bb3-7a3da3ad5959 00361d60a7f44c5ab9681a5b1ba5395c f0f2ef0e2b20435e85d1a94c170220a4 - - default default] HA network 6e12d3dd-52f0-41b1-bfce-37eba3ff2b36 was deleted as no HA routers are present in tenant f0f2ef0e2b20435e85d1a94c170220a4. [pid: 8|app: 0|req: 539/1048] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:33 2026] DELETE /v2.0/routers/03b1c474-fb9e-45d3-8dc3-a153104050ba => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:34.750 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f279361f-966a-4ddd-a751-a89767dce043 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Unable to schedule network 7a315ed9-30f5-4de8-b2fc-4369993e4303: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 540/1049] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:34 2026] POST /v2.0/subnets => generated 646 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1050] 10.0.0.209 () {34 vars in 741 bytes} [Thu Apr 9 02:15:34 2026] PUT /v2.0/routers/91f347be-785f-434e-acc1-4c8392787cc1 => generated 704 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1051] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:34 2026] DELETE /v2.0/subnets/5197748c-c26a-4d4f-8467-24fa36251f2f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:35.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e86cc18-4478-41af-ab1d-be36bbd1b7c8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: fd65f6ce-b676-409a-85ba-0005f8454ae0 2026-04-09 02:15:35.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e86cc18-4478-41af-ab1d-be36bbd1b7c8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: fd65f6ce-b676-409a-85ba-0005f8454ae0 2026-04-09 02:15:35.358 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-641b1532-a5b3-433a-af87-72508cd5d8dd 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Unable to schedule network 7a315ed9-30f5-4de8-b2fc-4369993e4303: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 512/1052] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:35 2026] POST /v2.0/ports => generated 966 bytes in 398 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: 513/1053] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:15:35 2026] GET /v2.0/routers/91f347be-785f-434e-acc1-4c8392787cc1 => generated 704 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:35.552 8 INFO neutron.services.segments.plugin [-] Segment d112748e-85be-4097-842e-cccddaa73f7f resource provider aggregate not found 2026-04-09 02:15:35.575 8 INFO neutron.services.segments.plugin [-] Segment d112748e-85be-4097-842e-cccddaa73f7f resource provider aggregate not found 2026-04-09 02:15:35.589 8 INFO neutron.services.segments.plugin [-] Segment d112748e-85be-4097-842e-cccddaa73f7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d112748e-85be-4097-842e-cccddaa73f7f found for delete ", "request_id": "req-9a9c210c-757b-45aa-a838-91c3a1f73c28"}]} 2026-04-09 02:15:35.594 8 INFO neutron.services.segments.plugin [-] Segment d112748e-85be-4097-842e-cccddaa73f7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d112748e-85be-4097-842e-cccddaa73f7f found for delete ", "request_id": "req-15a64eb4-bad3-44bb-9903-5e023e61de04"}]} 2026-04-09 02:15:35.614 7 INFO neutron.services.segments.plugin [-] Segment 968bba92-6ab6-4ff1-b18c-7108705b6d6e resource provider aggregate not found 2026-04-09 02:15:35.619 7 INFO neutron.services.segments.plugin [-] Segment 968bba92-6ab6-4ff1-b18c-7108705b6d6e resource provider aggregate not found 2026-04-09 02:15:35.639 7 INFO neutron.services.segments.plugin [-] Segment 968bba92-6ab6-4ff1-b18c-7108705b6d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 968bba92-6ab6-4ff1-b18c-7108705b6d6e found for delete ", "request_id": "req-f7d86d71-fb10-449d-8956-9181eb7833b6"}]} 2026-04-09 02:15:35.641 7 INFO neutron.services.segments.plugin [-] Segment 968bba92-6ab6-4ff1-b18c-7108705b6d6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 968bba92-6ab6-4ff1-b18c-7108705b6d6e found for delete ", "request_id": "req-4f5beb89-b6ab-4086-bb21-6fbb5dedeec9"}]} [pid: 8|app: 0|req: 541/1054] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:34 2026] PUT /v2.0/routers/94594768-427c-4319-a887-aa5fc6abe648/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1055] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:35 2026] DELETE /v2.0/networks/fc40cded-d2b5-46d1-a87d-eff42bf8a705 => 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: 515/1056] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:35 2026] GET /v2.0/ports?device_id=91f347be-785f-434e-acc1-4c8392787cc1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:35.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-e971451d-f6c2-4aab-bc45-af5eb8268eeb 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] TaaS: Handle Delete Port: 93aba880-24fa-4743-a612-e2a72049688f 2026-04-09 02:15:35.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e971451d-f6c2-4aab-bc45-af5eb8268eeb 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Tap Mirror: Handle Delete Port: 93aba880-24fa-4743-a612-e2a72049688f 2026-04-09 02:15:35.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-c714abdd-aac3-4c3d-99ff-9936bc5eaee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 6afc325e-5602-4c78-9884-1cb35ca6e653 2026-04-09 02:15:35.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c714abdd-aac3-4c3d-99ff-9936bc5eaee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 6afc325e-5602-4c78-9884-1cb35ca6e653 [pid: 8|app: 0|req: 542/1057] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:35 2026] DELETE /v2.0/ports/93aba880-24fa-4743-a612-e2a72049688f => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:36.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c8b7ce1-8c38-499b-a841-f95b28acbd63 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: 0da85456-e2dc-47a4-8a7a-d8586f2199ea 2026-04-09 02:15:36.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c8b7ce1-8c38-499b-a841-f95b28acbd63 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: 0da85456-e2dc-47a4-8a7a-d8586f2199ea 2026-04-09 02:15:36.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c8b7ce1-8c38-499b-a841-f95b28acbd63 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] TaaS: Handle Delete Port: 924c12bf-d24a-4428-87a3-a2ddbedfcbca 2026-04-09 02:15:36.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c8b7ce1-8c38-499b-a841-f95b28acbd63 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] Tap Mirror: Handle Delete Port: 924c12bf-d24a-4428-87a3-a2ddbedfcbca 2026-04-09 02:15:36.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-c714abdd-aac3-4c3d-99ff-9936bc5eaee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 2256edeb-e39f-46fb-9312-b7416c9c2903 2026-04-09 02:15:36.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c714abdd-aac3-4c3d-99ff-9936bc5eaee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 2256edeb-e39f-46fb-9312-b7416c9c2903 2026-04-09 02:15:36.568 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-c714abdd-aac3-4c3d-99ff-9936bc5eaee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:15:36.599 8 INFO neutron.db.l3_hamode_db [None req-4c8b7ce1-8c38-499b-a841-f95b28acbd63 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] HA network 605bbca9-3a28-4770-81de-26db7424563c was deleted as no HA routers are present in tenant c54ea0f1d7db4a89b3f55605ea3d6cb5. [pid: 8|app: 0|req: 543/1058] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:35 2026] DELETE /v2.0/routers/91f347be-785f-434e-acc1-4c8392787cc1 => generated 0 bytes in 707 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:36.619 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23b6ccfe-4808-4589-a182-c518b15cb056 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1059] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/ports/93aba880-24fa-4743-a612-e2a72049688f => 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: 545/1060] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:36 2026] GET /v2.0/security-groups?tenant_id=f0f2ef0e2b20435e85d1a94c170220a4&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1061] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:36 2026] GET /v2.0/ports?device_id=91f347be-785f-434e-acc1-4c8392787cc1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:36.768 7 INFO neutron.db.l3_hamode_db [None req-c714abdd-aac3-4c3d-99ff-9936bc5eaee2 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network a5a16801-8077-4290-bc1d-cf33dae22fc5 was deleted as no HA routers are present in tenant c0be29e8851e4975b53b3157c13ca91e. 2026-04-09 02:15:36.771 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5aa7546-dcb5-408a-abbc-3bd34a3eb2f6 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1062] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:36 2026] GET /v2.0/ports/93aba880-24fa-4743-a612-e2a72049688f => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1063] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:35 2026] DELETE /v2.0/routers/94594768-427c-4319-a887-aa5fc6abe648 => generated 0 bytes in 1090 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:36.790 7 INFO neutron.api.v2.resource [None req-9211d08a-c120-40a6-9766-7703d924e153 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 517/1064] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/routers/91f347be-785f-434e-acc1-4c8392787cc1 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1065] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/security-groups/34a25926-fe90-4be1-8936-c637b5748fd2 => 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: 518/1066] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/subnets/5976b418-f303-427e-b4b1-0aeb08fe0aba => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1067] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:36 2026] GET /v2.0/ports?device_id=0d465197-5290-468e-9183-0ad54d5a0898 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1068] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/subnets/0a1057c2-0e82-4e77-befa-184ff60029a1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:36.960 8 INFO neutron.api.v2.resource [None req-0c4b99fa-4a8c-4228-bab1-59d96fed809c 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1069] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/routers/0d465197-5290-468e-9183-0ad54d5a0898 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1070] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/networks/7a315ed9-30f5-4de8-b2fc-4369993e4303 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1071] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:36 2026] DELETE /v2.0/networks/1c84d17d-b6df-40f6-ad07-449b463d2398 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:37.049 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1b72863-7673-4c66-b6d8-fc110ea7d86d 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 521/1072] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/subnets/63458cb2-07cd-446e-a468-5fc7464a75b3 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1073] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:37 2026] GET /v2.0/ports?device_id=a7aa51a6-f744-4ace-8703-2643d29abdb9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:37.084 7 INFO neutron.api.v2.resource [None req-ffb759f3-6176-4434-bd0d-62333408a784 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 523/1074] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/routers/a7aa51a6-f744-4ace-8703-2643d29abdb9 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:37.100 8 INFO neutron.db.segments_db [None req-fdd99128-4133-4d7a-b5ec-72d13686f1f5 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Added segment 409247b1-a9bd-458c-b680-c8195bb3c004 of type vxlan for network 6f46e1ec-99c6-4efa-b249-2cb110644ff4 2026-04-09 02:15:37.101 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de74036a-6bc3-40dd-9714-12f54d6f4ec0 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/1075] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/subnets/e5af47c3-22b1-4127-97a9-edf63144e818 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1076] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:37 2026] GET /v2.0/ports?device_id=21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:37.135 7 INFO neutron.api.v2.resource [None req-a1114bfd-eded-4868-9e93-1aff26c2634a 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 526/1077] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/routers/21eacdfe-e8a1-4822-a0c3-6d65cc0dbbf4 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:37.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13339211-4239-48ea-975a-ebf2213c9bea 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 527/1078] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/subnets/dfbcfff8-5bb7-4ba8-b3fd-cc11b39af6fc => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:37.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-405d05a3-8211-4b29-9e19-f68d29bd1c41 43603cf53c45419f85007ac5f9850693 c54ea0f1d7db4a89b3f55605ea3d6cb5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 528/1079] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/subnets/81a98cf0-3c61-483c-846c-419d7876403a => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1080] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:37 2026] POST /v2.0/networks => generated 616 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1081] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:37 2026] GET /v2.0/security-groups?tenant_id=c0be29e8851e4975b53b3157c13ca91e&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: 554/1082] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/security-groups/7ae61a14-ae1f-4f04-9e4a-0881959d0ae6 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:37.335 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-59796003-1aa2-4e02-b8cd-2015d82b084a 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Unable to schedule network 6f46e1ec-99c6-4efa-b249-2cb110644ff4: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 529/1083] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:37 2026] POST /v2.0/subnets => generated 646 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:37.549 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3fb85ea3-ad83-4056-b7b1-6ca22aa39e58 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Unable to schedule network 6f46e1ec-99c6-4efa-b249-2cb110644ff4: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 555/1084] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:37 2026] POST /v2.0/ports => generated 928 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:37.619 8 INFO neutron.services.segments.plugin [-] Segment b989555a-ce33-4cd1-9755-981bd3e65c51 resource provider aggregate not found 2026-04-09 02:15:37.630 8 INFO neutron.services.segments.plugin [-] Segment b989555a-ce33-4cd1-9755-981bd3e65c51 resource provider aggregate not found 2026-04-09 02:15:37.643 8 INFO neutron.services.segments.plugin [-] Segment b989555a-ce33-4cd1-9755-981bd3e65c51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b989555a-ce33-4cd1-9755-981bd3e65c51 found for delete ", "request_id": "req-1c23af3e-daca-430d-bf30-96148c573b4d"}]} 2026-04-09 02:15:37.654 8 INFO neutron.services.segments.plugin [-] Segment b989555a-ce33-4cd1-9755-981bd3e65c51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b989555a-ce33-4cd1-9755-981bd3e65c51 found for delete ", "request_id": "req-f417d033-d647-4feb-a320-4322d1ff0169"}]} 2026-04-09 02:15:37.659 8 INFO neutron.services.segments.plugin [-] Segment 094b5df5-f711-4cf1-8489-49d10d8d6e8f resource provider aggregate not found 2026-04-09 02:15:37.661 7 INFO neutron.services.segments.plugin [-] Segment eca11fb7-2348-469e-b83f-8cd64f9abd31 resource provider aggregate not found 2026-04-09 02:15:37.666 8 INFO neutron.services.segments.plugin [-] Segment 094b5df5-f711-4cf1-8489-49d10d8d6e8f resource provider aggregate not found 2026-04-09 02:15:37.670 8 INFO neutron.services.segments.plugin [-] Segment 094b5df5-f711-4cf1-8489-49d10d8d6e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094b5df5-f711-4cf1-8489-49d10d8d6e8f found for delete ", "request_id": "req-bddcbebe-16e5-461b-8351-a24d4125e41b"}]} 2026-04-09 02:15:37.673 7 INFO neutron.services.segments.plugin [-] Segment eca11fb7-2348-469e-b83f-8cd64f9abd31 resource provider aggregate not found 2026-04-09 02:15:37.680 8 INFO neutron.services.segments.plugin [-] Segment 094b5df5-f711-4cf1-8489-49d10d8d6e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 094b5df5-f711-4cf1-8489-49d10d8d6e8f found for delete ", "request_id": "req-bb675f23-2098-46e3-af8f-bc3260c348c5"}]} 2026-04-09 02:15:37.684 7 INFO neutron.services.segments.plugin [-] Segment eca11fb7-2348-469e-b83f-8cd64f9abd31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca11fb7-2348-469e-b83f-8cd64f9abd31 found for delete ", "request_id": "req-0492eb41-a8cb-4f9b-9315-12543760ab5b"}]} 2026-04-09 02:15:37.700 7 INFO neutron.services.segments.plugin [-] Segment eca11fb7-2348-469e-b83f-8cd64f9abd31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca11fb7-2348-469e-b83f-8cd64f9abd31 found for delete ", "request_id": "req-9aa6a455-fe13-49b2-bbee-fd7e3e3d2f13"}]} 2026-04-09 02:15:37.705 7 INFO neutron.services.segments.plugin [-] Segment dae721b5-3f9a-48b8-9058-01e8dcd98d04 resource provider aggregate not found 2026-04-09 02:15:37.721 7 INFO neutron.services.segments.plugin [-] Segment dae721b5-3f9a-48b8-9058-01e8dcd98d04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dae721b5-3f9a-48b8-9058-01e8dcd98d04 found for delete ", "request_id": "req-800fb89d-e5ba-437a-9033-2f04c0974a3e"}]} 2026-04-09 02:15:37.725 7 INFO neutron.services.segments.plugin [-] Segment dae721b5-3f9a-48b8-9058-01e8dcd98d04 resource provider aggregate not found 2026-04-09 02:15:37.741 7 INFO neutron.services.segments.plugin [-] Segment dae721b5-3f9a-48b8-9058-01e8dcd98d04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dae721b5-3f9a-48b8-9058-01e8dcd98d04 found for delete ", "request_id": "req-aa1434ad-40da-4fa5-9036-d1b453a32a92"}]} 2026-04-09 02:15:37.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a10e824-9af3-4ebb-a248-7128ab7828b8 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] TaaS: Handle Delete Port: 76ebabe3-cb45-4be0-8cc6-a245f797a8f5 2026-04-09 02:15:37.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a10e824-9af3-4ebb-a248-7128ab7828b8 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Tap Mirror: Handle Delete Port: 76ebabe3-cb45-4be0-8cc6-a245f797a8f5 [pid: 7|app: 0|req: 530/1085] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/ports/76ebabe3-cb45-4be0-8cc6-a245f797a8f5 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:37.903 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01447310-fb59-4b9f-b5d5-aa4e2c44d493 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1086] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:37 2026] GET /v2.0/ports/76ebabe3-cb45-4be0-8cc6-a245f797a8f5 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1087] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:37 2026] GET /v2.0/security-groups?tenant_id=c54ea0f1d7db4a89b3f55605ea3d6cb5&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1088] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/security-groups/c587a906-ef3e-4b9b-9298-95c5f776332b => 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: 532/1089] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:37 2026] DELETE /v2.0/subnets/ebf5b2b0-4157-4ff2-8654-0906b7169e79 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1090] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:38 2026] DELETE /v2.0/networks/6f46e1ec-99c6-4efa-b249-2cb110644ff4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:38.388 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-46ffa79c-3309-4b74-a3c3-2327a4b143cd 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Unable to schedule network 62e0849a-de9e-4d64-81b5-364319440c84: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 533/1091] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:38 2026] POST /v2.0/ports => generated 779 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1092] 10.0.0.209 () {34 vars in 737 bytes} [Thu Apr 9 02:15:38 2026] PUT /v2.0/ports/80941de1-c6e0-4906-b74d-a62f4f0a9d84 => generated 752 bytes in 196 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-09 02:15:38.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-084479ce-d700-4933-aa11-021fd16374e7 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] TaaS: Handle Delete Port: 80941de1-c6e0-4906-b74d-a62f4f0a9d84 2026-04-09 02:15:38.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-084479ce-d700-4933-aa11-021fd16374e7 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Tap Mirror: Handle Delete Port: 80941de1-c6e0-4906-b74d-a62f4f0a9d84 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 534/1093] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:38 2026] DELETE /v2.0/ports/80941de1-c6e0-4906-b74d-a62f4f0a9d84 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1094] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:15:38 2026] POST /v2.0/subnetpools => generated 547 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1095] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:15:38 2026] GET /v2.0/subnetpools/48a2b5b9-584e-4954-b906-fa35bfc952bc => generated 547 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1096] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:15:38 2026] GET /v2.0/ports => generated 781 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:38.921 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4622b989-cc95-459f-8ce9-3f8da15e89ad 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1097] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:38 2026] GET /v2.0/ports/80941de1-c6e0-4906-b74d-a62f4f0a9d84 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1098] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:15:38 2026] PUT /v2.0/subnetpools/48a2b5b9-584e-4954-b906-fa35bfc952bc => generated 500 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1099] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:15:38 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1100] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:38 2026] DELETE /v2.0/subnetpools/48a2b5b9-584e-4954-b906-fa35bfc952bc => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:38.997 8 INFO neutron.api.v2.resource [None req-7e5e7a52-c15e-4676-b6cc-bc438387f3b6 8d488a41f9774f83b0772158c8eaa75b 304efc17c1dd47748183b6bf8bc24e27 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1101] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:15:38 2026] GET /v2.0/subnetpools/48a2b5b9-584e-4954-b906-fa35bfc952bc => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1102] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:38 2026] GET /v2.0/ports/7c4654d3-ea38-47af-85c8-53317225b2d2 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:39.026 7 INFO neutron.api.v2.resource [None req-06cbb507-09c4-4fdd-a267-07097d6e04ae 8d488a41f9774f83b0772158c8eaa75b 304efc17c1dd47748183b6bf8bc24e27 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1103] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/subnetpools/48a2b5b9-584e-4954-b906-fa35bfc952bc => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:39.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a63bc269-4ab8-43b8-978a-d74848db9976 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 540/1104] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/ports/76ebabe3-cb45-4be0-8cc6-a245f797a8f5 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:39.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e540520-40f2-4a1d-844c-9ee19803927c 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1105] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/subnets/ebf5b2b0-4157-4ff2-8654-0906b7169e79 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:39.075 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5a562ba-43d2-41dd-b7dc-20eb547046cc 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 542/1106] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/subnets/5976b418-f303-427e-b4b1-0aeb08fe0aba => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:15:39.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-10886205-7cee-4d88-ba2d-241a0fd28877 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] TaaS: Handle Delete Port: 7c4654d3-ea38-47af-85c8-53317225b2d2 2026-04-09 02:15:39.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10886205-7cee-4d88-ba2d-241a0fd28877 5c124f3884a2461380db9f25566ec615 6df3a4704102486b9425b201ee2abb4b - - default default] Tap Mirror: Handle Delete Port: 7c4654d3-ea38-47af-85c8-53317225b2d2 2026-04-09 02:15:39.212 8 INFO neutron.db.segments_db [None req-f70e8498-5947-483c-ad09-be0046be6eaa 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 24c39bc7-87a4-46bd-9739-c91a0db156c2 of type vxlan for network 3a375dc6-fad4-4c8d-9516-c3d2379bfee9 [pid: 7|app: 0|req: 543/1107] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/ports/7c4654d3-ea38-47af-85c8-53317225b2d2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1108] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:15:39 2026] POST /v2.0/networks => generated 725 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1109] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/networks/62e0849a-de9e-4d64-81b5-364319440c84 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:39.435 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cf4ec06-0320-43bb-bdf6-6412abed5d6b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 3a375dc6-fad4-4c8d-9516-c3d2379bfee9: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 566/1110] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:39 2026] POST /v2.0/subnets => generated 691 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:39.495 8 INFO neutron.db.segments_db [None req-329ea715-c2db-4950-9bee-16890907fdb8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 of type vxlan for network 1cd13f51-5b6f-469c-8a2b-d2199d48196c 2026-04-09 02:15:39.685 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-329ea715-c2db-4950-9bee-16890907fdb8 78ddcd9b15f247dfaa06444c0511141c e6d9241c557e4168bfd18933784fbe42 - - default default] Unable to schedule network 1cd13f51-5b6f-469c-8a2b-d2199d48196c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:39.692 8 INFO neutron.services.segments.plugin [-] Segment 409247b1-a9bd-458c-b680-c8195bb3c004 resource provider aggregate not found 2026-04-09 02:15:39.698 8 INFO neutron.services.segments.plugin [-] Segment 409247b1-a9bd-458c-b680-c8195bb3c004 resource provider aggregate not found 2026-04-09 02:15:39.713 8 INFO neutron.services.segments.plugin [-] Segment 409247b1-a9bd-458c-b680-c8195bb3c004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 409247b1-a9bd-458c-b680-c8195bb3c004 found for delete ", "request_id": "req-e919143b-e387-45a3-b438-3eb625381d2c"}]} 2026-04-09 02:15:39.717 8 INFO neutron.services.segments.plugin [-] Segment 409247b1-a9bd-458c-b680-c8195bb3c004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 409247b1-a9bd-458c-b680-c8195bb3c004 found for delete ", "request_id": "req-938ac623-db1f-47fc-b91d-21df0a90e4db"}]} 2026-04-09 02:15:39.719 8 INFO neutron.db.l3_hamode_db [None req-329ea715-c2db-4950-9bee-16890907fdb8 78ddcd9b15f247dfaa06444c0511141c e6d9241c557e4168bfd18933784fbe42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:39.746 7 INFO neutron.services.segments.plugin [-] Segment bd5d8861-5daf-4f6f-84db-39a358dfc96e resource provider aggregate not found 2026-04-09 02:15:39.765 7 INFO neutron.services.segments.plugin [-] Segment bd5d8861-5daf-4f6f-84db-39a358dfc96e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd5d8861-5daf-4f6f-84db-39a358dfc96e found for delete ", "request_id": "req-64dbc600-1a5c-4fdb-8f68-43d259916e26"}]} 2026-04-09 02:15:39.767 7 INFO neutron.services.segments.plugin [-] Segment bd5d8861-5daf-4f6f-84db-39a358dfc96e resource provider aggregate not found 2026-04-09 02:15:39.788 7 INFO neutron.services.segments.plugin [-] Segment bd5d8861-5daf-4f6f-84db-39a358dfc96e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd5d8861-5daf-4f6f-84db-39a358dfc96e found for delete ", "request_id": "req-41a36659-eb7b-47f2-b799-6040956ceb9b"}]} [pid: 7|app: 0|req: 545/1111] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:39 2026] GET /v2.0/security-groups?tenant_id=304efc17c1dd47748183b6bf8bc24e27&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1112] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:39 2026] GET /v2.0/security-groups?tenant_id=6df3a4704102486b9425b201ee2abb4b&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1113] 10.0.0.209 () {32 vars in 623 bytes} [Thu Apr 9 02:15:39 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1114] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/security-groups/707c7f04-997f-4578-bbf7-73395b3fd925 => 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: 549/1115] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:39 2026] DELETE /v2.0/security-groups/d372ea77-f53b-4a7c-89b9-5bc7dfcf6799 => 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: 550/1116] 10.0.0.209 () {32 vars in 633 bytes} [Thu Apr 9 02:15:40 2026] GET /v2.0/ => generated 632 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:40.356 8 INFO neutron.db.l3_hamode_db [None req-329ea715-c2db-4950-9bee-16890907fdb8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:40.551 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-329ea715-c2db-4950-9bee-16890907fdb8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 1cd13f51-5b6f-469c-8a2b-d2199d48196c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 551/1117] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:40 2026] GET /v2.0/security-groups?tenant_id=a304c114ebcf4d828fa56ab5d7a95455&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1118] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:40 2026] DELETE /v2.0/security-groups/8811b5f3-d7e3-4a70-837f-170cd6c39e12 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1119] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:39 2026] POST /v2.0/routers => generated 731 bytes in 1610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:41.508 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-28f8e39e-ef1e-4a00-a8e5-6c77975b1e92 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 3a375dc6-fad4-4c8d-9516-c3d2379bfee9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:42.027 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-28f8e39e-ef1e-4a00-a8e5-6c77975b1e92 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 3a375dc6-fad4-4c8d-9516-c3d2379bfee9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:42.105 8 INFO neutron.db.segments_db [None req-50963bad-20b9-4d9e-987f-4d907d32e9ae d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 90a13136-705c-42e3-9ebf-935f5a927c93 of type vxlan for network df4242d4-2681-4ab8-bb57-6cc9765b9417 [pid: 8|app: 0|req: 568/1120] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:41 2026] POST /v2.0/networks => generated 610 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:42.223 8 INFO neutron.db.segments_db [None req-09227cb4-d16c-4e31-b159-792e5a947f8a d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 8266d0c4-512d-406e-bd25-c03e9317ac67 of type vxlan for network 39e6b095-0657-474d-9d90-65b226529215 [pid: 7|app: 0|req: 553/1121] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:41 2026] PUT /v2.0/routers/1d520826-56a0-4b94-b4a4-0e62d894e74f/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1122] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:42 2026] POST /v2.0/networks => generated 611 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:42.487 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7a1987bd-f1a4-4e79-862f-baab8ce29281 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network df4242d4-2681-4ab8-bb57-6cc9765b9417: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 554/1123] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:42 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:42.742 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16201517-2012-4b1c-8c11-a8f85ceacf19 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 39e6b095-0657-474d-9d90-65b226529215: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 570/1124] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:42 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:42.812 7 INFO neutron.db.segments_db [None req-bbfee1a5-feca-46b9-9a51-98bfdd070bd6 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 of type vxlan for network a5327dca-fb97-493f-b2ec-9db38628f200 [pid: 8|app: 0|req: 571/1125] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:15:42 2026] POST /v2.0/security-groups => generated 1660 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:15:42.979 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bbfee1a5-feca-46b9-9a51-98bfdd070bd6 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network a5327dca-fb97-493f-b2ec-9db38628f200: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:42.999 7 INFO neutron.db.l3_hamode_db [None req-bbfee1a5-feca-46b9-9a51-98bfdd070bd6 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 572/1126] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:43.106 7 INFO neutron.db.l3_hamode_db [None req-bbfee1a5-feca-46b9-9a51-98bfdd070bd6 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 573/1127] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:43.307 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bbfee1a5-feca-46b9-9a51-98bfdd070bd6 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network a5327dca-fb97-493f-b2ec-9db38628f200: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 555/1128] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:42 2026] POST /v2.0/routers => generated 507 bytes in 852 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1129] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:15:43 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:44.010 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ae0b283b-3954-4577-a2ff-f2927ee5f69b d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network df4242d4-2681-4ab8-bb57-6cc9765b9417: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 575/1130] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/security-groups?tenant_id=4d1a23a926a1424f8f00b0c4eecb1c2d&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1131] 10.0.0.184 () {34 vars in 1100 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1629447685&fields=id&tenant_id=e6d9241c557e4168bfd18933784fbe42 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1132] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:44 2026] DELETE /v2.0/security-groups/19216e84-41db-4826-88fa-199ecd1b100d => 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: 578/1133] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/networks?id=3a375dc6-fad4-4c8d-9516-c3d2379bfee9 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1134] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/quotas/e6d9241c557e4168bfd18933784fbe42 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:44.429 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ae0b283b-3954-4577-a2ff-f2927ee5f69b d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network df4242d4-2681-4ab8-bb57-6cc9765b9417: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 580/1135] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/ports?tenant_id=e6d9241c557e4168bfd18933784fbe42&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1136] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/networks/3a375dc6-fad4-4c8d-9516-c3d2379bfee9?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: 556/1137] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:43 2026] PUT /v2.0/routers/9f879396-5b86-4ea9-9ad4-f711b3c8fcdb/add_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1138] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/networks/3a375dc6-fad4-4c8d-9516-c3d2379bfee9?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: 557/1139] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/ports/2fa78696-4026-4e3d-b612-977e8a083dd8 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1140] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:44 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:45.100 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0dfeff39-dbbc-48bb-9a10-8afca438a699 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 39e6b095-0657-474d-9d90-65b226529215: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:45.689 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0dfeff39-dbbc-48bb-9a10-8afca438a699 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 39e6b095-0657-474d-9d90-65b226529215: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 559/1141] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:45 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 583/1142] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:44 2026] PUT /v2.0/routers/9f879396-5b86-4ea9-9ad4-f711b3c8fcdb/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1143] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:45 2026] GET /v2.0/ports/f3466079-38bf-4c74-bc99-84b02ace14ae => generated 955 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:46.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d5574e9-18fd-41fc-9706-291566fd8a27 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: f3466079-38bf-4c74-bc99-84b02ace14ae 2026-04-09 02:15:46.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d5574e9-18fd-41fc-9706-291566fd8a27 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: f3466079-38bf-4c74-bc99-84b02ace14ae [pid: 7|app: 0|req: 561/1144] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:46 2026] GET /v2.0/security-groups?tenant_id=9681dedac20a4c99a517d36e0a7454e4&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1145] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:46 2026] DELETE /v2.0/security-groups/9f08e1e7-814f-4faf-b7d0-d456464e23ca => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1146] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:46 2026] GET /v2.0/security-groups?tenant_id=6b95e63c028c4a58a767a8383666bdbd&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1147] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:45 2026] PUT /v2.0/routers/9f879396-5b86-4ea9-9ad4-f711b3c8fcdb/remove_router_interface => generated 309 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1148] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:46 2026] DELETE /v2.0/security-groups/afcc64d7-84e0-4dbe-97ea-95ba34116b3b => 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: 565/1149] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:46 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:47.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-0165d81c-da87-4c98-a801-cc757cc5b916 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 2fa78696-4026-4e3d-b612-977e8a083dd8 2026-04-09 02:15:47.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0165d81c-da87-4c98-a801-cc757cc5b916 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 2fa78696-4026-4e3d-b612-977e8a083dd8 [pid: 8|app: 0|req: 585/1150] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:46 2026] PUT /v2.0/routers/9f879396-5b86-4ea9-9ad4-f711b3c8fcdb/remove_router_interface => generated 309 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1151] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:47 2026] GET /v2.0/ports?device_id=9f879396-5b86-4ea9-9ad4-f711b3c8fcdb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:47.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cd75d55-428e-4a51-8600-3f106b236ced d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 3013b9da-aecc-4483-8d89-f53812231d39 2026-04-09 02:15:47.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cd75d55-428e-4a51-8600-3f106b236ced d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 3013b9da-aecc-4483-8d89-f53812231d39 2026-04-09 02:15:48.008 8 INFO neutron.services.segments.plugin [-] Segment 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 resource provider aggregate not found 2026-04-09 02:15:48.016 8 INFO neutron.services.segments.plugin [-] Segment 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 resource provider aggregate not found 2026-04-09 02:15:48.036 8 INFO neutron.services.segments.plugin [-] Segment 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 found for delete ", "request_id": "req-41cf10b5-8609-451a-8fcd-767c497193d2"}]} 2026-04-09 02:15:48.037 8 INFO neutron.services.segments.plugin [-] Segment 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1190bc7b-6d99-4c1d-afdc-c63fbdd69184 found for delete ", "request_id": "req-d40a4422-30f2-449c-beac-8a4e540dbbc4"}]} 2026-04-09 02:15:48.038 8 INFO neutron.db.l3_hamode_db [None req-5cd75d55-428e-4a51-8600-3f106b236ced d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] HA network a5327dca-fb97-493f-b2ec-9db38628f200 was deleted as no HA routers are present in tenant ea8df8bd0bd24eb195218d1e29554bc3. [pid: 8|app: 0|req: 586/1152] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:47 2026] DELETE /v2.0/routers/9f879396-5b86-4ea9-9ad4-f711b3c8fcdb => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1153] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:48 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1154] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:47 2026] GET /v2.0/security-groups?tenant_id=aaa7646d8f2e417d843971981d76c25b&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1155] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:48 2026] DELETE /v2.0/subnets/e6c81fbd-7078-4cb2-89b2-c2756c43679f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1156] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:48 2026] DELETE /v2.0/security-groups/76c6db93-4049-448c-b609-67dc06848ccc => 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: 589/1157] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:48 2026] DELETE /v2.0/subnets/eac8d3ec-1941-4374-9141-1dec16cf2241 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:48.436 7 INFO neutron.services.segments.plugin [-] Segment 8266d0c4-512d-406e-bd25-c03e9317ac67 resource provider aggregate not found 2026-04-09 02:15:48.441 7 INFO neutron.services.segments.plugin [-] Segment 8266d0c4-512d-406e-bd25-c03e9317ac67 resource provider aggregate not found 2026-04-09 02:15:48.462 7 INFO neutron.services.segments.plugin [-] Segment 8266d0c4-512d-406e-bd25-c03e9317ac67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8266d0c4-512d-406e-bd25-c03e9317ac67 found for delete ", "request_id": "req-70888cd3-a561-48ac-99d6-4c0ac1f633aa"}]} 2026-04-09 02:15:48.463 7 INFO neutron.services.segments.plugin [-] Segment 8266d0c4-512d-406e-bd25-c03e9317ac67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8266d0c4-512d-406e-bd25-c03e9317ac67 found for delete ", "request_id": "req-c314cd6e-ba98-44ba-8881-f9e77fe55307"}]} [pid: 7|app: 0|req: 569/1158] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:48 2026] DELETE /v2.0/networks/39e6b095-0657-474d-9d90-65b226529215 => 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: 590/1159] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:48 2026] DELETE /v2.0/networks/df4242d4-2681-4ab8-bb57-6cc9765b9417 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:15:48.654 7 INFO neutron.db.segments_db [None req-cd0e89ab-00ae-487a-8e9f-cc1bff1605df d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 1d2c8603-fae5-407c-ab31-3604b0cd1211 of type vxlan for network 95e1db5b-1381-4b14-95c5-d64df4990641 [pid: 7|app: 0|req: 571/1162] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:48 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:48.920 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6f51ed05-2327-48a6-af2b-482afba0b549 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 95e1db5b-1381-4b14-95c5-d64df4990641: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 592/1163] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:48 2026] POST /v2.0/subnets => generated 626 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:48.992 7 INFO neutron.db.segments_db [None req-186dadf4-a7ce-46f4-a368-010af482ba51 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 8b73e1a3-541d-4732-9596-6a41ec3cd868 of type vxlan for network ac90b3bb-0a35-48a5-957f-281d34166363 [pid: 8|app: 0|req: 593/1164] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:15:49 2026] GET /v2.0/networks?id=3a375dc6-fad4-4c8d-9516-c3d2379bfee9 => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1165] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:15:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e6d9241c557e4168bfd18933784fbe42 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1166] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:49 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:49.198 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-186dadf4-a7ce-46f4-a368-010af482ba51 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network ac90b3bb-0a35-48a5-957f-281d34166363: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:49.215 7 INFO neutron.db.l3_hamode_db [None req-186dadf4-a7ce-46f4-a368-010af482ba51 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:49.347 7 INFO neutron.db.l3_hamode_db [None req-186dadf4-a7ce-46f4-a368-010af482ba51 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:49.417 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-5e981cef-9572-40dd-b5d0-ef41d990ae5f a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] Unable to schedule network 3a375dc6-fad4-4c8d-9516-c3d2379bfee9: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 596/1167] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:15:49 2026] POST /v2.0/ports => generated 958 bytes in 314 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-09 02:15:49.574 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-186dadf4-a7ce-46f4-a368-010af482ba51 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network ac90b3bb-0a35-48a5-957f-281d34166363: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:49.789 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.789 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.817 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.817 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.842 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.842 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.867 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.867 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.891 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.891 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.915 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.916 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 [pid: 7|app: 0|req: 572/1168] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:48 2026] POST /v2.0/routers => generated 505 bytes in 977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:49.936 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.936 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.957 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.957 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:49.984 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:49.984 8 INFO neutron.plugins.ml2.plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:50.007 8 ERROR neutron.plugins.ml2.managers [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-adbdccce-e10d-4ecd-80aa-a01dcf14e9c1 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 187b0990-3663-4c56-9736-1433cfd18b85 on host instance for vnic_type normal using segments [{'id': '24c39bc7-87a4-46bd-9739-c91a0db156c2', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 725, 'network_id': '3a375dc6-fad4-4c8d-9516-c3d2379bfee9'}] 2026-04-09 02:15:50.058 8 INFO neutron.services.segments.plugin [-] Segment 90a13136-705c-42e3-9ebf-935f5a927c93 resource provider aggregate not found 2026-04-09 02:15:50.063 8 INFO neutron.services.segments.plugin [-] Segment 90a13136-705c-42e3-9ebf-935f5a927c93 resource provider aggregate not found 2026-04-09 02:15:50.078 8 INFO neutron.services.segments.plugin [-] Segment 90a13136-705c-42e3-9ebf-935f5a927c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90a13136-705c-42e3-9ebf-935f5a927c93 found for delete ", "request_id": "req-4f5d1dbd-f2b8-4b37-8852-a02554248c21"}]} 2026-04-09 02:15:50.087 8 INFO neutron.services.segments.plugin [-] Segment 90a13136-705c-42e3-9ebf-935f5a927c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90a13136-705c-42e3-9ebf-935f5a927c93 found for delete ", "request_id": "req-13f1f760-f6b8-438c-bc6e-e09ba87b9e73"}]} [pid: 8|app: 0|req: 597/1169] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:15:49 2026] PUT /v2.0/ports/187b0990-3663-4c56-9736-1433cfd18b85 => generated 1105 bytes in 611 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-09 02:15:50.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3dd0dfcb-2d10-454b-9260-0e5a308df6ce'] response: {'name': 'network-changed', 'server_uuid': 'b6fb3879-86fc-4346-985f-9c1c2a458b04', 'tag': '187b0990-3663-4c56-9736-1433cfd18b85', 'status': 'completed', 'code': 200} 2026-04-09 02:15:50.182 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6286fec9-bfff-466e-8252-7ad272990993 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 95e1db5b-1381-4b14-95c5-d64df4990641: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:50.254 8 INFO neutron_taas.services.taas.taas_plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-05c9bb6e-3e92-4b34-abef-51e517152804 a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] TaaS: Handle Delete Port: 187b0990-3663-4c56-9736-1433cfd18b85 2026-04-09 02:15:50.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-05c9bb6e-3e92-4b34-abef-51e517152804 a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] Tap Mirror: Handle Delete Port: 187b0990-3663-4c56-9736-1433cfd18b85 [pid: 7|app: 0|req: 573/1170] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:15:49 2026] POST /v2.0/ports => generated 948 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:50.382 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-cd47a5eb-263d-495e-a918-9b43a43b8e4b req-05c9bb6e-3e92-4b34-abef-51e517152804 a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 598/1171] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:15:50 2026] DELETE /v2.0/ports/187b0990-3663-4c56-9736-1433cfd18b85 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1172] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:50 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 574/1173] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:50 2026] GET /v2.0/security-groups?tenant_id=51ef17f9fa014f84b2875ce7a427be03&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1174] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:50 2026] DELETE /v2.0/security-groups/fc55484d-4c41-4455-97cb-60bf1771e0e1 => 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: 576/1175] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:50 2026] GET /v2.0/ports?tenant_id=e6d9241c557e4168bfd18933784fbe42&device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 577/1176] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:50 2026] GET /v2.0/networks?tenant_id=e6d9241c557e4168bfd18933784fbe42&shared=False => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1177] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:51.247 7 INFO neutron.db.segments_db [None req-436da9e2-af0d-4d19-8aab-191487cb19bf fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Added segment c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f of type vxlan for network be167a4a-d06d-4f9d-8c6a-54e6c00a5890 2026-04-09 02:15:51.256 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-69df16af-c7cd-4fe4-8e90-1689053ef409 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 95e1db5b-1381-4b14-95c5-d64df4990641: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 579/1178] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:15:50 2026] POST /v2.0/networks => generated 614 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:51.400 7 INFO neutron.db.segments_db [None req-d91c7667-e4d2-4ef9-ba47-93dc8597ee94 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Added segment 97146f43-58fa-42ae-a78f-4938bcc8d092 of type vxlan for network 3171181d-c9ff-4be7-9f7b-96b9ecd1e91b [pid: 8|app: 0|req: 600/1179] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:50 2026] PUT /v2.0/routers/bc2dc377-bc22-4eab-bebf-6aade0198a1e/add_router_interface => generated 309 bytes in 1007 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: 601/1180] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:51 2026] GET /v2.0/ports/5d2938e6-48f6-4816-af0c-735e9425920c => generated 1022 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:51.602 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d91c7667-e4d2-4ef9-ba47-93dc8597ee94 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to schedule network 3171181d-c9ff-4be7-9f7b-96b9ecd1e91b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:51.622 7 INFO neutron.db.l3_hamode_db [None req-d91c7667-e4d2-4ef9-ba47-93dc8597ee94 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:51.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-29d236c7-190c-4e04-ab8f-6fddc6072741 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 5d2938e6-48f6-4816-af0c-735e9425920c 2026-04-09 02:15:51.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29d236c7-190c-4e04-ab8f-6fddc6072741 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 5d2938e6-48f6-4816-af0c-735e9425920c [pid: 8|app: 0|req: 602/1181] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:51 2026] PUT /v2.0/routers/bc2dc377-bc22-4eab-bebf-6aade0198a1e/remove_router_interface => generated 309 bytes in 659 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: 603/1182] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:52 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:52.192 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29fbfa97-e065-4dbe-9612-77e0fb6a4884'] response: {'server_uuid': 'b6fb3879-86fc-4346-985f-9c1c2a458b04', 'name': 'network-vif-deleted', 'tag': '187b0990-3663-4c56-9736-1433cfd18b85', 'status': 'completed', 'code': 200} 2026-04-09 02:15:52.214 8 INFO neutron.api.v2.resource [None req-ed6811a5-a3c0-438f-85b0-ad849ce5b491 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1183] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:52 2026] PUT /v2.0/routers/bc2dc377-bc22-4eab-bebf-6aade0198a1e/remove_router_interface => generated 197 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1184] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:52 2026] GET /v2.0/ports?device_id=bc2dc377-bc22-4eab-bebf-6aade0198a1e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:52.367 7 INFO neutron.db.l3_hamode_db [None req-d91c7667-e4d2-4ef9-ba47-93dc8597ee94 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:52.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bb66c28-b7eb-4c94-af17-e25f17121ebf d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 82e9bdf4-737d-4b55-b5f7-2f72dc1e88d5 2026-04-09 02:15:52.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bb66c28-b7eb-4c94-af17-e25f17121ebf d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 82e9bdf4-737d-4b55-b5f7-2f72dc1e88d5 2026-04-09 02:15:52.598 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d91c7667-e4d2-4ef9-ba47-93dc8597ee94 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to schedule network 3171181d-c9ff-4be7-9f7b-96b9ecd1e91b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:52.689 8 INFO neutron.services.segments.plugin [-] Segment 8b73e1a3-541d-4732-9596-6a41ec3cd868 resource provider aggregate not found 2026-04-09 02:15:52.697 8 INFO neutron.services.segments.plugin [-] Segment 8b73e1a3-541d-4732-9596-6a41ec3cd868 resource provider aggregate not found 2026-04-09 02:15:52.718 8 INFO neutron.services.segments.plugin [-] Segment 8b73e1a3-541d-4732-9596-6a41ec3cd868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b73e1a3-541d-4732-9596-6a41ec3cd868 found for delete ", "request_id": "req-7914472e-0fb7-4124-b544-c663df9818d8"}]} 2026-04-09 02:15:52.726 8 INFO neutron.services.segments.plugin [-] Segment 8b73e1a3-541d-4732-9596-6a41ec3cd868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b73e1a3-541d-4732-9596-6a41ec3cd868 found for delete ", "request_id": "req-2a63c308-1554-4af7-8d1e-d6ede648163a"}]} 2026-04-09 02:15:52.732 8 INFO neutron.db.l3_hamode_db [None req-7bb66c28-b7eb-4c94-af17-e25f17121ebf d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] HA network ac90b3bb-0a35-48a5-957f-281d34166363 was deleted as no HA routers are present in tenant ea8df8bd0bd24eb195218d1e29554bc3. [pid: 8|app: 0|req: 606/1185] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:52 2026] DELETE /v2.0/routers/bc2dc377-bc22-4eab-bebf-6aade0198a1e => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1186] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:52 2026] GET /v2.0/ports?tenant_id=e6d9241c557e4168bfd18933784fbe42&device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 608/1187] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:52 2026] DELETE /v2.0/subnets/d297ee07-73bd-44a6-8b16-0f7a4d954b4f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1188] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:52 2026] GET /v2.0/networks?tenant_id=e6d9241c557e4168bfd18933784fbe42&shared=False => generated 766 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1189] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:15:52 2026] GET /v2.0/security-groups?tenant_id=b13248853ba247eca388edd8f2236692&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1190] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:51 2026] POST /v2.0/routers => generated 695 bytes in 1827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1191] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:53 2026] DELETE /v2.0/networks/95e1db5b-1381-4b14-95c5-d64df4990641 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1192] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1193] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:15:53 2026] DELETE /v2.0/security-groups/2c613728-20fd-4290-b2db-2accc27d8b04 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1194] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:53 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1195] 10.0.0.209 () {32 vars in 776 bytes} [Thu Apr 9 02:15:53 2026] GET /v2.0/subnets?project_id=a157a832b23b45e9a4ef3f9cec018ba0&cidr=10.100.0.0%2F28 => generated 14 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:53.326 8 INFO neutron.db.segments_db [None req-0fc5415b-222e-45ee-929c-aa2eb5ea93ec d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 of type vxlan for network 4bbc4844-ad00-4bc0-918f-174304f39e3e [pid: 7|app: 0|req: 583/1196] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:15:53 2026] GET /v2.0/networks?router%3Aexternal=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: 584/1197] 10.0.0.209 () {32 vars in 784 bytes} [Thu Apr 9 02:15:53 2026] GET /v2.0/subnets?network_id=c47450a7-02e8-4fe1-a217-776e8780ed97&cidr=10.100.0.0%2F28 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1198] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:15:53 2026] POST /v2.0/networks => generated 610 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:53.547 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b18e78d2-b543-48ae-9212-6bf37e1c2bc5 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to schedule network be167a4a-d06d-4f9d-8c6a-54e6c00a5890: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 585/1199] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:53 2026] POST /v2.0/subnets => generated 656 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:53.572 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-009f93a6-348e-4f16-9dd1-fe20de4b380f d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 4bbc4844-ad00-4bc0-918f-174304f39e3e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 615/1200] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:53 2026] POST /v2.0/subnets => generated 626 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:53.630 8 INFO neutron.db.segments_db [None req-353cb262-6d32-43fc-b860-b4f9c3064891 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 2074f617-8991-415a-8f92-1cc51b66d890 of type vxlan for network d8730170-96dc-48fc-9c30-46fb59a013a0 2026-04-09 02:15:53.799 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-353cb262-6d32-43fc-b860-b4f9c3064891 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network d8730170-96dc-48fc-9c30-46fb59a013a0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:53.812 8 INFO neutron.db.l3_hamode_db [None req-353cb262-6d32-43fc-b860-b4f9c3064891 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:53.918 8 INFO neutron.db.l3_hamode_db [None req-353cb262-6d32-43fc-b860-b4f9c3064891 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:53.987 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6eef2222-0f78-4c84-8123-280e477fa1ef fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to schedule network be167a4a-d06d-4f9d-8c6a-54e6c00a5890: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:54.120 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-353cb262-6d32-43fc-b860-b4f9c3064891 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network d8730170-96dc-48fc-9c30-46fb59a013a0: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 616/1201] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:53 2026] POST /v2.0/routers => generated 506 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1202] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:15:54 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 618/1203] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:54 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:54.543 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6eef2222-0f78-4c84-8123-280e477fa1ef fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to schedule network be167a4a-d06d-4f9d-8c6a-54e6c00a5890: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 586/1204] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:53 2026] PUT /v2.0/routers/f0b87dfc-74ba-40e3-abc1-e2bc011a62e6/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1205] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:15:54 2026] GET /v2.0/networks => generated 6453 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:54.890 8 INFO neutron.services.segments.plugin [-] Segment 1d2c8603-fae5-407c-ab31-3604b0cd1211 resource provider aggregate not found 2026-04-09 02:15:54.894 8 INFO neutron.services.segments.plugin [-] Segment 1d2c8603-fae5-407c-ab31-3604b0cd1211 resource provider aggregate not found [pid: 7|app: 0|req: 588/1206] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:54 2026] GET /v2.0/subnets => generated 5153 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:54.918 8 INFO neutron.services.segments.plugin [-] Segment 1d2c8603-fae5-407c-ab31-3604b0cd1211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d2c8603-fae5-407c-ab31-3604b0cd1211 found for delete ", "request_id": "req-3eeae5a7-8e0a-435a-97eb-db8c14e78e58"}]} 2026-04-09 02:15:54.918 8 INFO neutron.services.segments.plugin [-] Segment 1d2c8603-fae5-407c-ab31-3604b0cd1211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d2c8603-fae5-407c-ab31-3604b0cd1211 found for delete ", "request_id": "req-55095b35-82c5-4132-8f1e-849452976e6d"}]} [pid: 7|app: 0|req: 589/1207] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:54 2026] GET /v2.0/routers => generated 2001 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:15:55.280 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99df9b29-7fae-43c8-a6df-c94f0347e189 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 4bbc4844-ad00-4bc0-918f-174304f39e3e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:55.304 7 INFO neutron.db.segments_db [None req-d889da1b-0a22-40e0-a5e0-62cc8de2bc76 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 58b4e979-c622-4eb9-8b2d-2f03b6d179de of type vxlan for network 30471ec4-a090-440f-8992-a760bd3fa3a0 [pid: 7|app: 0|req: 590/1208] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:15:54 2026] POST /v2.0/networks => generated 722 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1209] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:15:55 2026] POST /v2.0/security-groups => generated 1673 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:15:55.642 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-604b323e-f201-48ea-ba0d-dac7779d00f9 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 30471ec4-a090-440f-8992-a760bd3fa3a0: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 592/1210] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:55 2026] POST /v2.0/subnets => generated 688 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1211] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:55 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) 2026-04-09 02:15:55.752 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99df9b29-7fae-43c8-a6df-c94f0347e189 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 4bbc4844-ad00-4bc0-918f-174304f39e3e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 594/1212] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:55 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:55.806 7 INFO neutron.db.segments_db [None req-e99b7368-4de5-443c-8e89-874890ea4173 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment e010d2c7-9533-42cf-8704-27fd6772eaff of type vxlan for network 99115b3b-a5fc-4e16-a50e-920da223d747 [pid: 8|app: 0|req: 619/1213] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:54 2026] PUT /v2.0/routers/0b9e2f87-0b26-4165-98e5-3b429a1e94a6/add_router_interface => generated 309 bytes in 1456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:56.003 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e99b7368-4de5-443c-8e89-874890ea4173 78ddcd9b15f247dfaa06444c0511141c 15bc0ccacd3c4a45b2da893d4f5d5ec9 - - default default] Unable to schedule network 99115b3b-a5fc-4e16-a50e-920da223d747: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:56.033 7 INFO neutron.db.l3_hamode_db [None req-e99b7368-4de5-443c-8e89-874890ea4173 78ddcd9b15f247dfaa06444c0511141c 15bc0ccacd3c4a45b2da893d4f5d5ec9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 620/1214] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1215] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:15:56 2026] GET /v2.0/ports/7061207d-d3da-4976-90b7-f9bfe412613f => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1216] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:56.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-874418f7-2078-41c4-9d3e-fa5ae641b1f0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 7061207d-d3da-4976-90b7-f9bfe412613f 2026-04-09 02:15:56.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-874418f7-2078-41c4-9d3e-fa5ae641b1f0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 7061207d-d3da-4976-90b7-f9bfe412613f 2026-04-09 02:15:56.751 7 INFO neutron.db.l3_hamode_db [None req-e99b7368-4de5-443c-8e89-874890ea4173 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 623/1217] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:15:56 2026] PUT /v2.0/routers/0b9e2f87-0b26-4165-98e5-3b429a1e94a6/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:56.957 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e99b7368-4de5-443c-8e89-874890ea4173 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 99115b3b-a5fc-4e16-a50e-920da223d747: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 624/1218] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1219] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:57 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1220] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:15:57 2026] GET /v2.0/ports?device_id=0b9e2f87-0b26-4165-98e5-3b429a1e94a6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:57.120 8 INFO neutron.db.securitygroups_db [None req-d5994781-df48-4878-9817-8e0596d04ee0 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Project a157a832b23b45e9a4ef3f9cec018ba0 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: 627/1221] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:57.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f9eb50d-973a-4764-b6e0-ccdfa6009cf2 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 6bedea2b-a09f-4bdd-bff6-ca3e3fecdaad 2026-04-09 02:15:57.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9eb50d-973a-4764-b6e0-ccdfa6009cf2 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 6bedea2b-a09f-4bdd-bff6-ca3e3fecdaad [pid: 7|app: 0|req: 595/1222] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:55 2026] POST /v2.0/routers => generated 728 bytes in 1701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:57.496 7 INFO neutron.db.securitygroups_db [None req-eb7d5cc8-5bc3-42d8-98eb-39102e77d1e3 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Project a157a832b23b45e9a4ef3f9cec018ba0 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: 596/1223] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:15:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:57.662 8 INFO neutron.services.segments.plugin [-] Segment 2074f617-8991-415a-8f92-1cc51b66d890 resource provider aggregate not found 2026-04-09 02:15:57.667 8 INFO neutron.services.segments.plugin [-] Segment 2074f617-8991-415a-8f92-1cc51b66d890 resource provider aggregate not found 2026-04-09 02:15:57.684 8 INFO neutron.services.segments.plugin [-] Segment 2074f617-8991-415a-8f92-1cc51b66d890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2074f617-8991-415a-8f92-1cc51b66d890 found for delete ", "request_id": "req-a29ee5b9-8beb-4767-98ba-c97e873eb759"}]} 2026-04-09 02:15:57.690 8 INFO neutron.db.l3_hamode_db [None req-1f9eb50d-973a-4764-b6e0-ccdfa6009cf2 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] HA network d8730170-96dc-48fc-9c30-46fb59a013a0 was deleted as no HA routers are present in tenant ea8df8bd0bd24eb195218d1e29554bc3. [pid: 8|app: 0|req: 628/1224] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:57 2026] DELETE /v2.0/routers/0b9e2f87-0b26-4165-98e5-3b429a1e94a6 => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:15:57.703 8 INFO neutron.services.segments.plugin [-] Segment 2074f617-8991-415a-8f92-1cc51b66d890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2074f617-8991-415a-8f92-1cc51b66d890 found for delete ", "request_id": "req-5e730e52-2620-44db-83a0-21f69fc40abe"}]} [pid: 8|app: 0|req: 629/1225] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:15:57 2026] GET /v2.0/ports?tenant_id=e6d9241c557e4168bfd18933784fbe42&device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1226] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:15:57 2026] DELETE /v2.0/subnets/66ac5b2f-0652-44c8-a02d-e652655a07c6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1227] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:15:57 2026] GET /v2.0/networks?tenant_id=e6d9241c557e4168bfd18933784fbe42&shared=False => generated 766 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:57.925 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5bc6610c-6751-44ac-8529-222429db13ee 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 30471ec4-a090-440f-8992-a760bd3fa3a0: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 632/1228] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:15:57 2026] DELETE /v2.0/networks/4bbc4844-ad00-4bc0-918f-174304f39e3e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1229] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:15:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:15:57.997 8 INFO neutron.db.segments_db [None req-234de0f1-054b-4e42-a20c-4b0962e888bd d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Added segment 237c90e8-d635-4376-8d50-705414e0763b of type vxlan for network 7b865c7c-3fac-44ca-84b2-c919e772d207 2026-04-09 02:15:58.161 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-234de0f1-054b-4e42-a20c-4b0962e888bd d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 7b865c7c-3fac-44ca-84b2-c919e772d207: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:15:58.174 8 INFO neutron.db.l3_hamode_db [None req-234de0f1-054b-4e42-a20c-4b0962e888bd d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:15:58.321 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5bc6610c-6751-44ac-8529-222429db13ee 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 30471ec4-a090-440f-8992-a760bd3fa3a0: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 597/1230] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:15:57 2026] PUT /v2.0/routers/cdaf8237-9acd-4edd-8cb0-34070b27be73/add_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1231] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/networks => generated 1292 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1232] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 600/1233] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1234] 10.0.0.184 () {34 vars in 1098 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-818723169&fields=id&tenant_id=a157a832b23b45e9a4ef3f9cec018ba0 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:58.804 8 INFO neutron.db.l3_hamode_db [None req-234de0f1-054b-4e42-a20c-4b0962e888bd d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 602/1235] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/networks?id=be167a4a-d06d-4f9d-8c6a-54e6c00a5890 => generated 655 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1236] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/quotas/a157a832b23b45e9a4ef3f9cec018ba0 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1237] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/ports?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1238] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/networks/be167a4a-d06d-4f9d-8c6a-54e6c00a5890?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: 606/1239] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:15:58 2026] GET /v2.0/networks/be167a4a-d06d-4f9d-8c6a-54e6c00a5890?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) 2026-04-09 02:15:59.124 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-234de0f1-054b-4e42-a20c-4b0962e888bd d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Unable to schedule network 7b865c7c-3fac-44ca-84b2-c919e772d207: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 607/1240] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:59 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:15:59.705 8 INFO neutron.services.segments.plugin [-] Segment c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 resource provider aggregate not found 2026-04-09 02:15:59.732 8 INFO neutron.services.segments.plugin [-] Segment c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 found for delete ", "request_id": "req-8f149dca-32fe-4398-8c87-32daf7238374"}]} 2026-04-09 02:15:59.737 8 INFO neutron.services.segments.plugin [-] Segment c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 resource provider aggregate not found [pid: 7|app: 0|req: 608/1241] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:15:59 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 634/1242] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:15:57 2026] POST /v2.0/routers => generated 686 bytes in 1796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:15:59.759 8 INFO neutron.services.segments.plugin [-] Segment c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7138ffc-d3a6-4ef2-b3ba-1bceefe18225 found for delete ", "request_id": "req-8a552c00-eed9-4180-bae5-ceba31fea59d"}]} [pid: 7|app: 0|req: 609/1243] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:15:59 2026] GET /v2.0/routers/b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 692 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1244] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:15:59 2026] GET /v2.0/routers => generated 695 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1245] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 610/1246] 10.0.0.209 () {34 vars in 741 bytes} [Thu Apr 9 02:15:59 2026] PUT /v2.0/routers/b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 699 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1247] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/routers/b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 699 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1248] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/ports?device_id=b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:00.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dbe7a41-a54a-4cbf-ae87-ba6d086712d0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: e32ee32c-18ed-4090-8334-56fc64ee03a7 2026-04-09 02:16:00.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dbe7a41-a54a-4cbf-ae87-ba6d086712d0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: e32ee32c-18ed-4090-8334-56fc64ee03a7 [pid: 7|app: 0|req: 612/1249] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 613/1250] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => 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: 614/1251] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/networks?id=30471ec4-a090-440f-8992-a760bd3fa3a0 => generated 667 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1252] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/ports?device_id=b6fb3879-86fc-4346-985f-9c1c2a458b04 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:00.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dbe7a41-a54a-4cbf-ae87-ba6d086712d0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] TaaS: Handle Delete Port: 9bc87efa-ca0a-4d41-865c-e43706dfb59c 2026-04-09 02:16:00.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dbe7a41-a54a-4cbf-ae87-ba6d086712d0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] Tap Mirror: Handle Delete Port: 9bc87efa-ca0a-4d41-865c-e43706dfb59c [pid: 7|app: 0|req: 616/1253] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:16:00 2026] GET /v2.0/quotas/15bc0ccacd3c4a45b2da893d4f5d5ec9 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1254] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1255] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/networks/30471ec4-a090-440f-8992-a760bd3fa3a0?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: 619/1256] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/networks/30471ec4-a090-440f-8992-a760bd3fa3a0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:01.296 8 INFO neutron.db.l3_hamode_db [None req-5dbe7a41-a54a-4cbf-ae87-ba6d086712d0 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] HA network 7b865c7c-3fac-44ca-84b2-c919e772d207 was deleted as no HA routers are present in tenant ea8df8bd0bd24eb195218d1e29554bc3. [pid: 7|app: 0|req: 620/1257] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/security-groups/b243f448-ebc9-43cf-8de4-75fba6aedbef => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1258] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:00 2026] DELETE /v2.0/routers/b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:01.323 8 INFO neutron.api.v2.resource [None req-d05c13b7-db17-497e-80e4-afd17ff01ad5 a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1259] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 639/1260] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/security-groups/b243f448-ebc9-43cf-8de4-75fba6aedbef => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1261] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?device_id=b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:01.354 7 INFO neutron.api.v2.resource [None req-3a2ffdb1-81b5-47fe-9b77-472490337902 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1262] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/routers/b8ce64ce-f65f-4c99-bb83-f51a7ab19063 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1263] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?device_id=0b9e2f87-0b26-4165-98e5-3b429a1e94a6 => 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: 625/1264] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:01.420 7 INFO neutron.api.v2.resource [None req-c3ea9bbf-e9ad-4ad4-9753-d1dd81fba049 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1265] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/routers/0b9e2f87-0b26-4165-98e5-3b429a1e94a6 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:01.438 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3b61a4b-1931-4a41-b0bb-5eb877a39648 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1266] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/subnets/66ac5b2f-0652-44c8-a02d-e652655a07c6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1267] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?device_id=bc2dc377-bc22-4eab-bebf-6aade0198a1e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:01.482 7 INFO neutron.api.v2.resource [None req-92a4aa7a-56e1-40cd-8300-65a012fa4070 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1268] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/routers/bc2dc377-bc22-4eab-bebf-6aade0198a1e => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:01.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d01ed50-a4a6-4abc-874c-8ee5830b7497 a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] TaaS: Handle Delete Port: d5c4a968-b9ff-4e71-a21e-5e0d237c45cd 2026-04-09 02:16:01.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d01ed50-a4a6-4abc-874c-8ee5830b7497 a5ae6dbc554446469eaa04cc489ed34f e6d9241c557e4168bfd18933784fbe42 - - default default] Tap Mirror: Handle Delete Port: d5c4a968-b9ff-4e71-a21e-5e0d237c45cd 2026-04-09 02:16:01.496 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e1619fc-0293-431c-b1bb-35826b47a8ad d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1269] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/subnets/d297ee07-73bd-44a6-8b16-0f7a4d954b4f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1270] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:01 2026] GET /v2.0/ports?device_id=9f879396-5b86-4ea9-9ad4-f711b3c8fcdb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:01.540 7 INFO neutron.api.v2.resource [None req-c00a053e-7e4e-432d-8545-da63ee3658e1 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1271] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/routers/9f879396-5b86-4ea9-9ad4-f711b3c8fcdb => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:01.555 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37008a0c-e474-4f51-9858-3839c79f2e11 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 633/1272] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/subnets/e6c81fbd-7078-4cb2-89b2-c2756c43679f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:01.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69132d4c-619d-4cef-b068-84ab78a65d58 d609e78b9fa34148a62fe4c2197167c8 ea8df8bd0bd24eb195218d1e29554bc3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 634/1273] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/subnets/eac8d3ec-1941-4374-9141-1dec16cf2241 => 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: 640/1274] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:01 2026] DELETE /v2.0/floatingips/65315fa0-cb6b-4b1e-b210-2ab6546b24f7 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:01.748 8 INFO neutron.services.segments.plugin [-] Segment 237c90e8-d635-4376-8d50-705414e0763b resource provider aggregate not found 2026-04-09 02:16:01.783 8 INFO neutron.services.segments.plugin [-] Segment 237c90e8-d635-4376-8d50-705414e0763b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 237c90e8-d635-4376-8d50-705414e0763b found for delete ", "request_id": "req-21519b73-e50e-4567-925c-e321e9558e8a"}]} 2026-04-09 02:16:01.799 8 INFO neutron.services.segments.plugin [-] Segment 237c90e8-d635-4376-8d50-705414e0763b resource provider aggregate not found 2026-04-09 02:16:01.816 8 INFO neutron.services.segments.plugin [-] Segment 237c90e8-d635-4376-8d50-705414e0763b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 237c90e8-d635-4376-8d50-705414e0763b found for delete ", "request_id": "req-9a64f059-2abe-4fad-b1b1-2bbb3a952e3a"}]} 2026-04-09 02:16:02.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cc20408-5498-461f-8e38-10c1c7f652db 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: bb283848-6863-4ba9-9858-c597dd4e4dc1 2026-04-09 02:16:02.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cc20408-5498-461f-8e38-10c1c7f652db 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: bb283848-6863-4ba9-9858-c597dd4e4dc1 [pid: 8|app: 0|req: 641/1275] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:02 2026] GET /v2.0/security-groups?tenant_id=ea8df8bd0bd24eb195218d1e29554bc3&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: 642/1276] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:02 2026] DELETE /v2.0/security-groups/fcc1e7ee-6da5-43db-b919-704292c5c193 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1277] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:02 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 644/1278] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:02 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 635/1279] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:16:01 2026] PUT /v2.0/routers/1d520826-56a0-4b94-b4a4-0e62d894e74f/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:02.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a96cfde-2ccf-48c0-81ea-39e0a68d9e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: b7ea0c51-f5b7-4969-a606-3212b19c6402 2026-04-09 02:16:02.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a96cfde-2ccf-48c0-81ea-39e0a68d9e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: b7ea0c51-f5b7-4969-a606-3212b19c6402 2026-04-09 02:16:03.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a96cfde-2ccf-48c0-81ea-39e0a68d9e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: ecc14564-3bd4-4781-9760-462cfb5d5b62 2026-04-09 02:16:03.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a96cfde-2ccf-48c0-81ea-39e0a68d9e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: ecc14564-3bd4-4781-9760-462cfb5d5b62 2026-04-09 02:16:03.352 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-9a96cfde-2ccf-48c0-81ea-39e0a68d9e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance [pid: 7|app: 0|req: 636/1280] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:16:03 2026] GET /v2.0/networks?id=be167a4a-d06d-4f9d-8c6a-54e6c00a5890 => generated 655 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:03.583 8 INFO neutron.db.l3_hamode_db [None req-9a96cfde-2ccf-48c0-81ea-39e0a68d9e82 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network 1cd13f51-5b6f-469c-8a2b-d2199d48196c was deleted as no HA routers are present in tenant e6d9241c557e4168bfd18933784fbe42. [pid: 8|app: 0|req: 645/1281] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:02 2026] DELETE /v2.0/routers/1d520826-56a0-4b94-b4a4-0e62d894e74f => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1282] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:03 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 646/1284] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:03 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 647/1286] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:16:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a157a832b23b45e9a4ef3f9cec018ba0 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1287] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:03 2026] DELETE /v2.0/subnets/a82d1f82-d03a-48f2-a329-c7e4e0087f48 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:03.805 8 INFO neutron.services.segments.plugin [-] Segment 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 resource provider aggregate not found 2026-04-09 02:16:03.834 8 INFO neutron.services.segments.plugin [-] Segment 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 found for delete ", "request_id": "req-22956cdb-bba7-4ae5-aebc-b4ca75068585"}]} 2026-04-09 02:16:03.838 8 INFO neutron.services.segments.plugin [-] Segment 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 resource provider aggregate not found 2026-04-09 02:16:03.856 8 INFO neutron.services.segments.plugin [-] Segment 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5adeffff-865a-4dd5-ad2f-f5c2d39470a1 found for delete ", "request_id": "req-e3b22e88-d83a-4f45-8b36-e9fcb6364aaa"}]} 2026-04-09 02:16:03.867 7 INFO neutron.services.segments.plugin [-] Segment 24c39bc7-87a4-46bd-9739-c91a0db156c2 resource provider aggregate not found 2026-04-09 02:16:03.872 7 INFO neutron.services.segments.plugin [-] Segment 24c39bc7-87a4-46bd-9739-c91a0db156c2 resource provider aggregate not found 2026-04-09 02:16:03.889 7 INFO neutron.services.segments.plugin [-] Segment 24c39bc7-87a4-46bd-9739-c91a0db156c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c39bc7-87a4-46bd-9739-c91a0db156c2 found for delete ", "request_id": "req-eb5c8250-9c47-48b1-a735-9f004bcf7b54"}]} 2026-04-09 02:16:03.890 7 INFO neutron.services.segments.plugin [-] Segment 24c39bc7-87a4-46bd-9739-c91a0db156c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c39bc7-87a4-46bd-9739-c91a0db156c2 found for delete ", "request_id": "req-5e9c9d6a-a31c-4d41-af99-e2ab165fbc97"}]} [pid: 7|app: 0|req: 641/1288] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:03 2026] DELETE /v2.0/networks/3a375dc6-fad4-4c8d-9516-c3d2379bfee9 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:03.945 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-0c9f28e9-2a8f-4693-a158-71309345acc6 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to schedule network be167a4a-d06d-4f9d-8c6a-54e6c00a5890: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 648/1289] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:16:03 2026] POST /v2.0/ports => generated 958 bytes in 403 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-09 02:16:04.393 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.393 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.458 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.459 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.486 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.486 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.513 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.513 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.541 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.541 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.568 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.568 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 [pid: 8|app: 0|req: 649/1290] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:16:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:16:04.597 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.598 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 [pid: 8|app: 0|req: 650/1291] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:04 2026] GET /v2.0/security-groups?tenant_id=e6d9241c557e4168bfd18933784fbe42&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:04.632 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.632 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 [pid: 8|app: 0|req: 651/1292] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:16:04 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:04.669 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] 2026-04-09 02:16:04.669 7 INFO neutron.plugins.ml2.plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.697 7 ERROR neutron.plugins.ml2.managers [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-8b71ce50-e111-46f4-a2ef-581f8fa32840 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a4b15e3f-b829-48c1-bd22-e523cf1a8739 on host instance for vnic_type normal using segments [{'id': 'c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 332, 'network_id': 'be167a4a-d06d-4f9d-8c6a-54e6c00a5890'}] [pid: 8|app: 0|req: 652/1293] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:04 2026] DELETE /v2.0/security-groups/55c5921d-d7f8-41d6-acf3-0eb3f0ef371e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1294] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:16:04 2026] PUT /v2.0/ports/a4b15e3f-b829-48c1-bd22-e523cf1a8739 => generated 1105 bytes in 728 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: 653/1295] 10.0.0.209 () {34 vars in 758 bytes} [Thu Apr 9 02:16:04 2026] PUT /v2.0/security-groups/142c4d66-3baa-4bf5-b5a2-1ac9aa57d87f => generated 1663 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1296] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:04 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1297] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:04 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1298] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:16:04 2026] GET /v2.0/security-groups/142c4d66-3baa-4bf5-b5a2-1ac9aa57d87f => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:04.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2050e98-e723-453f-860f-1a9e84c27b6f'] response: {'name': 'network-changed', 'server_uuid': 'fde2d4ba-a31c-4e33-97fa-ca6b9325efd9', 'tag': 'a4b15e3f-b829-48c1-bd22-e523cf1a8739', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 645/1299] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:16:04 2026] GET /v2.0/security-groups?id=1fa86d58-7a8c-4d57-b6b2-5a833fedf64b&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:04.983 8 INFO neutron_taas.services.taas.taas_plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-e49a45c2-5e95-486b-8bcf-c83cf8ccf5a0 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] TaaS: Handle Delete Port: a4b15e3f-b829-48c1-bd22-e523cf1a8739 2026-04-09 02:16:04.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-e49a45c2-5e95-486b-8bcf-c83cf8ccf5a0 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Tap Mirror: Handle Delete Port: a4b15e3f-b829-48c1-bd22-e523cf1a8739 [pid: 7|app: 0|req: 646/1300] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:04 2026] DELETE /v2.0/security-groups/142c4d66-3baa-4bf5-b5a2-1ac9aa57d87f => 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: 647/1301] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:16:05 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) 2026-04-09 02:16:05.088 7 INFO neutron.api.v2.resource [None req-3ec5376c-c0cb-4b9c-ba1e-b8bdc7baf5e5 7a3ad3af32874a6196f3d2efe990f85c c7693b176a394a86a9992e4b6ba1be4b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1302] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:05 2026] DELETE /v2.0/security-groups/142c4d66-3baa-4bf5-b5a2-1ac9aa57d87f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:05.115 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-d9828cb1-ce49-4913-8b82-959cc9c87df9 req-e49a45c2-5e95-486b-8bcf-c83cf8ccf5a0 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 655/1303] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:16:04 2026] DELETE /v2.0/ports/a4b15e3f-b829-48c1-bd22-e523cf1a8739 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:05.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10d7b7e5-434d-428b-9dd6-d0798e982fa7'] response: {'server_uuid': 'fde2d4ba-a31c-4e33-97fa-ca6b9325efd9', 'name': 'network-vif-deleted', 'tag': 'a4b15e3f-b829-48c1-bd22-e523cf1a8739', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 649/1304] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:16:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1305] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1306] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/security-group-rules/2324bae8-6c33-4da6-9b8a-ceb250d4fb80 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1307] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/ports?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 657/1308] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1309] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/networks?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&shared=False => generated 751 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1310] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1311] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:16:05 2026] DELETE /v2.0/security-group-rules/2324bae8-6c33-4da6-9b8a-ceb250d4fb80 => 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: 654/1312] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1313] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/networks?id=30471ec4-a090-440f-8992-a760bd3fa3a0 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1314] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1315] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/security-group-rules/6ac23883-439f-4fd8-a56c-978d995a30a5 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1316] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1317] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:16:05 2026] DELETE /v2.0/security-group-rules/6ac23883-439f-4fd8-a56c-978d995a30a5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1318] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1319] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:05 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1320] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1321] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:06 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 667/1322] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:16:06 2026] GET /v2.0/security-group-rules/922f5ffe-b7c6-422d-9c50-171a9348ab84 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1323] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:16:06 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1324] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:16:06 2026] DELETE /v2.0/security-group-rules/922f5ffe-b7c6-422d-9c50-171a9348ab84 => 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: 670/1325] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:16:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1326] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:06 2026] DELETE /v2.0/security-groups/b89ad45d-7e6b-4783-b375-908ee4627ee1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:06.415 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-129fed64-aaf7-46cb-bd48-9bb84cdb7bec af60a384eddc41b6a55ebcc9aa6d42f6 15bc0ccacd3c4a45b2da893d4f5d5ec9 - - default default] Unable to schedule network 30471ec4-a090-440f-8992-a760bd3fa3a0: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 672/1327] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:16:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1328] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:16:06 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: 656/1329] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:16:05 2026] POST /v2.0/ports => generated 954 bytes in 814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:06.824 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.824 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:06.849 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.849 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:06.878 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.878 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:16:06.900 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.900 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:06.922 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.923 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:06.944 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.944 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:06.974 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.974 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:06.999 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:06.999 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:07.038 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] 2026-04-09 02:16:07.038 8 INFO neutron.plugins.ml2.plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:07.057 7 INFO neutron.db.segments_db [None req-77d5d188-68b8-473f-bb64-bcc3d7f1e54a 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment c0495b06-5294-4986-a878-e2e6180fa113 of type vxlan for network 148fbeb8-1ebf-4206-ada9-10bf5d0af67a 2026-04-09 02:16:07.066 8 ERROR neutron.plugins.ml2.managers [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-2febddcd-7d00-4724-a685-581d492606e9 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port f5c0dc53-3f92-43dd-95e0-f539231ef2c1 on host instance for vnic_type normal using segments [{'id': '58b4e979-c622-4eb9-8b2d-2f03b6d179de', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 432, 'network_id': '30471ec4-a090-440f-8992-a760bd3fa3a0'}] [pid: 7|app: 0|req: 657/1330] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:16:06 2026] POST /v2.0/networks => generated 726 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1331] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:16:06 2026] PUT /v2.0/ports/f5c0dc53-3f92-43dd-95e0-f539231ef2c1 => generated 1101 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1332] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/ports?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1333] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 660/1334] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 16 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-09 02:16:07.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eed4f14e-1ce7-49ee-ba22-92426c85fa13'] response: {'name': 'network-changed', 'server_uuid': 'aa7b2f3b-a00c-47d7-b8fb-b5998e52565e', 'tag': 'f5c0dc53-3f92-43dd-95e0-f539231ef2c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 675/1335] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/security-groups?tenant_id=c7693b176a394a86a9992e4b6ba1be4b&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:07.355 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-44c9c60c-1607-4fba-8657-250fa62de95f 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 148fbeb8-1ebf-4206-ada9-10bf5d0af67a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 661/1336] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:07 2026] POST /v2.0/subnets => generated 692 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:07.399 8 INFO neutron_taas.services.taas.taas_plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-1c0b8dbf-fe49-4c52-b324-6bed02b049be af60a384eddc41b6a55ebcc9aa6d42f6 15bc0ccacd3c4a45b2da893d4f5d5ec9 - - default default] TaaS: Handle Delete Port: f5c0dc53-3f92-43dd-95e0-f539231ef2c1 2026-04-09 02:16:07.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-1c0b8dbf-fe49-4c52-b324-6bed02b049be af60a384eddc41b6a55ebcc9aa6d42f6 15bc0ccacd3c4a45b2da893d4f5d5ec9 - - default default] Tap Mirror: Handle Delete Port: f5c0dc53-3f92-43dd-95e0-f539231ef2c1 [pid: 7|app: 0|req: 662/1337] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/networks?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&shared=False => generated 751 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1338] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/security-groups?id=251d2c9e-9e30-4d6d-b946-d3653879b826&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:07.523 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-b3658eb6-ee0e-4981-912e-80f5c1804f35 req-1c0b8dbf-fe49-4c52-b324-6bed02b049be af60a384eddc41b6a55ebcc9aa6d42f6 15bc0ccacd3c4a45b2da893d4f5d5ec9 - - default default] Unable to retrieve active L2 agent on host instance [pid: 7|app: 0|req: 664/1339] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:07 2026] DELETE /v2.0/security-groups/ea00d9de-aecb-4904-905f-21265a6d7394 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1340] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:16:07 2026] DELETE /v2.0/ports/f5c0dc53-3f92-43dd-95e0-f539231ef2c1 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:07.574 7 INFO neutron.db.segments_db [None req-3c2f79e0-afe3-4fb2-8870-9cb809a4574d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 9409a3fa-8da9-4611-aca8-2e02090436c1 of type vxlan for network a0140312-dd36-44fa-bbbf-5f1dfe0ad406 [pid: 8|app: 0|req: 677/1341] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:07 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) 2026-04-09 02:16:07.778 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3c2f79e0-afe3-4fb2-8870-9cb809a4574d 78ddcd9b15f247dfaa06444c0511141c b814080f94fc4983bb989b0a36fda663 - - default default] Unable to schedule network a0140312-dd36-44fa-bbbf-5f1dfe0ad406: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 678/1342] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/ports?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:07.792 7 INFO neutron.db.l3_hamode_db [None req-3c2f79e0-afe3-4fb2-8870-9cb809a4574d 78ddcd9b15f247dfaa06444c0511141c b814080f94fc4983bb989b0a36fda663 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 679/1343] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/networks?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&shared=False => generated 763 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1344] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1345] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:08 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 682/1346] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:08 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:08.532 7 INFO neutron.db.l3_hamode_db [None req-3c2f79e0-afe3-4fb2-8870-9cb809a4574d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 683/1347] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:08 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:08.787 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3c2f79e0-afe3-4fb2-8870-9cb809a4574d 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network a0140312-dd36-44fa-bbbf-5f1dfe0ad406: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 684/1348] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:08 2026] GET /v2.0/ports?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 685/1349] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:08 2026] GET /v2.0/networks?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&shared=False => generated 763 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1350] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:09.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-530d0982-1089-4f7c-83d6-acc4a5453f37'] response: {'server_uuid': 'aa7b2f3b-a00c-47d7-b8fb-b5998e52565e', 'name': 'network-vif-deleted', 'tag': 'f5c0dc53-3f92-43dd-95e0-f539231ef2c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 665/1351] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:07 2026] POST /v2.0/routers => generated 732 bytes in 1843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:09.434 8 INFO neutron.db.segments_db [None req-a47380b7-478c-430f-befb-3c76a8c167af 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment aae84b0f-91ee-4b8b-8dac-ba707283c77f of type vxlan for network 8c95d8e9-ef25-4915-a5e8-855f94e80d2e [pid: 8|app: 0|req: 687/1352] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:16:09 2026] POST /v2.0/networks => generated 722 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1353] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:09 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:09.626 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-548914ee-5b6f-478e-bbc6-889167625955 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 8c95d8e9-ef25-4915-a5e8-855f94e80d2e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 689/1354] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:09 2026] POST /v2.0/subnets => generated 688 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1355] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:09 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:09.695 8 INFO neutron.db.segments_db [None req-b031fe8c-e162-4ae4-8a83-7131c970daa8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 of type vxlan for network ce7a7cea-9059-41f9-b315-1e4ed9142ef2 2026-04-09 02:16:09.781 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4bf9037-924f-475a-b545-4191b3092011 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 148fbeb8-1ebf-4206-ada9-10bf5d0af67a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:09.843 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b031fe8c-e162-4ae4-8a83-7131c970daa8 78ddcd9b15f247dfaa06444c0511141c fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Unable to schedule network ce7a7cea-9059-41f9-b315-1e4ed9142ef2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:09.857 8 INFO neutron.db.l3_hamode_db [None req-b031fe8c-e162-4ae4-8a83-7131c970daa8 78ddcd9b15f247dfaa06444c0511141c fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:16:10.241 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4bf9037-924f-475a-b545-4191b3092011 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 148fbeb8-1ebf-4206-ada9-10bf5d0af67a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 666/1356] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:16:09 2026] PUT /v2.0/routers/31e01caa-b5dd-44e1-b344-112bba37c2b4/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1357] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:10 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:10.533 8 INFO neutron.db.l3_hamode_db [None req-b031fe8c-e162-4ae4-8a83-7131c970daa8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 668/1358] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:10 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 669/1359] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:10 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:10.817 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b031fe8c-e162-4ae4-8a83-7131c970daa8 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network ce7a7cea-9059-41f9-b315-1e4ed9142ef2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 670/1360] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/networks?id=148fbeb8-1ebf-4206-ada9-10bf5d0af67a => generated 671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1361] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/quotas/b814080f94fc4983bb989b0a36fda663 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1362] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:09 2026] POST /v2.0/routers => generated 728 bytes in 1770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1363] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/ports?tenant_id=b814080f94fc4983bb989b0a36fda663&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1364] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/networks/148fbeb8-1ebf-4206-ada9-10bf5d0af67a?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: 674/1365] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/networks/148fbeb8-1ebf-4206-ada9-10bf5d0af67a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1366] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 676/1367] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/ports?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 677/1368] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1369] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/networks?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&shared=False => generated 751 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1370] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:11 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1371] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:11 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) 2026-04-09 02:16:11.904 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0dc04e09-9d4d-436c-9850-5e8c2e128364 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 8c95d8e9-ef25-4915-a5e8-855f94e80d2e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:12.366 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0dc04e09-9d4d-436c-9850-5e8c2e128364 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 8c95d8e9-ef25-4915-a5e8-855f94e80d2e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 681/1372] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:12 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 692/1373] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:16:11 2026] PUT /v2.0/routers/8ddbf1ba-9e7a-44b5-8759-ce1ffdda1362/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1374] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:12 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 693/1375] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:12 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 683/1376] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:12 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 684/1377] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:13 2026] GET /v2.0/ports?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1378] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:13 2026] GET /v2.0/networks?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&shared=False => generated 763 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:13.731 8 INFO neutron.db.segments_db [None req-2c92052c-aacd-4eaa-8e37-d3c8b5fd98cb 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 0aeed814-ef25-479b-9082-656271c32854 of type vxlan for network 85ac89bb-ed04-44c0-add7-5af0dda145ba [pid: 7|app: 0|req: 686/1379] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:13 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: 694/1380] 10.0.0.209 () {34 vars in 671 bytes} [Thu Apr 9 02:16:13 2026] POST /v2.0/networks => generated 721 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1381] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:13 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:13.955 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3d905a80-6abd-429c-a9b0-59ed19489397 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 85ac89bb-ed04-44c0-add7-5af0dda145ba: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 687/1382] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:13 2026] POST /v2.0/subnets => generated 688 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1383] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:13 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:14.028 7 INFO neutron.db.segments_db [None req-3a1e053e-4006-4fd6-8e46-f4a176bc3095 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Added segment 41412c56-19d0-46b4-9031-959556a33aaf of type vxlan for network f987f2b4-0559-4698-a45e-4f6114b86cf4 [pid: 8|app: 0|req: 697/1384] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:14 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:14.228 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a1e053e-4006-4fd6-8e46-f4a176bc3095 78ddcd9b15f247dfaa06444c0511141c f2f82c2446e84899b5c5d97227160222 - - default default] Unable to schedule network f987f2b4-0559-4698-a45e-4f6114b86cf4: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:14.245 7 INFO neutron.db.l3_hamode_db [None req-3a1e053e-4006-4fd6-8e46-f4a176bc3095 78ddcd9b15f247dfaa06444c0511141c f2f82c2446e84899b5c5d97227160222 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 698/1385] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:14 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 699/1386] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:16:14 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:14.923 7 INFO neutron.db.l3_hamode_db [None req-3a1e053e-4006-4fd6-8e46-f4a176bc3095 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1387] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:14 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 701/1388] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:15 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 702/1389] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:15 2026] GET /v2.0/ports?device_id=fde2d4ba-a31c-4e33-97fa-ca6b9325efd9 => 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: 703/1390] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:15 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:15.217 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a1e053e-4006-4fd6-8e46-f4a176bc3095 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network f987f2b4-0559-4698-a45e-4f6114b86cf4: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 704/1391] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:15 2026] DELETE /v2.0/security-groups/1fa86d58-7a8c-4d57-b6b2-5a833fedf64b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:15.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-6404fd9e-fdb2-4492-8473-a14e670c0eca fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] TaaS: Handle Delete Port: b5194720-bd2f-4fdc-89fc-211da6d90ceb 2026-04-09 02:16:15.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6404fd9e-fdb2-4492-8473-a14e670c0eca fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Tap Mirror: Handle Delete Port: b5194720-bd2f-4fdc-89fc-211da6d90ceb [pid: 7|app: 0|req: 688/1392] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:13 2026] POST /v2.0/routers => generated 728 bytes in 1825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:16.210 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-613ea32b-424c-412b-aa12-b8b5ffe16147 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 85ac89bb-ed04-44c0-add7-5af0dda145ba: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 705/1393] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:16:15 2026] PUT /v2.0/routers/f0b87dfc-74ba-40e3-abc1-e2bc011a62e6/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1394] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:16:16 2026] GET /v2.0/networks?id=148fbeb8-1ebf-4206-ada9-10bf5d0af67a => generated 671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1395] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:16 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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/1396] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:16 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 709/1397] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:16 2026] DELETE /v2.0/subnets/4c133933-2ce5-430a-9d69-d49759b5ba76 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:16.734 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-613ea32b-424c-412b-aa12-b8b5ffe16147 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to schedule network 85ac89bb-ed04-44c0-add7-5af0dda145ba: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:16.760 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-861c51d9-7b6b-4098-999f-b8ba063a56fe bad844e0f9554c5789a7c9f26464a85b b814080f94fc4983bb989b0a36fda663 - - default default] Unable to schedule network 148fbeb8-1ebf-4206-ada9-10bf5d0af67a: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 710/1398] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:16:16 2026] POST /v2.0/ports => generated 954 bytes in 332 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: 711/1399] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:16:16 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1400] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:16:15 2026] PUT /v2.0/routers/f29f00b0-f09b-4fbd-b29b-1badb2626a84/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:17.004 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b3a4e5b-36dd-414e-af70-d23a7f2ec783 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] TaaS: Handle Delete Port: 0fc55295-965a-4234-bc94-c1cdf60b55f9 2026-04-09 02:16:17.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b3a4e5b-36dd-414e-af70-d23a7f2ec783 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Tap Mirror: Handle Delete Port: 0fc55295-965a-4234-bc94-c1cdf60b55f9 2026-04-09 02:16:17.182 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.182 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.211 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.211 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b3a4e5b-36dd-414e-af70-d23a7f2ec783 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] TaaS: Handle Delete Port: a8bbffe3-b540-4abd-b7a5-0988a7e115cb 2026-04-09 02:16:17.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b3a4e5b-36dd-414e-af70-d23a7f2ec783 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Tap Mirror: Handle Delete Port: a8bbffe3-b540-4abd-b7a5-0988a7e115cb 2026-04-09 02:16:17.238 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.239 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.266 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.266 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.297 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.297 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.324 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.324 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.341 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-0b3a4e5b-36dd-414e-af70-d23a7f2ec783 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:16:17.353 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.353 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.389 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.389 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.434 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] 2026-04-09 02:16:17.435 7 INFO neutron.plugins.ml2.plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.463 7 ERROR neutron.plugins.ml2.managers [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-5e7edc8f-81ca-4d7f-b892-e1d1d3710b09 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port a474631d-d2b9-45ea-adf5-80898805f528 on host instance for vnic_type normal using segments [{'id': 'c0495b06-5294-4986-a878-e2e6180fa113', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 394, 'network_id': '148fbeb8-1ebf-4206-ada9-10bf5d0af67a'}] [pid: 7|app: 0|req: 690/1401] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:16:16 2026] PUT /v2.0/ports/a474631d-d2b9-45ea-adf5-80898805f528 => generated 1101 bytes in 633 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:17.557 8 INFO neutron.services.segments.plugin [-] Segment 97146f43-58fa-42ae-a78f-4938bcc8d092 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:16:17.570 8 INFO neutron.services.segments.plugin [-] Segment 97146f43-58fa-42ae-a78f-4938bcc8d092 resource provider aggregate not found 2026-04-09 02:16:17.578 8 INFO neutron.services.segments.plugin [-] Segment 97146f43-58fa-42ae-a78f-4938bcc8d092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97146f43-58fa-42ae-a78f-4938bcc8d092 found for delete ", "request_id": "req-3c6e75cd-889d-4aa5-800f-4ff41930e5e1"}]} 2026-04-09 02:16:17.585 8 INFO neutron.services.segments.plugin [-] Segment 97146f43-58fa-42ae-a78f-4938bcc8d092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97146f43-58fa-42ae-a78f-4938bcc8d092 found for delete ", "request_id": "req-85fb58d8-6d6e-40e4-96a8-cadaf6430663"}]} 2026-04-09 02:16:17.590 8 INFO neutron.db.l3_hamode_db [None req-0b3a4e5b-36dd-414e-af70-d23a7f2ec783 fdce386271fa40cabd1ac68f0df11703 a157a832b23b45e9a4ef3f9cec018ba0 - - default default] HA network 3171181d-c9ff-4be7-9f7b-96b9ecd1e91b was deleted as no HA routers are present in tenant a157a832b23b45e9a4ef3f9cec018ba0. [pid: 8|app: 0|req: 712/1402] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:16 2026] DELETE /v2.0/routers/f0b87dfc-74ba-40e3-abc1-e2bc011a62e6 => generated 0 bytes in 756 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1403] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:17 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:17.699 8 INFO neutron_taas.services.taas.taas_plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-e53e0167-cdc7-452f-8118-64f9b82c3ddf bad844e0f9554c5789a7c9f26464a85b b814080f94fc4983bb989b0a36fda663 - - default default] TaaS: Handle Delete Port: a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.702 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-e53e0167-cdc7-452f-8118-64f9b82c3ddf bad844e0f9554c5789a7c9f26464a85b b814080f94fc4983bb989b0a36fda663 - - default default] Tap Mirror: Handle Delete Port: a474631d-d2b9-45ea-adf5-80898805f528 2026-04-09 02:16:17.779 7 INFO neutron.services.segments.plugin [-] Segment c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f resource provider aggregate not found 2026-04-09 02:16:17.779 7 INFO neutron.services.segments.plugin [-] Segment c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f resource provider aggregate not found 2026-04-09 02:16:17.799 7 INFO neutron.services.segments.plugin [-] Segment c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f found for delete ", "request_id": "req-9c4dacdb-ddeb-48f7-8141-c3c74def8a0e"}]} 2026-04-09 02:16:17.802 7 INFO neutron.services.segments.plugin [-] Segment c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9fc9cdd-cc49-40d8-a7be-5dc9ec65796f found for delete ", "request_id": "req-b64079e5-4c10-43e1-b190-3c90930aa1f6"}]} [pid: 7|app: 0|req: 692/1404] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:17 2026] DELETE /v2.0/networks/be167a4a-d06d-4f9d-8c6a-54e6c00a5890 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:17.831 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-b6d04cfd-5939-4652-94c7-3db00682c64c req-e53e0167-cdc7-452f-8118-64f9b82c3ddf bad844e0f9554c5789a7c9f26464a85b b814080f94fc4983bb989b0a36fda663 - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 713/1405] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:16:17 2026] DELETE /v2.0/ports/a474631d-d2b9-45ea-adf5-80898805f528 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1406] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:16:17 2026] GET /v2.0/security-groups?id=090ca09e-5a98-47c5-bb02-50cb73dd06b9&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1407] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:17 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:17.916 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-766d1937-45cc-42db-a818-60b38a3b4737'] response: {'server_uuid': '8b692cf5-8c9d-457a-8fbd-2248bb13b166', 'name': 'network-vif-deleted', 'tag': 'a474631d-d2b9-45ea-adf5-80898805f528', 'status': 'completed', 'code': 200} 2026-04-09 02:16:17.917 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd0da4ea-0377-453e-9746-d5644291df5d'] response: {'name': 'network-changed', 'server_uuid': '8b692cf5-8c9d-457a-8fbd-2248bb13b166', 'tag': 'a474631d-d2b9-45ea-adf5-80898805f528', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 714/1408] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:16:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1409] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:17 2026] GET /v2.0/ports?device_id=aa7b2f3b-a00c-47d7-b8fb-b5998e52565e => 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: 695/1410] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1411] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1412] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1413] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:18 2026] GET /v2.0/ports?tenant_id=b814080f94fc4983bb989b0a36fda663&device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 697/1414] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:18 2026] GET /v2.0/networks?tenant_id=b814080f94fc4983bb989b0a36fda663&shared=False => generated 767 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1415] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:18 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: 8|app: 0|req: 718/1417] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:18.624 8 INFO neutron.db.securitygroups_db [None req-1c445f4f-d450-4555-bb5b-ec5672145f7d 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Project fe04b27d07ee4efabdfae3cf5fbd9916 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: 719/1419] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:18.736 8 INFO neutron.db.securitygroups_db [None req-258a42b8-3c50-4450-81f6-2a4c4cd22631 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Project fe04b27d07ee4efabdfae3cf5fbd9916 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: 720/1420] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1421] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:18 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1422] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:18 2026] GET /v2.0/security-groups?tenant_id=8cbc8565168e4f6d86dede3dae03b992&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1423] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:18 2026] DELETE /v2.0/security-groups/108af7d7-30f4-40a5-bb72-2f79281b10c7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1424] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:19 2026] GET /v2.0/security-groups?tenant_id=a157a832b23b45e9a4ef3f9cec018ba0&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1425] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:19 2026] DELETE /v2.0/security-groups/5a7526c1-2628-403b-b21e-09acd187b815 => 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: 703/1426] 10.0.0.209 () {34 vars in 685 bytes} [Thu Apr 9 02:16:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1427] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1428] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:16:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:19.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae8db15b-b0fd-4cda-9f1b-d61247338762 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: d1bb8833-2b8d-4da1-adec-1dd38e746400 2026-04-09 02:16:19.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae8db15b-b0fd-4cda-9f1b-d61247338762 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: d1bb8833-2b8d-4da1-adec-1dd38e746400 [pid: 8|app: 0|req: 726/1429] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:19 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) [pid: 8|app: 0|req: 727/1430] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/ports?tenant_id=b814080f94fc4983bb989b0a36fda663&device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 728/1431] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 729/1432] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/networks?tenant_id=b814080f94fc4983bb989b0a36fda663&shared=False => generated 767 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1433] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1434] 10.0.0.184 () {34 vars in 1100 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1759509090&fields=id&tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916 => 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: 732/1435] 10.0.0.184 () {34 vars in 1100 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1021344619&fields=id&tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1436] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:16:19 2026] PUT /v2.0/routers/cdaf8237-9acd-4edd-8cb0-34070b27be73/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1437] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/networks?id=8c95d8e9-ef25-4915-a5e8-855f94e80d2e => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1438] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/quotas/fe04b27d07ee4efabdfae3cf5fbd9916 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1439] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/ports?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:20.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-86aac406-b055-4193-8275-053187ca5830 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 8942e8ca-2689-479e-8a19-0febebb4a79c 2026-04-09 02:16:20.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86aac406-b055-4193-8275-053187ca5830 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 8942e8ca-2689-479e-8a19-0febebb4a79c [pid: 8|app: 0|req: 736/1440] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/networks/8c95d8e9-ef25-4915-a5e8-855f94e80d2e?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1441] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/networks/8c95d8e9-ef25-4915-a5e8-855f94e80d2e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1442] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:20 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:20.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-86aac406-b055-4193-8275-053187ca5830 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 5f9eae62-5520-49d6-91a3-d5fd2e552bfb 2026-04-09 02:16:20.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86aac406-b055-4193-8275-053187ca5830 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 5f9eae62-5520-49d6-91a3-d5fd2e552bfb 2026-04-09 02:16:20.962 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-86aac406-b055-4193-8275-053187ca5830 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:16:21.173 7 INFO neutron.services.segments.plugin [-] Segment e010d2c7-9533-42cf-8704-27fd6772eaff resource provider aggregate not found 2026-04-09 02:16:21.184 7 INFO neutron.services.segments.plugin [-] Segment e010d2c7-9533-42cf-8704-27fd6772eaff resource provider aggregate not found 2026-04-09 02:16:21.194 7 INFO neutron.services.segments.plugin [-] Segment e010d2c7-9533-42cf-8704-27fd6772eaff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e010d2c7-9533-42cf-8704-27fd6772eaff found for delete ", "request_id": "req-9452f235-9431-47b7-a32a-ee0c12dbf101"}]} 2026-04-09 02:16:21.206 7 INFO neutron.db.l3_hamode_db [None req-86aac406-b055-4193-8275-053187ca5830 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network 99115b3b-a5fc-4e16-a50e-920da223d747 was deleted as no HA routers are present in tenant 15bc0ccacd3c4a45b2da893d4f5d5ec9. 2026-04-09 02:16:21.215 7 INFO neutron.services.segments.plugin [-] Segment e010d2c7-9533-42cf-8704-27fd6772eaff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e010d2c7-9533-42cf-8704-27fd6772eaff found for delete ", "request_id": "req-85e9c0f5-b024-4461-b600-892536fde93c"}]} [pid: 7|app: 0|req: 705/1443] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:20 2026] DELETE /v2.0/routers/cdaf8237-9acd-4edd-8cb0-34070b27be73 => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1444] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:21 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 707/1445] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:21 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 739/1446] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:21 2026] DELETE /v2.0/subnets/cef3e486-5e2f-4e97-afc4-ccedfa2ebd6c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1447] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:21 2026] DELETE /v2.0/networks/30471ec4-a090-440f-8992-a760bd3fa3a0 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1448] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:21 2026] GET /v2.0/security-groups?tenant_id=15bc0ccacd3c4a45b2da893d4f5d5ec9&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1449] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:21 2026] DELETE /v2.0/security-groups/251d2c9e-9e30-4d6d-b946-d3653879b826 => 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: 741/1450] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:21 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 710/1451] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:22 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 742/1452] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:22 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:23.210 7 INFO neutron.services.segments.plugin [-] Segment 58b4e979-c622-4eb9-8b2d-2f03b6d179de resource provider aggregate not found 2026-04-09 02:16:23.228 7 INFO neutron.services.segments.plugin [-] Segment 58b4e979-c622-4eb9-8b2d-2f03b6d179de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58b4e979-c622-4eb9-8b2d-2f03b6d179de found for delete ", "request_id": "req-97b76e36-3136-4213-9254-fa3d8dab2a6a"}]} 2026-04-09 02:16:23.235 7 INFO neutron.services.segments.plugin [-] Segment 58b4e979-c622-4eb9-8b2d-2f03b6d179de resource provider aggregate not found 2026-04-09 02:16:23.250 7 INFO neutron.services.segments.plugin [-] Segment 58b4e979-c622-4eb9-8b2d-2f03b6d179de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58b4e979-c622-4eb9-8b2d-2f03b6d179de found for delete ", "request_id": "req-cbece5ea-e550-4e0c-b631-3c8079259b85"}]} [pid: 7|app: 0|req: 711/1453] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:23 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 712/1454] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:24 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 743/1455] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:23 2026] POST /v2.0/floatingips => generated 552 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1456] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:24 2026] GET /v2.0/ports?tenant_id=b814080f94fc4983bb989b0a36fda663&device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 745/1457] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:24 2026] GET /v2.0/networks?tenant_id=b814080f94fc4983bb989b0a36fda663&shared=False => generated 767 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1458] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1459] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:24 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1460] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:24 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1461] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:25 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 715/1462] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:25 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 748/1463] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:24 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1464] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:25 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 716/1465] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:25 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:26.260 8 INFO neutron.db.segments_db [None req-3f59cf09-18ff-4e88-94a0-9f6b025031c1 eff2f38c1fcc47bba9a9e1229959e0ce 6b908af8b00040f5bb9d180f332f9e84 - - default default] Added segment 2146cdad-69b2-4cc8-9845-24e2b2d4195a of type vxlan for network 55d63c30-4897-451c-af70-bf4e9dd26190 [pid: 8|app: 0|req: 750/1466] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:25 2026] POST /v2.0/networks => generated 612 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1467] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:26 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:26.403 8 INFO neutron.db.segments_db [None req-c0423f94-2589-4170-998d-f0cecfb75ab3 eff2f38c1fcc47bba9a9e1229959e0ce 6b908af8b00040f5bb9d180f332f9e84 - - default default] Added segment 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 of type vxlan for network bb127c3c-aa00-43cb-a233-aea936707ba8 [pid: 8|app: 0|req: 752/1468] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:26 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:26.561 8 INFO neutron.db.segments_db [None req-3866aca7-0922-4f19-a951-b35a383bc3f9 eff2f38c1fcc47bba9a9e1229959e0ce 6b908af8b00040f5bb9d180f332f9e84 - - default default] Added segment d3dcc152-4ba2-4d3b-9292-1ad0307002d3 of type vxlan for network 2a0778ad-ef86-4820-ad25-6024f4664b12 [pid: 7|app: 0|req: 717/1469] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:26 2026] POST /v2.0/floatingips => generated 552 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1470] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:26 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1471] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:16:26 2026] GET /v2.0/networks?id=8c95d8e9-ef25-4915-a5e8-855f94e80d2e => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:26.700 7 INFO neutron.db.segments_db [None req-62097e39-7219-47dd-90b6-b38bc0a3a61d eff2f38c1fcc47bba9a9e1229959e0ce 6b908af8b00040f5bb9d180f332f9e84 - - default default] Added segment 17ced5a3-cd88-421c-8520-6c7e4eade3fe of type vxlan for network 6d95cc8f-c0e5-4b64-9435-00be18ab3fe1 [pid: 8|app: 0|req: 754/1472] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:16:26 2026] PUT /v2.0/floatingips/011796f5-e7cf-40b2-8e52-bb3413a0021f/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1473] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:16:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916 => generated 274 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1474] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:26 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1475] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:16:26 2026] PUT /v2.0/floatingips/7ab000fa-1355-43c4-9a63-57e7f9adef59/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:26.869 8 INFO neutron.db.segments_db [None req-a0168b34-3d1e-4b1c-92a2-bcdc7746a79b eff2f38c1fcc47bba9a9e1229959e0ce 6b908af8b00040f5bb9d180f332f9e84 - - default default] Added segment e8ddd269-d67a-43dd-8fe7-199c5a073f65 of type vxlan for network cd6715ca-af6b-4901-8b58-adb8d0d082c7 [pid: 8|app: 0|req: 757/1476] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:26 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1477] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:26 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:27.011 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-4d6ca7ee-0c6e-46d4-acf7-ab156f1aa054 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Unable to schedule network 8c95d8e9-ef25-4915-a5e8-855f94e80d2e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 759/1478] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:16:26 2026] PUT /v2.0/floatingips/ffd45315-d2be-45f9-ba0a-70746f90b745/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: 760/1479] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:16:27 2026] PUT /v2.0/networks/55d63c30-4897-451c-af70-bf4e9dd26190/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1480] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:16:26 2026] POST /v2.0/ports => generated 993 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 761/1481] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:16:27 2026] PUT /v2.0/floatingips/d51071c0-c18d-4dd6-85e5-2a3879b697cc/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1482] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:16:27 2026] PUT /v2.0/networks/bb127c3c-aa00-43cb-a233-aea936707ba8/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1483] 10.0.0.209 () {32 vars in 672 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1484] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:16:27 2026] PUT /v2.0/networks/2a0778ad-ef86-4820-ad25-6024f4664b12/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1485] 10.0.0.209 () {32 vars in 686 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?tags=red%2Cblue => 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: 725/1486] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:16:27 2026] PUT /v2.0/networks/6d95cc8f-c0e5-4b64-9435-00be18ab3fe1/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1487] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:27.428 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.429 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 727/1488] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:27.459 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.460 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 728/1489] 10.0.0.209 () {32 vars in 666 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:27.490 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.490 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 729/1490] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:27.520 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.521 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 730/1491] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:27.547 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.548 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 731/1492] 10.0.0.209 () {32 vars in 680 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1493] 10.0.0.184 () {34 vars in 1120 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/security-groups?id=e4896a55-033e-4694-a0d0-77972fec88cb&id=bb44355f-78b0-4163-928e-94c943da7df8&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1494] 10.0.0.209 () {32 vars in 680 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1495] 10.0.0.209 () {32 vars in 676 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1496] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1497] 10.0.0.209 () {32 vars in 688 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1498] 10.0.0.209 () {32 vars in 690 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1499] 10.0.0.209 () {32 vars in 674 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:27.930 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.930 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 739/1500] 10.0.0.209 () {32 vars in 702 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:27.953 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.953 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 2026-04-09 02:16:27.976 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:27.976 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 2026-04-09 02:16:28.004 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:28.004 8 INFO neutron.plugins.ml2.plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 [pid: 7|app: 0|req: 740/1501] 10.0.0.209 () {32 vars in 688 bytes} [Thu Apr 9 02:16:27 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:28.033 8 ERROR neutron.plugins.ml2.managers [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-273f81e9-db0e-4ccd-957b-2ec2c9619d92 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 74bcb2b0-321a-4be8-84de-b10ebc45f997 on host instance for vnic_type normal using segments [{'id': 'aae84b0f-91ee-4b8b-8dac-ba707283c77f', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 650, 'network_id': '8c95d8e9-ef25-4915-a5e8-855f94e80d2e'}] 2026-04-09 02:16:28.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-4116bf6d-70ca-4466-aa4c-d93a5942100d 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] TaaS: Handle Delete Port: dd3213b6-849a-4131-a290-8a4fd8ca6ba7 2026-04-09 02:16:28.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4116bf6d-70ca-4466-aa4c-d93a5942100d 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] Tap Mirror: Handle Delete Port: dd3213b6-849a-4131-a290-8a4fd8ca6ba7 [pid: 8|app: 0|req: 762/1502] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:16:27 2026] PUT /v2.0/ports/74bcb2b0-321a-4be8-84de-b10ebc45f997 => generated 1140 bytes in 1006 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-09 02:16:28.164 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-538ff72b-ddbc-4ebc-8257-b1cf2b5bfa28'] response: {'name': 'network-changed', 'server_uuid': 'c5531a27-13b8-4643-82a6-c0cdce97757d', 'tag': '74bcb2b0-321a-4be8-84de-b10ebc45f997', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 763/1503] 10.0.0.209 () {32 vars in 684 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1504] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1505] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/floatingips/011796f5-e7cf-40b2-8e52-bb3413a0021f => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1506] 10.0.0.209 () {32 vars in 696 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:28.346 8 INFO neutron_taas.services.taas.taas_plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-d8300304-800d-4e9a-b1cb-6d9f22d9289a 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] TaaS: Handle Delete Port: 74bcb2b0-321a-4be8-84de-b10ebc45f997 2026-04-09 02:16:28.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-d8300304-800d-4e9a-b1cb-6d9f22d9289a 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Tap Mirror: Handle Delete Port: 74bcb2b0-321a-4be8-84de-b10ebc45f997 2026-04-09 02:16:28.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-209b733b-aea8-4d8c-9cea-73432958a48a 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] TaaS: Handle Delete Port: ac08d4b3-8486-4f77-b3fd-834b53f9a62f 2026-04-09 02:16:28.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-209b733b-aea8-4d8c-9cea-73432958a48a 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] Tap Mirror: Handle Delete Port: ac08d4b3-8486-4f77-b3fd-834b53f9a62f 2026-04-09 02:16:28.476 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-c1e4fe65-7eaf-472f-8473-3fc1a7fbb253 req-d8300304-800d-4e9a-b1cb-6d9f22d9289a 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 765/1507] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/ports/74bcb2b0-321a-4be8-84de-b10ebc45f997 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1508] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/ports?device_id=8b692cf5-8c9d-457a-8fbd-2248bb13b166 => 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: 743/1509] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/floatingips/7ab000fa-1355-43c4-9a63-57e7f9adef59 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:28.639 8 INFO neutron.services.segments.plugin [-] Segment 2146cdad-69b2-4cc8-9845-24e2b2d4195a resource provider aggregate not found 2026-04-09 02:16:28.643 8 INFO neutron.services.segments.plugin [-] Segment 2146cdad-69b2-4cc8-9845-24e2b2d4195a resource provider aggregate not found 2026-04-09 02:16:28.654 8 INFO neutron.services.segments.plugin [-] Segment 2146cdad-69b2-4cc8-9845-24e2b2d4195a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2146cdad-69b2-4cc8-9845-24e2b2d4195a found for delete ", "request_id": "req-db8c8019-af2d-4524-8bba-c8481a4de575"}]} 2026-04-09 02:16:28.678 8 INFO neutron.services.segments.plugin [-] Segment 2146cdad-69b2-4cc8-9845-24e2b2d4195a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2146cdad-69b2-4cc8-9845-24e2b2d4195a found for delete ", "request_id": "req-10234473-e97c-4d13-946c-42f729b88873"}]} [pid: 8|app: 0|req: 767/1510] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/networks/55d63c30-4897-451c-af70-bf4e9dd26190 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1511] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/ports?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:28.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d314b2f-1c5b-49be-be60-4da8d34c1bdb 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] TaaS: Handle Delete Port: a5d4ee93-5328-472c-8b6d-37fd9442a491 2026-04-09 02:16:28.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d314b2f-1c5b-49be-be60-4da8d34c1bdb 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] Tap Mirror: Handle Delete Port: a5d4ee93-5328-472c-8b6d-37fd9442a491 [pid: 8|app: 0|req: 769/1512] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/networks/bb127c3c-aa00-43cb-a233-aea936707ba8 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1513] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1514] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/floatingips/ffd45315-d2be-45f9-ba0a-70746f90b745 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1515] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:28 2026] GET /v2.0/networks?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&shared=False => generated 763 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:29.088 7 INFO neutron.services.segments.plugin [-] Segment d3dcc152-4ba2-4d3b-9292-1ad0307002d3 resource provider aggregate not found 2026-04-09 02:16:29.089 7 INFO neutron.services.segments.plugin [-] Segment d3dcc152-4ba2-4d3b-9292-1ad0307002d3 resource provider aggregate not found 2026-04-09 02:16:29.113 7 INFO neutron.services.segments.plugin [-] Segment d3dcc152-4ba2-4d3b-9292-1ad0307002d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3dcc152-4ba2-4d3b-9292-1ad0307002d3 found for delete ", "request_id": "req-eb144293-beac-4fad-a8b9-7499f2b9ba0d"}]} 2026-04-09 02:16:29.113 7 INFO neutron.services.segments.plugin [-] Segment d3dcc152-4ba2-4d3b-9292-1ad0307002d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3dcc152-4ba2-4d3b-9292-1ad0307002d3 found for delete ", "request_id": "req-74de78a9-1c82-41e5-85d3-3dbbb780c8f1"}]} [pid: 7|app: 0|req: 746/1516] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:28 2026] DELETE /v2.0/networks/2a0778ad-ef86-4820-ad25-6024f4664b12 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:29.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-05ac0605-e455-42f7-92c4-c9aa03dc2367 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: baae30ff-6cbf-4a0f-a1c6-e30d97764a6d 2026-04-09 02:16:29.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05ac0605-e455-42f7-92c4-c9aa03dc2367 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: baae30ff-6cbf-4a0f-a1c6-e30d97764a6d 2026-04-09 02:16:29.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fdfbeba-6748-46cc-ad72-d5c97093d4eb 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] TaaS: Handle Delete Port: 4fa4ddc4-de5f-41c2-84aa-c122d9e24ba8 2026-04-09 02:16:29.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fdfbeba-6748-46cc-ad72-d5c97093d4eb 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] Tap Mirror: Handle Delete Port: 4fa4ddc4-de5f-41c2-84aa-c122d9e24ba8 [pid: 7|app: 0|req: 747/1517] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:29 2026] DELETE /v2.0/floatingips/d51071c0-c18d-4dd6-85e5-2a3879b697cc => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1518] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1519] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:29 2026] DELETE /v2.0/networks/6d95cc8f-c0e5-4b64-9435-00be18ab3fe1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:29.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa9cf68a-7bbc-4b23-a983-93c2c9b4429b 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] TaaS: Handle Delete Port: 521af4b9-cf6a-4ac6-9a4e-bfa24d08d72d 2026-04-09 02:16:29.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa9cf68a-7bbc-4b23-a983-93c2c9b4429b 1fe8e4030e344999aa5adb08fa2ba3f2 239f6686f9c641ee84322b24baf34d73 - - default default] Tap Mirror: Handle Delete Port: 521af4b9-cf6a-4ac6-9a4e-bfa24d08d72d [pid: 8|app: 0|req: 771/1520] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:16:28 2026] PUT /v2.0/routers/31e01caa-b5dd-44e1-b344-112bba37c2b4/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1521] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:29 2026] DELETE /v2.0/networks/cd6715ca-af6b-4901-8b58-adb8d0d082c7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1522] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:29 2026] DELETE /v2.0/floatingips/53fef452-3399-46ea-b936-8bc96de52fea => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:29.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-cad4ee34-ecb0-4135-aa0e-50474c18f03c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 27d03bb9-d2c2-4827-9497-68db494d6bd9 2026-04-09 02:16:29.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cad4ee34-ecb0-4135-aa0e-50474c18f03c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 27d03bb9-d2c2-4827-9497-68db494d6bd9 [pid: 7|app: 0|req: 751/1523] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:29 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:30.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-cad4ee34-ecb0-4135-aa0e-50474c18f03c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 5ee0098e-576e-45c8-a091-8ad11a9722b3 2026-04-09 02:16:30.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cad4ee34-ecb0-4135-aa0e-50474c18f03c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 5ee0098e-576e-45c8-a091-8ad11a9722b3 2026-04-09 02:16:30.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92b026aa-5f07-49e4-810d-d9bd29a97f86'] response: {'server_uuid': 'c5531a27-13b8-4643-82a6-c0cdce97757d', 'name': 'network-vif-deleted', 'tag': '74bcb2b0-321a-4be8-84de-b10ebc45f997', 'status': 'completed', 'code': 200} 2026-04-09 02:16:30.226 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-cad4ee34-ecb0-4135-aa0e-50474c18f03c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance [pid: 7|app: 0|req: 752/1524] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/ports?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:30.460 8 INFO neutron.db.l3_hamode_db [None req-cad4ee34-ecb0-4135-aa0e-50474c18f03c 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network a0140312-dd36-44fa-bbbf-5f1dfe0ad406 was deleted as no HA routers are present in tenant b814080f94fc4983bb989b0a36fda663. [pid: 8|app: 0|req: 773/1525] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:29 2026] DELETE /v2.0/routers/31e01caa-b5dd-44e1-b344-112bba37c2b4 => generated 0 bytes in 730 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1526] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/networks?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&shared=False => generated 763 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1527] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:30 2026] DELETE /v2.0/subnets/e1cf0888-0ee0-478b-8583-b3dd23eec690 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1528] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1529] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/security-groups?tenant_id=6b908af8b00040f5bb9d180f332f9e84&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:30.676 8 INFO neutron.services.segments.plugin [-] Segment 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 resource provider aggregate not found 2026-04-09 02:16:30.695 8 INFO neutron.services.segments.plugin [-] Segment 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 found for delete ", "request_id": "req-33ed1998-3f6b-4e9c-b414-538c2197043c"}]} 2026-04-09 02:16:30.696 8 INFO neutron.services.segments.plugin [-] Segment 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 resource provider aggregate not found 2026-04-09 02:16:30.718 8 INFO neutron.services.segments.plugin [-] Segment e8ddd269-d67a-43dd-8fe7-199c5a073f65 resource provider aggregate not found 2026-04-09 02:16:30.722 8 INFO neutron.services.segments.plugin [-] Segment 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d02ce7d-2a55-44ca-9e6b-0d96584cc193 found for delete ", "request_id": "req-9b349225-91e1-46c2-8fe1-af93c104a181"}]} 2026-04-09 02:16:30.739 8 INFO neutron.services.segments.plugin [-] Segment e8ddd269-d67a-43dd-8fe7-199c5a073f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8ddd269-d67a-43dd-8fe7-199c5a073f65 found for delete ", "request_id": "req-639ab8d6-3364-40fd-b669-ee3a64950121"}]} 2026-04-09 02:16:30.745 8 INFO neutron.services.segments.plugin [-] Segment e8ddd269-d67a-43dd-8fe7-199c5a073f65 resource provider aggregate not found 2026-04-09 02:16:30.760 8 INFO neutron.services.segments.plugin [-] Segment e8ddd269-d67a-43dd-8fe7-199c5a073f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8ddd269-d67a-43dd-8fe7-199c5a073f65 found for delete ", "request_id": "req-36d0b33f-b11e-4452-bee8-7a7b418640e5"}]} 2026-04-09 02:16:30.764 8 INFO neutron.services.segments.plugin [-] Segment 9409a3fa-8da9-4611-aca8-2e02090436c1 resource provider aggregate not found [pid: 8|app: 0|req: 776/1530] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:30 2026] DELETE /v2.0/networks/148fbeb8-1ebf-4206-ada9-10bf5d0af67a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:30.775 8 INFO neutron.services.segments.plugin [-] Segment 9409a3fa-8da9-4611-aca8-2e02090436c1 resource provider aggregate not found 2026-04-09 02:16:30.786 8 INFO neutron.services.segments.plugin [-] Segment 9409a3fa-8da9-4611-aca8-2e02090436c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9409a3fa-8da9-4611-aca8-2e02090436c1 found for delete ", "request_id": "req-0a82bae4-948f-4c07-afdf-9cba9bf7cace"}]} 2026-04-09 02:16:30.788 8 INFO neutron.services.segments.plugin [-] Segment 9409a3fa-8da9-4611-aca8-2e02090436c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9409a3fa-8da9-4611-aca8-2e02090436c1 found for delete ", "request_id": "req-2f1974ae-464d-4ee6-b651-b66c3bf8d541"}]} [pid: 7|app: 0|req: 755/1531] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/security-groups?tenant_id=239f6686f9c641ee84322b24baf34d73&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1532] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:30 2026] DELETE /v2.0/security-groups/8d357267-0cb3-4f1d-adfd-dd254942ce66 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1533] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/security-groups?tenant_id=b814080f94fc4983bb989b0a36fda663&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1534] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:30 2026] DELETE /v2.0/security-groups/ceb441b5-0c15-49c9-9a48-f379b0a3fe72 => 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: 779/1535] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:30 2026] DELETE /v2.0/security-groups/090ca09e-5a98-47c5-bb02-50cb73dd06b9 => 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: 780/1536] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/security-groups?tenant_id=b94e7858e0434c1a94e6569b69fe55cd&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1537] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:30 2026] GET /v2.0/security-groups?tenant_id=80f47ae03d304a8eabfd5f1ef72e3857&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1538] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:31 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:31.142 7 INFO neutron.services.segments.plugin [-] Segment 17ced5a3-cd88-421c-8520-6c7e4eade3fe resource provider aggregate not found 2026-04-09 02:16:31.145 7 INFO neutron.services.segments.plugin [-] Segment 17ced5a3-cd88-421c-8520-6c7e4eade3fe resource provider aggregate not found 2026-04-09 02:16:31.171 7 INFO neutron.services.segments.plugin [-] Segment 17ced5a3-cd88-421c-8520-6c7e4eade3fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17ced5a3-cd88-421c-8520-6c7e4eade3fe found for delete ", "request_id": "req-a4c6bbfc-fd38-418b-97ec-df8e86fc090c"}]} 2026-04-09 02:16:31.173 7 INFO neutron.services.segments.plugin [-] Segment 17ced5a3-cd88-421c-8520-6c7e4eade3fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17ced5a3-cd88-421c-8520-6c7e4eade3fe found for delete ", "request_id": "req-f9c35940-04a8-4b1e-8c02-c3ac15440493"}]} [pid: 7|app: 0|req: 758/1539] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:31 2026] DELETE /v2.0/security-groups/a09a8f39-da6c-4cb2-8964-232072a06b79 => 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: 782/1540] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:31 2026] DELETE /v2.0/security-groups/4e10b557-2746-454d-86b9-caee428fa84a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1541] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:31 2026] GET /v2.0/security-groups?tenant_id=2a7e60a28c1841398b3e73a98d092256&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1542] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:31 2026] GET /v2.0/security-groups?tenant_id=3b758350ab7445b5b3e08fcaec18c121&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1543] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:31 2026] DELETE /v2.0/security-groups/b5845d12-ae22-4728-9d4d-84a0c3343e07 => 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: 761/1544] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:31 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 784/1545] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:31 2026] DELETE /v2.0/security-groups/1aa077d6-f3b0-450c-9355-d57b97447021 => 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: 762/1546] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:32 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:32.812 8 INFO neutron.services.segments.plugin [-] Segment c0495b06-5294-4986-a878-e2e6180fa113 resource provider aggregate not found 2026-04-09 02:16:32.814 8 INFO neutron.services.segments.plugin [-] Segment c0495b06-5294-4986-a878-e2e6180fa113 resource provider aggregate not found 2026-04-09 02:16:32.835 8 INFO neutron.services.segments.plugin [-] Segment c0495b06-5294-4986-a878-e2e6180fa113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0495b06-5294-4986-a878-e2e6180fa113 found for delete ", "request_id": "req-1fac45c3-12ed-42d2-82aa-24cf251c30e4"}]} 2026-04-09 02:16:32.837 8 INFO neutron.services.segments.plugin [-] Segment c0495b06-5294-4986-a878-e2e6180fa113 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0495b06-5294-4986-a878-e2e6180fa113 found for delete ", "request_id": "req-6d9dbdb1-6f1b-4419-bb51-8bc09562cb10"}]} [pid: 8|app: 0|req: 785/1547] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:33 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1550] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:33 2026] GET /v2.0/security-groups?tenant_id=c7ddb1fd0d38463f8bf9089403cff4cb&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1551] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:33 2026] DELETE /v2.0/security-groups/82b85104-67c7-4c50-8683-769ffb464ee3 => 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: 788/1552] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:34 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 765/1553] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:16:34 2026] GET /v2.0/ports?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 789/1554] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:16:34 2026] GET /v2.0/networks?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&shared=False => generated 763 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1555] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:16:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1556] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:16:35 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 767/1557] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:35 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:35.764 8 INFO neutron.db.segments_db [None req-176366f9-13cf-458a-b740-f0280d7d42f4 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Added segment ec016aa0-199a-4133-b8cf-ba9364bc4744 of type vxlan for network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55 2026-04-09 02:16:35.969 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-176366f9-13cf-458a-b740-f0280d7d42f4 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Unable to schedule network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:35.987 8 INFO neutron.db.l3_hamode_db [None req-176366f9-13cf-458a-b740-f0280d7d42f4 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:16:36.026 7 INFO neutron.db.segments_db [None req-3335dac5-e5e1-4506-a5c8-985d46c3fca3 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Added segment ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 of type vxlan for network c1fc59b0-0ce2-4cd5-a2d5-fcce4a73742e [pid: 7|app: 0|req: 768/1558] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:35 2026] POST /v2.0/networks => generated 613 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:36.110 8 INFO neutron.db.l3_hamode_db [None req-176366f9-13cf-458a-b740-f0280d7d42f4 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:16:36.300 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cde83906-594d-4107-a1e2-0ad81a6ce7da 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Unable to schedule network c1fc59b0-0ce2-4cd5-a2d5-fcce4a73742e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 769/1559] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:36 2026] POST /v2.0/subnets => generated 626 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:36.342 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-176366f9-13cf-458a-b740-f0280d7d42f4 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Unable to schedule network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:36.366 7 INFO neutron.db.segments_db [None req-e019e93e-518b-42c4-a3b4-43a8a089c737 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Added segment 6d16340b-ca9b-4163-befa-e8e053875d5e of type vxlan for network 787d3ccd-ecfc-4952-8fa3-85f05caebffb [pid: 7|app: 0|req: 770/1560] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:36 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:36.651 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-57aa8afd-0ee7-4822-9941-de51ca3b457c 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Unable to schedule network 787d3ccd-ecfc-4952-8fa3-85f05caebffb: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 771/1561] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:36 2026] POST /v2.0/subnets => generated 629 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1562] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:36 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1563] 10.0.0.209 () {34 vars in 668 bytes} [Thu Apr 9 02:16:35 2026] POST /v2.0/routers => generated 474 bytes in 1152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:36.740 7 INFO neutron.db.segments_db [None req-26f4b38c-3a09-4ecc-b755-aadfeb3b9ecf 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Added segment ac1ff6f0-0808-456d-b5ea-f30185aea00a of type vxlan for network 1f508bfd-ed54-45b6-95e4-3ddfc57c2f3a 2026-04-09 02:16:36.765 8 INFO neutron.db.l3_hamode_db [None req-5083a678-ccf8-46e1-b672-f0fa254e6465 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 773/1564] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:36 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:36.868 8 INFO neutron.db.l3_hamode_db [None req-5083a678-ccf8-46e1-b672-f0fa254e6465 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:16:37.015 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-248ba110-0b61-42f1-881a-6be5f849e7ef 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Unable to schedule network 1f508bfd-ed54-45b6-95e4-3ddfc57c2f3a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 774/1565] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:36 2026] POST /v2.0/subnets => generated 629 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:37.088 7 INFO neutron.db.segments_db [None req-b790388a-9a7c-40c1-b920-cd8ec2146368 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Added segment 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 of type vxlan for network 207c1e63-856f-42a8-9d27-87e98335e83c 2026-04-09 02:16:37.106 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5083a678-ccf8-46e1-b672-f0fa254e6465 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Unable to schedule network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 775/1566] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:37 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:37.356 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9f154678-fd1d-4a8b-a204-eba346697179 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Unable to schedule network 207c1e63-856f-42a8-9d27-87e98335e83c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 776/1567] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:37 2026] POST /v2.0/subnets => generated 629 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:37.432 7 INFO neutron.db.segments_db [None req-7abd5368-01f8-462f-b9c1-968d4f65c381 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Added segment 0849a729-04af-4c1d-8a84-e086a52710c6 of type vxlan for network 86f2d121-485e-418c-85db-021da77934a8 [pid: 8|app: 0|req: 792/1568] 10.0.0.209 () {34 vars in 668 bytes} [Thu Apr 9 02:16:36 2026] POST /v2.0/routers => generated 474 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:37.502 8 INFO neutron.db.l3_hamode_db [None req-59dd0c49-da75-494e-803e-c166dd2665a7 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 777/1569] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:37 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1570] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:16:37 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:37.630 8 INFO neutron.db.l3_hamode_db [None req-59dd0c49-da75-494e-803e-c166dd2665a7 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:16:37.732 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a98fa0ab-7da6-46ea-b663-0c8ded134568 596172eb67954315bd85f12d991805cc fcf22872b96a40c589cdee0277735693 - - default default] Unable to schedule network 86f2d121-485e-418c-85db-021da77934a8: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 779/1571] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:37 2026] POST /v2.0/subnets => generated 629 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1572] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:37 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 781/1573] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:37 2026] PUT /v2.0/subnets/75710593-5e9c-4be9-a6af-9396723d5e8e/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:37.859 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-59dd0c49-da75-494e-803e-c166dd2665a7 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Unable to schedule network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 782/1574] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:37 2026] PUT /v2.0/subnets/0e6d9db9-eea4-443d-b76f-278e53a74c5f/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1575] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:16:37 2026] GET /v2.0/ports?device_id=c5531a27-13b8-4643-82a6-c0cdce97757d => 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: 784/1576] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:37 2026] PUT /v2.0/subnets/6f9736d2-6c50-4795-b077-09a6ff44a1c6/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1577] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:37 2026] PUT /v2.0/subnets/f575d2ae-aa34-4926-9a5d-25f2e1041fc4/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1578] 10.0.0.209 () {32 vars in 664 bytes} [Thu Apr 9 02:16:37 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: 787/1579] 10.0.0.209 () {32 vars in 678 bytes} [Thu Apr 9 02:16:38 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1580] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:38 2026] DELETE /v2.0/security-groups/bb44355f-78b0-4163-928e-94c943da7df8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1581] 10.0.0.209 () {34 vars in 668 bytes} [Thu Apr 9 02:16:37 2026] POST /v2.0/routers => generated 474 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:38.195 8 INFO neutron.api.v2.resource [None req-6751cfc0-a3fc-410b-97ec-80886a2f0f79 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1582] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:16:38 2026] GET /v2.0/security-groups/bb44355f-78b0-4163-928e-94c943da7df8 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:38.236 8 INFO neutron.db.l3_hamode_db [None req-44e0e6c0-23f9-4018-8419-43b3ce8e0a5a b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:16:38.355 8 INFO neutron.db.l3_hamode_db [None req-44e0e6c0-23f9-4018-8419-43b3ce8e0a5a b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 789/1583] 10.0.0.209 () {32 vars in 674 bytes} [Thu Apr 9 02:16:38 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:38.592 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-44e0e6c0-23f9-4018-8419-43b3ce8e0a5a b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Unable to schedule network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:38.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-19beb690-71ea-4d45-8a23-77db13d9c11d 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] TaaS: Handle Delete Port: 47ac4e7d-f19d-4f19-a57c-b0e350f95ee8 2026-04-09 02:16:38.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19beb690-71ea-4d45-8a23-77db13d9c11d 69e1e98e57764986951bcf4bd66d0e37 fe04b27d07ee4efabdfae3cf5fbd9916 - - default default] Tap Mirror: Handle Delete Port: 47ac4e7d-f19d-4f19-a57c-b0e350f95ee8 [pid: 7|app: 0|req: 790/1584] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:38 2026] DELETE /v2.0/floatingips/caef8747-4b90-45c7-9fd7-1c8070ae42b7 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1585] 10.0.0.209 () {34 vars in 668 bytes} [Thu Apr 9 02:16:38 2026] POST /v2.0/routers => generated 474 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1586] 10.0.0.209 () {32 vars in 686 bytes} [Thu Apr 9 02:16:38 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1587] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:38 2026] GET /v2.0/security-groups?tenant_id=1111806214724713aa6f951c32d58ccf&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:39.054 7 INFO neutron.db.l3_hamode_db [None req-7d99b74b-bd34-41b1-ba1d-e6fa0f64d02c b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 797/1588] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:38 2026] DELETE /v2.0/security-groups/e4896a55-033e-4694-a0d0-77972fec88cb => 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: 798/1589] 10.0.0.209 () {32 vars in 672 bytes} [Thu Apr 9 02:16:39 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:39.173 7 INFO neutron.db.l3_hamode_db [None req-7d99b74b-bd34-41b1-ba1d-e6fa0f64d02c b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 799/1590] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:39 2026] DELETE /v2.0/security-groups/9907fc49-b31e-4b46-80c0-743d4d034e5a => 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: 800/1591] 10.0.0.209 () {32 vars in 686 bytes} [Thu Apr 9 02:16:39 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:39.399 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d99b74b-bd34-41b1-ba1d-e6fa0f64d02c b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Unable to schedule network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:39.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef60a3fb-9f99-47d1-9510-cf154fbd4403 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 759bf72b-a96d-4eb4-816f-efa3f1ac33f5 2026-04-09 02:16:39.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef60a3fb-9f99-47d1-9510-cf154fbd4403 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 759bf72b-a96d-4eb4-816f-efa3f1ac33f5 [pid: 7|app: 0|req: 792/1592] 10.0.0.209 () {34 vars in 668 bytes} [Thu Apr 9 02:16:39 2026] POST /v2.0/routers => generated 474 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1593] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:16:39 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1594] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:39 2026] GET /v2.0/security-groups?tenant_id=32bbc719b92540c28af259006db48013&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1595] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:16:39 2026] PUT /v2.0/routers/8ddbf1ba-9e7a-44b5-8759-ce1ffdda1362/remove_router_interface => generated 309 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1596] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:16:39 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1597] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:39 2026] PUT /v2.0/routers/4c7becac-0dba-452d-92d8-02b14333390f/tags => generated 17 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1598] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:39 2026] DELETE /v2.0/security-groups/6fb5b329-9480-4398-98be-20b2ea26eeb0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1599] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/subnets/75710593-5e9c-4be9-a6af-9396723d5e8e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:40.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-91d7dee4-1b80-4ffc-9283-e5f70b006594 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: da023a86-9e60-4591-937f-4fd42c6847d0 2026-04-09 02:16:40.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91d7dee4-1b80-4ffc-9283-e5f70b006594 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: da023a86-9e60-4591-937f-4fd42c6847d0 [pid: 8|app: 0|req: 805/1600] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:40 2026] PUT /v2.0/routers/e5bfc043-6cec-47bc-aa73-ec7b18d29c6e/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1601] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/subnets/0e6d9db9-eea4-443d-b76f-278e53a74c5f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1602] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:40 2026] PUT /v2.0/routers/6addc89c-4ac9-4e7e-908e-71d4de63d92a/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:40.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-91d7dee4-1b80-4ffc-9283-e5f70b006594 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: bb864999-58fd-4906-9d33-462f43564c35 2026-04-09 02:16:40.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91d7dee4-1b80-4ffc-9283-e5f70b006594 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: bb864999-58fd-4906-9d33-462f43564c35 [pid: 8|app: 0|req: 808/1603] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/subnets/6f9736d2-6c50-4795-b077-09a6ff44a1c6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:40.581 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-91d7dee4-1b80-4ffc-9283-e5f70b006594 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 809/1604] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:16:40 2026] PUT /v2.0/routers/ae661b28-15be-41bc-a848-1455b88609d5/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1605] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/subnets/f575d2ae-aa34-4926-9a5d-25f2e1041fc4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:40.775 7 INFO neutron.services.segments.plugin [-] Segment 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 resource provider aggregate not found 2026-04-09 02:16:40.776 7 INFO neutron.services.segments.plugin [-] Segment 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 resource provider aggregate not found 2026-04-09 02:16:40.794 7 INFO neutron.services.segments.plugin [-] Segment 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 found for delete ", "request_id": "req-be476682-ffb2-42cd-aae5-7449c853088d"}]} 2026-04-09 02:16:40.796 7 INFO neutron.db.l3_hamode_db [None req-91d7dee4-1b80-4ffc-9283-e5f70b006594 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network ce7a7cea-9059-41f9-b315-1e4ed9142ef2 was deleted as no HA routers are present in tenant fe04b27d07ee4efabdfae3cf5fbd9916. 2026-04-09 02:16:40.796 7 INFO neutron.services.segments.plugin [-] Segment 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c8767d4-d4a3-42c4-a826-67d27f4bfd33 found for delete ", "request_id": "req-eb321cb2-481b-45ba-82ca-0c829d63e2c1"}]} [pid: 8|app: 0|req: 811/1606] 10.0.0.209 () {32 vars in 664 bytes} [Thu Apr 9 02:16:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1607] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:39 2026] DELETE /v2.0/routers/8ddbf1ba-9e7a-44b5-8759-ce1ffdda1362 => generated 0 bytes in 813 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1608] 10.0.0.209 () {32 vars in 678 bytes} [Thu Apr 9 02:16:40 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: 8|app: 0|req: 812/1609] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/subnets/90a71660-f7b6-4cee-b0fa-74e6d557f9ec => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1610] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/subnets/c5f88494-3c26-40e0-a8e9-f3abdbc4ef54 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1611] 10.0.0.209 () {32 vars in 674 bytes} [Thu Apr 9 02:16:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1612] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/networks/c1fc59b0-0ce2-4cd5-a2d5-fcce4a73742e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:41.090 8 INFO neutron.services.segments.plugin [-] Segment aae84b0f-91ee-4b8b-8dac-ba707283c77f resource provider aggregate not found 2026-04-09 02:16:41.093 8 INFO neutron.services.segments.plugin [-] Segment aae84b0f-91ee-4b8b-8dac-ba707283c77f resource provider aggregate not found 2026-04-09 02:16:41.110 8 INFO neutron.services.segments.plugin [-] Segment aae84b0f-91ee-4b8b-8dac-ba707283c77f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aae84b0f-91ee-4b8b-8dac-ba707283c77f found for delete ", "request_id": "req-a24d9366-1590-4151-a0d3-b286d15f35b3"}]} 2026-04-09 02:16:41.116 8 INFO neutron.services.segments.plugin [-] Segment aae84b0f-91ee-4b8b-8dac-ba707283c77f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aae84b0f-91ee-4b8b-8dac-ba707283c77f found for delete ", "request_id": "req-4e285a16-94da-4ff3-a6e0-bb7ab2d34ca4"}]} [pid: 8|app: 0|req: 814/1613] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:40 2026] DELETE /v2.0/networks/8c95d8e9-ef25-4915-a5e8-855f94e80d2e => 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: 800/1614] 10.0.0.209 () {32 vars in 686 bytes} [Thu Apr 9 02:16:41 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1615] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:41 2026] DELETE /v2.0/networks/787d3ccd-ecfc-4952-8fa3-85f05caebffb => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1616] 10.0.0.209 () {32 vars in 672 bytes} [Thu Apr 9 02:16:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1617] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:41 2026] DELETE /v2.0/networks/1f508bfd-ed54-45b6-95e4-3ddfc57c2f3a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:41.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef7ef62f-bd0d-4a45-9433-23d4554553ba 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: b72f7334-11fd-4c9a-980f-17f0bd7a3fa9 2026-04-09 02:16:41.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef7ef62f-bd0d-4a45-9433-23d4554553ba 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: b72f7334-11fd-4c9a-980f-17f0bd7a3fa9 [pid: 8|app: 0|req: 818/1618] 10.0.0.209 () {32 vars in 686 bytes} [Thu Apr 9 02:16:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1619] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:41 2026] DELETE /v2.0/networks/207c1e63-856f-42a8-9d27-87e98335e83c => 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: 820/1620] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:16:41 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1621] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:41 2026] DELETE /v2.0/networks/86f2d121-485e-418c-85db-021da77934a8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1622] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:16:41 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1623] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:16:41 2026] GET /v2.0/routers/4c7becac-0dba-452d-92d8-02b14333390f => generated 485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1624] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:16:41 2026] PUT /v2.0/routers/f29f00b0-f09b-4fbd-b29b-1badb2626a84/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:42.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dfcefcc-c23e-45ea-90c2-313e5e15414b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 1ca1f4df-7463-42d8-9183-15e60a3cb43e 2026-04-09 02:16:42.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dfcefcc-c23e-45ea-90c2-313e5e15414b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 1ca1f4df-7463-42d8-9183-15e60a3cb43e [pid: 8|app: 0|req: 824/1625] 10.0.0.209 () {34 vars in 742 bytes} [Thu Apr 9 02:16:41 2026] PUT /v2.0/routers/4c7becac-0dba-452d-92d8-02b14333390f => generated 485 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1626] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:42 2026] GET /v2.0/ports?device_id=4c7becac-0dba-452d-92d8-02b14333390f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:42.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dfcefcc-c23e-45ea-90c2-313e5e15414b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] TaaS: Handle Delete Port: 4e2c6129-a6de-4910-bc93-455df7f77599 2026-04-09 02:16:42.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dfcefcc-c23e-45ea-90c2-313e5e15414b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Tap Mirror: Handle Delete Port: 4e2c6129-a6de-4910-bc93-455df7f77599 2026-04-09 02:16:42.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-38789617-4165-4697-9763-ceb168e1bbce b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] TaaS: Handle Delete Port: efb8d250-67db-47d1-b6d4-10f29072fd9b 2026-04-09 02:16:42.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38789617-4165-4697-9763-ceb168e1bbce b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Tap Mirror: Handle Delete Port: efb8d250-67db-47d1-b6d4-10f29072fd9b 2026-04-09 02:16:42.658 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-1dfcefcc-c23e-45ea-90c2-313e5e15414b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 826/1627] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:42 2026] DELETE /v2.0/routers/4c7becac-0dba-452d-92d8-02b14333390f => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:42.818 7 INFO neutron.services.segments.plugin [-] Segment ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 resource provider aggregate not found 2026-04-09 02:16:42.823 7 INFO neutron.services.segments.plugin [-] Segment ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 resource provider aggregate not found 2026-04-09 02:16:42.834 7 INFO neutron.services.segments.plugin [-] Segment ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 found for delete ", "request_id": "req-2aa3fabc-8391-4362-b2d7-62775fac04f4"}]} 2026-04-09 02:16:42.844 7 INFO neutron.services.segments.plugin [-] Segment ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff6eea87-a8b6-4b6f-8967-73e0ebdcba21 found for delete ", "request_id": "req-a0eda0bc-ce39-45a8-be88-bec343da81ac"}]} 2026-04-09 02:16:42.859 7 INFO neutron.db.l3_hamode_db [None req-1dfcefcc-c23e-45ea-90c2-313e5e15414b 78ddcd9b15f247dfaa06444c0511141c 2e4909364f9f44aab6bf086b7fd1debd - - default default] HA network f987f2b4-0559-4698-a45e-4f6114b86cf4 was deleted as no HA routers are present in tenant f2f82c2446e84899b5c5d97227160222. [pid: 7|app: 0|req: 802/1628] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:42 2026] DELETE /v2.0/routers/f29f00b0-f09b-4fbd-b29b-1badb2626a84 => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1629] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:16:42 2026] GET /v2.0/routers/e5bfc043-6cec-47bc-aa73-ec7b18d29c6e => generated 493 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1630] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:42 2026] GET /v2.0/security-groups?tenant_id=fcf22872b96a40c589cdee0277735693&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1631] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:42 2026] DELETE /v2.0/subnets/984bc61c-0630-4e5b-8200-4e0a350d6030 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1632] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/security-groups/d733814d-45fe-406e-9d37-b653e2666e36 => 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: 806/1633] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/networks/85ac89bb-ed04-44c0-add7-5af0dda145ba => 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: 807/1634] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:43 2026] GET /v2.0/security-groups?tenant_id=043367808f87497c8ea17db7299797f5&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:43.462 8 INFO neutron.services.segments.plugin [-] Segment 6d16340b-ca9b-4163-befa-e8e053875d5e resource provider aggregate not found 2026-04-09 02:16:43.467 8 INFO neutron.services.segments.plugin [-] Segment 6d16340b-ca9b-4163-befa-e8e053875d5e resource provider aggregate not found 2026-04-09 02:16:43.484 8 INFO neutron.services.segments.plugin [-] Segment 6d16340b-ca9b-4163-befa-e8e053875d5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d16340b-ca9b-4163-befa-e8e053875d5e found for delete ", "request_id": "req-136a62c3-4732-4871-9a7f-2651f9b2d98d"}]} 2026-04-09 02:16:43.489 8 INFO neutron.services.segments.plugin [-] Segment 6d16340b-ca9b-4163-befa-e8e053875d5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d16340b-ca9b-4163-befa-e8e053875d5e found for delete ", "request_id": "req-8370ab6a-5b8d-440b-8751-72301569d011"}]} [pid: 7|app: 0|req: 808/1635] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/security-groups/6bdf4d8e-7644-411b-ad33-86c54146b750 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:43.513 8 INFO neutron.services.segments.plugin [-] Segment ac1ff6f0-0808-456d-b5ea-f30185aea00a resource provider aggregate not found 2026-04-09 02:16:43.516 8 INFO neutron.services.segments.plugin [-] Segment ac1ff6f0-0808-456d-b5ea-f30185aea00a resource provider aggregate not found 2026-04-09 02:16:43.535 8 INFO neutron.services.segments.plugin [-] Segment ac1ff6f0-0808-456d-b5ea-f30185aea00a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac1ff6f0-0808-456d-b5ea-f30185aea00a found for delete ", "request_id": "req-aec7330c-554d-4771-9832-ff873f644bbe"}]} 2026-04-09 02:16:43.539 8 INFO neutron.services.segments.plugin [-] Segment ac1ff6f0-0808-456d-b5ea-f30185aea00a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac1ff6f0-0808-456d-b5ea-f30185aea00a found for delete ", "request_id": "req-0a288160-1cd3-462a-b199-e97999daeee7"}]} 2026-04-09 02:16:43.558 8 INFO neutron.services.segments.plugin [-] Segment 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 resource provider aggregate not found 2026-04-09 02:16:43.564 8 INFO neutron.services.segments.plugin [-] Segment 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 resource provider aggregate not found 2026-04-09 02:16:43.581 8 INFO neutron.services.segments.plugin [-] Segment 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 found for delete ", "request_id": "req-84a0273c-7f18-4fdc-a5fe-288cbe1c28f9"}]} 2026-04-09 02:16:43.585 8 INFO neutron.services.segments.plugin [-] Segment 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f102a0d-c12b-4c80-b1fc-da28dfccd9d7 found for delete ", "request_id": "req-60dd4795-9c37-4e93-bf06-94cf88942d1f"}]} [pid: 7|app: 0|req: 809/1636] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:43 2026] GET /v2.0/security-groups?tenant_id=f2f82c2446e84899b5c5d97227160222&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:43.614 8 INFO neutron.services.segments.plugin [-] Segment 0849a729-04af-4c1d-8a84-e086a52710c6 resource provider aggregate not found 2026-04-09 02:16:43.620 8 INFO neutron.services.segments.plugin [-] Segment 0849a729-04af-4c1d-8a84-e086a52710c6 resource provider aggregate not found 2026-04-09 02:16:43.639 8 INFO neutron.services.segments.plugin [-] Segment 0849a729-04af-4c1d-8a84-e086a52710c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0849a729-04af-4c1d-8a84-e086a52710c6 found for delete ", "request_id": "req-49cba96c-ca22-46f2-96b3-b910df9740bf"}]} 2026-04-09 02:16:43.650 8 INFO neutron.services.segments.plugin [-] Segment 0849a729-04af-4c1d-8a84-e086a52710c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0849a729-04af-4c1d-8a84-e086a52710c6 found for delete ", "request_id": "req-290ba822-543a-4168-99c1-9656bcf087e2"}]} [pid: 7|app: 0|req: 810/1637] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/security-groups/3f9d2b33-61a3-472a-b3be-13ce52ff240f => 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: 811/1638] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:43 2026] GET /v2.0/security-groups?tenant_id=7fe9664c07514915b70c77543d5a7605&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1639] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/security-groups/75f099b4-6a23-4883-81d9-5c0a8962bed5 => 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: 828/1640] 10.0.0.209 () {34 vars in 742 bytes} [Thu Apr 9 02:16:42 2026] PUT /v2.0/routers/e5bfc043-6cec-47bc-aa73-ec7b18d29c6e => generated 493 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1641] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:43 2026] GET /v2.0/security-groups?tenant_id=fe04b27d07ee4efabdfae3cf5fbd9916&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1642] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:43 2026] GET /v2.0/ports?device_id=e5bfc043-6cec-47bc-aa73-ec7b18d29c6e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1643] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/security-groups/67448e05-98e5-4af0-a3a7-566d9aa5268f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:44.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-194e8edf-2652-431d-b674-a1c337aa3fbb b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] TaaS: Handle Delete Port: 79ce17ec-8f03-49f8-a05f-6de0d1417233 2026-04-09 02:16:44.124 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-194e8edf-2652-431d-b674-a1c337aa3fbb b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Tap Mirror: Handle Delete Port: 79ce17ec-8f03-49f8-a05f-6de0d1417233 [pid: 8|app: 0|req: 830/1644] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:43 2026] DELETE /v2.0/routers/e5bfc043-6cec-47bc-aa73-ec7b18d29c6e => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1645] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:16:44 2026] GET /v2.0/routers/6addc89c-4ac9-4e7e-908e-71d4de63d92a => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:44.860 7 INFO neutron.services.segments.plugin [-] Segment 41412c56-19d0-46b4-9031-959556a33aaf resource provider aggregate not found 2026-04-09 02:16:44.867 7 INFO neutron.services.segments.plugin [-] Segment 41412c56-19d0-46b4-9031-959556a33aaf resource provider aggregate not found [pid: 8|app: 0|req: 831/1646] 10.0.0.209 () {34 vars in 742 bytes} [Thu Apr 9 02:16:44 2026] PUT /v2.0/routers/6addc89c-4ac9-4e7e-908e-71d4de63d92a => generated 502 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:44.873 7 INFO neutron.services.segments.plugin [-] Segment 41412c56-19d0-46b4-9031-959556a33aaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41412c56-19d0-46b4-9031-959556a33aaf found for delete ", "request_id": "req-18541e0a-2186-4945-94cb-17f4b26e93b5"}]} 2026-04-09 02:16:44.888 7 INFO neutron.services.segments.plugin [-] Segment 0aeed814-ef25-479b-9082-656271c32854 resource provider aggregate not found 2026-04-09 02:16:44.893 7 INFO neutron.services.segments.plugin [-] Segment 41412c56-19d0-46b4-9031-959556a33aaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41412c56-19d0-46b4-9031-959556a33aaf found for delete ", "request_id": "req-83c2197f-2105-4c3e-93bf-c184fcf40f38"}]} 2026-04-09 02:16:44.900 7 INFO neutron.services.segments.plugin [-] Segment 0aeed814-ef25-479b-9082-656271c32854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aeed814-ef25-479b-9082-656271c32854 found for delete ", "request_id": "req-0dc8238a-3d6c-48b2-bc15-c3dd2b3bc48a"}]} [pid: 7|app: 0|req: 816/1647] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:44 2026] GET /v2.0/ports?device_id=6addc89c-4ac9-4e7e-908e-71d4de63d92a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:44.925 7 INFO neutron.services.segments.plugin [-] Segment 0aeed814-ef25-479b-9082-656271c32854 resource provider aggregate not found 2026-04-09 02:16:44.942 7 INFO neutron.services.segments.plugin [-] Segment 0aeed814-ef25-479b-9082-656271c32854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aeed814-ef25-479b-9082-656271c32854 found for delete ", "request_id": "req-435234d3-0055-4272-8503-c418585e67ca"}]} 2026-04-09 02:16:45.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-28ee4301-e1ba-4fb4-8c35-deacb03c028a b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] TaaS: Handle Delete Port: 048512d3-7e04-4c6a-977f-30fdc68e5b99 2026-04-09 02:16:45.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ee4301-e1ba-4fb4-8c35-deacb03c028a b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Tap Mirror: Handle Delete Port: 048512d3-7e04-4c6a-977f-30fdc68e5b99 [pid: 8|app: 0|req: 832/1648] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:44 2026] DELETE /v2.0/routers/6addc89c-4ac9-4e7e-908e-71d4de63d92a => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1649] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:16:45 2026] GET /v2.0/routers/ae661b28-15be-41bc-a848-1455b88609d5 => generated 487 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1650] 10.0.0.209 () {34 vars in 742 bytes} [Thu Apr 9 02:16:45 2026] PUT /v2.0/routers/ae661b28-15be-41bc-a848-1455b88609d5 => generated 487 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1651] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:45 2026] GET /v2.0/ports?device_id=ae661b28-15be-41bc-a848-1455b88609d5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:46.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0481748-75f1-4992-bd76-9a5e2b9c7f8e b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] TaaS: Handle Delete Port: eb4e18a0-6b68-4ba1-9db2-f04166c197f9 2026-04-09 02:16:46.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0481748-75f1-4992-bd76-9a5e2b9c7f8e b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Tap Mirror: Handle Delete Port: eb4e18a0-6b68-4ba1-9db2-f04166c197f9 [pid: 7|app: 0|req: 818/1652] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:45 2026] GET /v2.0/security-groups?tenant_id=fd9adc7f2f45415189790a7474468dd7&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1653] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:46 2026] DELETE /v2.0/security-groups/683f160d-8e92-4b01-afb7-786e3204b12d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1654] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:45 2026] DELETE /v2.0/routers/ae661b28-15be-41bc-a848-1455b88609d5 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1655] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:16:46 2026] GET /v2.0/routers/1f0a7e0f-751d-494a-9b68-b3f8eb2119e3 => generated 480 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1656] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:46 2026] GET /v2.0/security-groups?tenant_id=ac5262403b3a475a87ebcb98c7a2252f&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1657] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:46 2026] DELETE /v2.0/security-groups/9c93a1ba-2121-460b-ae80-0ea09a3fee20 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1658] 10.0.0.209 () {34 vars in 742 bytes} [Thu Apr 9 02:16:46 2026] PUT /v2.0/routers/1f0a7e0f-751d-494a-9b68-b3f8eb2119e3 => generated 480 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1659] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:16:46 2026] GET /v2.0/ports?device_id=1f0a7e0f-751d-494a-9b68-b3f8eb2119e3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:47.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd433677-3dd6-4ab2-a7d7-2e37461d1962 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] TaaS: Handle Delete Port: 5d7485c1-77ef-4a26-84b5-4c12f336d8c2 2026-04-09 02:16:47.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd433677-3dd6-4ab2-a7d7-2e37461d1962 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] Tap Mirror: Handle Delete Port: 5d7485c1-77ef-4a26-84b5-4c12f336d8c2 2026-04-09 02:16:47.438 7 INFO neutron.services.segments.plugin [-] Segment ec016aa0-199a-4133-b8cf-ba9364bc4744 resource provider aggregate not found 2026-04-09 02:16:47.446 7 INFO neutron.services.segments.plugin [-] Segment ec016aa0-199a-4133-b8cf-ba9364bc4744 resource provider aggregate not found 2026-04-09 02:16:47.467 7 INFO neutron.services.segments.plugin [-] Segment ec016aa0-199a-4133-b8cf-ba9364bc4744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec016aa0-199a-4133-b8cf-ba9364bc4744 found for delete ", "request_id": "req-c38e8c59-b950-4381-898a-b9c8dc6b29dc"}]} 2026-04-09 02:16:47.472 7 INFO neutron.db.l3_hamode_db [None req-cd433677-3dd6-4ab2-a7d7-2e37461d1962 b5d773cb58384bb3b3ccdb4ff9c40951 20438b926eca408b9fc88855462eb31d - - default default] HA network 030c511f-04f5-4b48-ae0d-0c49b2cc4e55 was deleted as no HA routers are present in tenant 20438b926eca408b9fc88855462eb31d. 2026-04-09 02:16:47.479 7 INFO neutron.services.segments.plugin [-] Segment ec016aa0-199a-4133-b8cf-ba9364bc4744 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec016aa0-199a-4133-b8cf-ba9364bc4744 found for delete ", "request_id": "req-6f7e1629-42e6-42b3-bfb8-f591438e5ce8"}]} [pid: 7|app: 0|req: 822/1660] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:46 2026] DELETE /v2.0/routers/1f0a7e0f-751d-494a-9b68-b3f8eb2119e3 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:48.293 8 INFO neutron.db.segments_db [None req-92769e45-4094-42a6-b1f0-7cb6ceff1ecd 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Added segment ca70faaa-74ae-4ba3-8632-ea80c8381eac of type vxlan for network 2fc9fecf-af35-4b08-bb33-8b48278637c0 [pid: 8|app: 0|req: 839/1661] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:48 2026] POST /v2.0/networks => generated 613 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1662] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:48 2026] GET /v2.0/security-groups?tenant_id=34bec462f2054d9dadee51dd92625e5a&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:48.650 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-44c6bdda-4da8-4b96-903c-dcc9e8e32129 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Unable to schedule network 2fc9fecf-af35-4b08-bb33-8b48278637c0: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 824/1663] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:48 2026] POST /v2.0/ports => generated 743 bytes in 255 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-09 02:16:48.750 8 INFO neutron.db.segments_db [None req-48a3b4b2-6956-4a79-b81b-0a8ebcaecf13 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] Added segment 71fe5917-6456-4373-951b-76b7b0a867cf of type vxlan for network fb888a9c-2f2a-4a8b-aba8-f65a982305f2 [pid: 7|app: 0|req: 825/1664] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:48 2026] DELETE /v2.0/security-groups/ff1f0d35-1a85-4928-9e9c-5c6b49d94845 => 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: 840/1667] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:48 2026] POST /v2.0/networks => generated 708 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:48.983 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-313631a3-3b76-42fb-a6d2-c944cf9bb533 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] Unable to schedule network fb888a9c-2f2a-4a8b-aba8-f65a982305f2: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 841/1668] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:48 2026] POST /v2.0/subnets => generated 644 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1669] 10.0.0.209 () {34 vars in 666 bytes} [Thu Apr 9 02:16:48 2026] POST /v2.0/trunks => generated 407 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:49.058 7 INFO neutron.db.segments_db [None req-6e5db948-c464-4dd0-86ea-a58be78cd961 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Added segment 64d254af-06e7-4ce6-b806-78122dbd4945 of type vxlan for network 24ee6573-acf0-4b03-9282-4f2b80e624eb [pid: 8|app: 0|req: 842/1670] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:49 2026] GET /v2.0/security-groups?tenant_id=20438b926eca408b9fc88855462eb31d&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:49.122 8 WARNING neutron.api.v2.base [None req-798e76e9-b01b-4bfb-8636-889a6e92f604 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - 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-09 02:16:49.123 8 INFO neutron.api.v2.resource [None req-798e76e9-b01b-4bfb-8636-889a6e92f604 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 843/1671] 10.0.0.209 () {34 vars in 681 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1672] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1673] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:49 2026] DELETE /v2.0/security-groups/73881805-68fc-4bc9-98e2-54810c37a003 => 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: 830/1674] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:49 2026] DELETE /v2.0/networks/fb888a9c-2f2a-4a8b-aba8-f65a982305f2 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:49.369 7 INFO neutron.db.segments_db [None req-060d4a20-df41-4283-ae89-43d92fd99f28 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] Added segment e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 of type vxlan for network c93af32d-ea0e-42ea-996c-cae7cdc9b917 2026-04-09 02:16:49.446 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-224acb81-fa05-47bd-8548-55101c83bdab 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Unable to schedule network 24ee6573-acf0-4b03-9282-4f2b80e624eb: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 831/1675] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/networks => generated 708 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1676] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/ports => generated 743 bytes in 263 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-09 02:16:49.489 7 INFO neutron.services.segments.plugin [-] Segment 71fe5917-6456-4373-951b-76b7b0a867cf resource provider aggregate not found 2026-04-09 02:16:49.503 7 INFO neutron.services.segments.plugin [-] Segment 71fe5917-6456-4373-951b-76b7b0a867cf resource provider aggregate not found 2026-04-09 02:16:49.510 7 INFO neutron.services.segments.plugin [-] Segment 71fe5917-6456-4373-951b-76b7b0a867cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fe5917-6456-4373-951b-76b7b0a867cf found for delete ", "request_id": "req-975ae67d-965e-42e0-b3b0-862e1fd3ab54"}]} 2026-04-09 02:16:49.522 7 INFO neutron.services.segments.plugin [-] Segment 71fe5917-6456-4373-951b-76b7b0a867cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fe5917-6456-4373-951b-76b7b0a867cf found for delete ", "request_id": "req-1dfb72cd-3bdd-4ed8-9514-f4def0ed0fa4"}]} 2026-04-09 02:16:49.599 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a77e8ace-85a8-4f9c-99ba-798970303772 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] Unable to schedule network c93af32d-ea0e-42ea-996c-cae7cdc9b917: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 832/1677] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:49 2026] GET /v2.0/security-groups?tenant_id=1ebf20ed6276464d92e90d50aac7d8fc&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1678] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/subnets => generated 647 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:49.626 8 WARNING neutron.api.v2.base [None req-1c5ab1d2-1a9f-4a1d-aa07-bdd193ab2e79 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - 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-09 02:16:49.627 8 INFO neutron.api.v2.resource [None req-1c5ab1d2-1a9f-4a1d-aa07-bdd193ab2e79 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 847/1679] 10.0.0.209 () {34 vars in 681 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1680] 10.0.0.209 () {34 vars in 666 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:49.785 8 INFO neutron.services.segments.plugin [-] Segment e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 resource provider aggregate not found 2026-04-09 02:16:49.789 8 INFO neutron.services.segments.plugin [-] Segment e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 resource provider aggregate not found [pid: 8|app: 0|req: 848/1681] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:49 2026] DELETE /v2.0/networks/c93af32d-ea0e-42ea-996c-cae7cdc9b917 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:49.811 8 INFO neutron.services.segments.plugin [-] Segment e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 found for delete ", "request_id": "req-756481dc-097a-49a1-8f0c-c70ce942619f"}]} 2026-04-09 02:16:49.812 8 INFO neutron.services.segments.plugin [-] Segment e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2a39683-5f9b-44d6-b5e8-eea79ecb6f52 found for delete ", "request_id": "req-88c1686f-8445-418c-ad42-18cbd5ac8709"}]} [pid: 7|app: 0|req: 834/1682] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:49 2026] DELETE /v2.0/security-groups/40655326-0fcd-4f79-859e-4c75104ee854 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:49.853 8 INFO neutron.db.segments_db [None req-6dc89c28-e6fb-4ec1-b035-88dd1fe4995a 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Added segment 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 of type vxlan for network ae6c482a-5b30-445e-b949-871c363331ba 2026-04-09 02:16:49.906 7 INFO neutron.db.segments_db [None req-ba6ddcfb-01f2-471f-9ab5-138599058c4a 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] Added segment 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 of type vxlan for network c8675096-349f-48b1-b6af-177c0c953759 [pid: 8|app: 0|req: 849/1683] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/networks => generated 613 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1684] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/networks => generated 708 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:50.132 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-92567f49-1166-47f3-ad41-fed10fe4a35e 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Unable to schedule network ae6c482a-5b30-445e-b949-871c363331ba: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:16:50.136 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8ad6f123-a42c-4ddc-9d17-d00e1cdae319 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] Unable to schedule network c8675096-349f-48b1-b6af-177c0c953759: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 836/1685] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/subnets => generated 647 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1686] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:49 2026] POST /v2.0/ports => generated 743 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 837/1687] 10.0.0.209 () {34 vars in 681 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/rbac-policies => generated 324 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1688] 10.0.0.209 () {34 vars in 666 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/trunks => generated 407 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:50.463 7 INFO neutron.db.segments_db [None req-8703d450-7fdf-49e7-b69b-e94dc0fdabb0 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Added segment 57df755b-fcae-4242-87b9-eadf94e63acd of type vxlan for network e758a4fe-6767-430c-86aa-0cc090c5a0aa [pid: 7|app: 0|req: 838/1689] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:50.762 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d59d563b-bf5e-4348-acaa-dfaa74f0c9dd 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Unable to schedule network e758a4fe-6767-430c-86aa-0cc090c5a0aa: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 852/1690] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/ports => generated 743 bytes in 258 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: 853/1691] 10.0.0.209 () {34 vars in 666 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/trunks => generated 407 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1692] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:16:50 2026] GET /v2.0/networks/c8675096-349f-48b1-b6af-177c0c953759 => generated 649 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:16:51.006 8 INFO neutron.db.segments_db [None req-c27f7792-8faf-4410-9b96-2f0decc1e1ed 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Added segment d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 of type vxlan for network 62b0adf7-2585-4673-9de7-167f25976070 [pid: 8|app: 0|req: 854/1693] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:50 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1694] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/security-groups?tenant_id=3b389a2d9a364be3b306939c619b1149&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:51.313 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5a3ee966-ba58-4086-9761-ae0e63669605 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Unable to schedule network 62b0adf7-2585-4673-9de7-167f25976070: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 841/1695] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:51 2026] DELETE /v2.0/security-groups/82b72682-86b0-4208-a0b5-6015d2a43e93 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1696] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:51 2026] POST /v2.0/ports => generated 743 bytes in 263 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-09 02:16:51.502 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fc9222c-c9b1-49fa-bec4-b555647cbb62 a6724a7b01144e42bb9d61711d9b4240 6014e9d4c2dd4b97831659a27fed1b51 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1697] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/networks/c8675096-349f-48b1-b6af-177c0c953759 => generated 138 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1698] 10.0.0.209 () {34 vars in 666 bytes} [Thu Apr 9 02:16:51 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1699] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/security-groups?tenant_id=f6ec9a576cb848af89454270ba8a679f&name=default => generated 2925 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1700] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:16:51 2026] PUT /v2.0/trunks/3f38a2c1-076f-426c-a531-6c1a90662ec6/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1701] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:51 2026] DELETE /v2.0/networks/c8675096-349f-48b1-b6af-177c0c953759 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1702] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:51 2026] DELETE /v2.0/security-groups/1c7b4a28-db20-4298-9b26-54211dcac19b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:51.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e6f4c09-4fe3-4cc5-952f-0acb5bedc2b9 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1703] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:51 2026] DELETE /v2.0/subnets/24d5d2cd-d234-44d3-b3b4-f7dca1e24135 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1704] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:16:51 2026] PUT /v2.0/trunks/9410382c-c1a1-438e-ba15-9e694f6748cf/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:51.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98107d21-dc4e-4320-84fe-53666942878f 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1705] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:51 2026] DELETE /v2.0/subnets/cc1271b3-10d4-44b4-be78-821b7a123119 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:16:51.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ca588a73-a7bf-4255-bd56-ad66237bb20a 8ba37bf065604ffe906c2af2995cef88 84048d7e60ec4f96980ab0c306effd4a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1706] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:16:51 2026] DELETE /v2.0/subnets/8ae0acc0-53ad-49cf-9042-5d2619d4386f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1707] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:16:51 2026] PUT /v2.0/trunks/fe1b7055-7bc0-47b9-93d8-73eba750bb71/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:51.826 8 INFO neutron.services.segments.plugin [-] Segment 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 resource provider aggregate not found 2026-04-09 02:16:51.834 8 INFO neutron.services.segments.plugin [-] Segment 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 resource provider aggregate not found [pid: 7|app: 0|req: 849/1708] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:16:51 2026] PUT /v2.0/trunks/3618cb58-ec42-4e45-a877-b45f3a726927/tags => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:51.842 8 INFO neutron.services.segments.plugin [-] Segment 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 found for delete ", "request_id": "req-c54f26aa-e3cd-4b29-b869-09d8a16c0545"}]} 2026-04-09 02:16:51.848 8 INFO neutron.services.segments.plugin [-] Segment 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9194d337-0f3b-43bd-bcd7-0a8d9c898b87 found for delete ", "request_id": "req-98853a49-3e6a-4e03-b6ca-152c3987cb00"}]} [pid: 8|app: 0|req: 860/1709] 10.0.0.209 () {32 vars in 662 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1710] 10.0.0.209 () {32 vars in 676 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1711] 10.0.0.209 () {32 vars in 672 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1712] 10.0.0.209 () {32 vars in 684 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1713] 10.0.0.209 () {32 vars in 670 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1714] 10.0.0.209 () {32 vars in 684 bytes} [Thu Apr 9 02:16:51 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1715] 10.0.0.209 () {32 vars in 680 bytes} [Thu Apr 9 02:16:52 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: 853/1716] 10.0.0.209 () {32 vars in 692 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1717] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/trunks/3f38a2c1-076f-426c-a531-6c1a90662ec6 => generated 412 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1718] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/ports/f9fc1e4f-c353-4e09-a909-76dc6b821382 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1719] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/trunks/3f38a2c1-076f-426c-a531-6c1a90662ec6 => 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: 855/1720] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/trunks/9410382c-c1a1-438e-ba15-9e694f6748cf => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1721] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/ports/5b991dc3-4919-47c9-8460-cd9de69be868 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1722] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/trunks/9410382c-c1a1-438e-ba15-9e694f6748cf => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1723] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/trunks/fe1b7055-7bc0-47b9-93d8-73eba750bb71 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1724] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/ports/f09ebade-01f8-4ad8-848b-e51ba7e8a576 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1725] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/trunks/fe1b7055-7bc0-47b9-93d8-73eba750bb71 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1726] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/trunks/3618cb58-ec42-4e45-a877-b45f3a726927 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1727] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/ports/8d90a57b-e35d-4665-b04e-bbd607bc7ea8 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1728] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/trunks/3618cb58-ec42-4e45-a877-b45f3a726927 => 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: 872/1729] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/trunks/cdbc7e77-6d8e-4946-a47e-3699b42e5c6a => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1730] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/security-groups?tenant_id=84048d7e60ec4f96980ab0c306effd4a&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1731] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:16:52 2026] GET /v2.0/ports/16be104d-029b-4195-8af8-6ebd5b31e6e7 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1732] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/security-groups/0c1e94a9-5869-470a-9da1-2fe5761bad5e => 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: 874/1733] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/trunks/cdbc7e77-6d8e-4946-a47e-3699b42e5c6a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:53.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-192f8e8d-9d49-4881-8a99-eedf48cddeab 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] TaaS: Handle Delete Port: f9fc1e4f-c353-4e09-a909-76dc6b821382 2026-04-09 02:16:53.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-192f8e8d-9d49-4881-8a99-eedf48cddeab 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Tap Mirror: Handle Delete Port: f9fc1e4f-c353-4e09-a909-76dc6b821382 [pid: 7|app: 0|req: 860/1734] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:16:52 2026] DELETE /v2.0/ports/f9fc1e4f-c353-4e09-a909-76dc6b821382 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1735] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:53 2026] GET /v2.0/security-groups?tenant_id=6014e9d4c2dd4b97831659a27fed1b51&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:53.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6b80154-5b3b-4f1a-8d4a-062b9a279dac 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] TaaS: Handle Delete Port: 5b991dc3-4919-47c9-8460-cd9de69be868 2026-04-09 02:16:53.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6b80154-5b3b-4f1a-8d4a-062b9a279dac 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Tap Mirror: Handle Delete Port: 5b991dc3-4919-47c9-8460-cd9de69be868 [pid: 8|app: 0|req: 876/1736] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:53 2026] DELETE /v2.0/security-groups/369f2176-cfc1-44cd-aaad-550243c4ea1d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1737] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:16:53 2026] DELETE /v2.0/ports/5b991dc3-4919-47c9-8460-cd9de69be868 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:53.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f7ef85d-525f-42e7-a196-3adf80638199 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] TaaS: Handle Delete Port: f09ebade-01f8-4ad8-848b-e51ba7e8a576 2026-04-09 02:16:53.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f7ef85d-525f-42e7-a196-3adf80638199 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Tap Mirror: Handle Delete Port: f09ebade-01f8-4ad8-848b-e51ba7e8a576 [pid: 8|app: 0|req: 877/1738] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:16:53 2026] DELETE /v2.0/ports/f09ebade-01f8-4ad8-848b-e51ba7e8a576 => 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: 862/1739] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:53 2026] GET /v2.0/security-groups?tenant_id=d7758e4d00c04ffbb661952cbf7cddaf&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:53.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fc9d6f4-8a9a-4c9d-8b00-fbdf4813dcc2 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] TaaS: Handle Delete Port: 8d90a57b-e35d-4665-b04e-bbd607bc7ea8 2026-04-09 02:16:53.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fc9d6f4-8a9a-4c9d-8b00-fbdf4813dcc2 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Tap Mirror: Handle Delete Port: 8d90a57b-e35d-4665-b04e-bbd607bc7ea8 [pid: 7|app: 0|req: 863/1740] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:16:53 2026] DELETE /v2.0/ports/8d90a57b-e35d-4665-b04e-bbd607bc7ea8 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1741] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:53 2026] DELETE /v2.0/security-groups/967b18e8-2d73-4368-a76f-b87700dec59e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:53.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-db092c1b-1d3c-4786-bce1-cc5a805ed19c 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] TaaS: Handle Delete Port: 16be104d-029b-4195-8af8-6ebd5b31e6e7 2026-04-09 02:16:53.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db092c1b-1d3c-4786-bce1-cc5a805ed19c 1a458c545a6c489fbbfc47633ccbea95 7c306eb0092446c386b5d1c311e4c013 - - default default] Tap Mirror: Handle Delete Port: 16be104d-029b-4195-8af8-6ebd5b31e6e7 [pid: 7|app: 0|req: 865/1742] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:16:53 2026] DELETE /v2.0/ports/16be104d-029b-4195-8af8-6ebd5b31e6e7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:16:54.163 7 INFO neutron.services.segments.plugin [-] Segment ca70faaa-74ae-4ba3-8632-ea80c8381eac resource provider aggregate not found 2026-04-09 02:16:54.171 7 INFO neutron.services.segments.plugin [-] Segment ca70faaa-74ae-4ba3-8632-ea80c8381eac resource provider aggregate not found 2026-04-09 02:16:54.193 7 INFO neutron.services.segments.plugin [-] Segment ca70faaa-74ae-4ba3-8632-ea80c8381eac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca70faaa-74ae-4ba3-8632-ea80c8381eac found for delete ", "request_id": "req-f1e56116-711f-4f27-8b22-c52a49ed3375"}]} 2026-04-09 02:16:54.195 7 INFO neutron.services.segments.plugin [-] Segment ca70faaa-74ae-4ba3-8632-ea80c8381eac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca70faaa-74ae-4ba3-8632-ea80c8381eac found for delete ", "request_id": "req-550880a4-0371-455b-b1fd-5ab3193cd35f"}]} [pid: 7|app: 0|req: 866/1743] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:54 2026] DELETE /v2.0/networks/2fc9fecf-af35-4b08-bb33-8b48278637c0 => 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: 878/1744] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:16:53 2026] POST /v2.0/floatingips => generated 552 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1745] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:16:54 2026] PUT /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/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: 880/1746] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1747] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:54 2026] DELETE /v2.0/networks/24ee6573-acf0-4b03-9282-4f2b80e624eb => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1748] 10.0.0.209 () {34 vars in 770 bytes} [Thu Apr 9 02:16:54 2026] PUT /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1749] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1750] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:54 2026] DELETE /v2.0/networks/ae6c482a-5b30-445e-b949-871c363331ba => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1751] 10.0.0.209 () {34 vars in 766 bytes} [Thu Apr 9 02:16:54 2026] PUT /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1752] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/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: 869/1753] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:54 2026] DELETE /v2.0/networks/e758a4fe-6767-430c-86aa-0cc090c5a0aa => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1754] 10.0.0.209 () {34 vars in 788 bytes} [Thu Apr 9 02:16:54 2026] PUT /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1755] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1756] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:16:54 2026] DELETE /v2.0/networks/62b0adf7-2585-4673-9de7-167f25976070 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1757] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:16:54 2026] PUT /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/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: 871/1758] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1759] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:54.970 7 INFO neutron.api.v2.resource [None req-61be11a8-4e5c-4584-a790-55ee063aa461 fa826641f2ce4428bf938d4a8090fced faf22e78806146cf828de08793a27dba - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 872/1760] 10.0.0.209 () {32 vars in 751 bytes} [Thu Apr 9 02:16:54 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1761] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:16:54 2026] DELETE /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/red => 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: 873/1762] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:55 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:55.145 8 INFO neutron.api.v2.resource [None req-422e0dce-d783-48b1-bf14-cadd9aa4a83d fa826641f2ce4428bf938d4a8090fced faf22e78806146cf828de08793a27dba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 890/1763] 10.0.0.209 () {32 vars in 754 bytes} [Thu Apr 9 02:16:55 2026] DELETE /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1764] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:16:55 2026] DELETE /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1765] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:16:55 2026] GET /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:16:55.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-69d2b8c1-0155-4c56-9ae1-06bd88ae1baa fa826641f2ce4428bf938d4a8090fced faf22e78806146cf828de08793a27dba - - default default] TaaS: Handle Delete Port: c478530b-f749-4cb3-8cda-addae4c94e3b 2026-04-09 02:16:55.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69d2b8c1-0155-4c56-9ae1-06bd88ae1baa fa826641f2ce4428bf938d4a8090fced faf22e78806146cf828de08793a27dba - - default default] Tap Mirror: Handle Delete Port: c478530b-f749-4cb3-8cda-addae4c94e3b [pid: 7|app: 0|req: 875/1766] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:16:55 2026] DELETE /v2.0/floatingips/53d321c0-fb38-47f4-aeca-e9141cecce47 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1767] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:55 2026] GET /v2.0/security-groups?tenant_id=c5e77a1357ba41faa4613d3417ea53cc&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1768] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:55 2026] DELETE /v2.0/security-groups/34b23881-e1b0-4b72-aec3-34ffb62968a8 => 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: 893/1769] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:55 2026] GET /v2.0/security-groups?tenant_id=3ca2c4fa872645549bc43625788d9b6e&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:56.225 7 INFO neutron.services.segments.plugin [-] Segment 64d254af-06e7-4ce6-b806-78122dbd4945 resource provider aggregate not found 2026-04-09 02:16:56.228 7 INFO neutron.services.segments.plugin [-] Segment 64d254af-06e7-4ce6-b806-78122dbd4945 resource provider aggregate not found 2026-04-09 02:16:56.241 7 INFO neutron.services.segments.plugin [-] Segment 64d254af-06e7-4ce6-b806-78122dbd4945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64d254af-06e7-4ce6-b806-78122dbd4945 found for delete ", "request_id": "req-953e952a-79ca-4e4a-ba85-7055600c96a8"}]} 2026-04-09 02:16:56.248 7 INFO neutron.services.segments.plugin [-] Segment 64d254af-06e7-4ce6-b806-78122dbd4945 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64d254af-06e7-4ce6-b806-78122dbd4945 found for delete ", "request_id": "req-ff5cb645-fa59-46a7-85b5-f0ea9bdeb0d0"}]} 2026-04-09 02:16:56.254 7 INFO neutron.services.segments.plugin [-] Segment 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 resource provider aggregate not found [pid: 7|app: 0|req: 877/1770] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:56 2026] DELETE /v2.0/security-groups/618ad61a-6a5f-488d-a3b8-12bbea9e3533 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:56.268 7 INFO neutron.services.segments.plugin [-] Segment 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 resource provider aggregate not found 2026-04-09 02:16:56.272 7 INFO neutron.services.segments.plugin [-] Segment 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 found for delete ", "request_id": "req-7361760b-6846-4cc6-8e62-acdc0fe3c64e"}]} 2026-04-09 02:16:56.285 7 INFO neutron.services.segments.plugin [-] Segment 57df755b-fcae-4242-87b9-eadf94e63acd resource provider aggregate not found 2026-04-09 02:16:56.288 7 INFO neutron.services.segments.plugin [-] Segment 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 788e219e-7626-4a8f-b4ad-7c3fbcd89a81 found for delete ", "request_id": "req-7e2cfb65-26ab-4271-b6ac-ce2153c05f38"}]} 2026-04-09 02:16:56.304 7 INFO neutron.services.segments.plugin [-] Segment 57df755b-fcae-4242-87b9-eadf94e63acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57df755b-fcae-4242-87b9-eadf94e63acd found for delete ", "request_id": "req-64d2080a-9551-4d97-b077-2d25021f685c"}]} 2026-04-09 02:16:56.309 7 INFO neutron.services.segments.plugin [-] Segment 57df755b-fcae-4242-87b9-eadf94e63acd resource provider aggregate not found 2026-04-09 02:16:56.326 7 INFO neutron.services.segments.plugin [-] Segment 57df755b-fcae-4242-87b9-eadf94e63acd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57df755b-fcae-4242-87b9-eadf94e63acd found for delete ", "request_id": "req-4cc439a1-1ca7-4bb1-a216-ba051f20b8df"}]} 2026-04-09 02:16:56.329 7 INFO neutron.services.segments.plugin [-] Segment d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 resource provider aggregate not found 2026-04-09 02:16:56.341 7 INFO neutron.services.segments.plugin [-] Segment d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 found for delete ", "request_id": "req-f3779dda-ea86-4df9-895a-1992c9f5eae2"}]} 2026-04-09 02:16:56.345 7 INFO neutron.services.segments.plugin [-] Segment d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 resource provider aggregate not found 2026-04-09 02:16:56.359 7 INFO neutron.services.segments.plugin [-] Segment d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4841f48-a24e-4a2f-bee0-0e4f6cf469b6 found for delete ", "request_id": "req-3e44321d-8321-4461-938e-bfc492c4ee90"}]} [pid: 7|app: 0|req: 878/1771] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:56 2026] GET /v2.0/security-groups?tenant_id=7c306eb0092446c386b5d1c311e4c013&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1772] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:56 2026] GET /v2.0/security-groups?tenant_id=faf22e78806146cf828de08793a27dba&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1773] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:56 2026] DELETE /v2.0/security-groups/d26f092f-9d06-4348-be10-65fe77598ddd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1774] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:56 2026] DELETE /v2.0/security-groups/58a55e8c-f692-452b-aee8-d6cb6a58d6fd => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1775] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:56 2026] GET /v2.0/security-groups?tenant_id=b4bb91291e1b4e85a5dce53be6238043&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1776] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:56 2026] DELETE /v2.0/security-groups/8039a800-2769-4e36-94ea-e7ac42fbee80 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1777] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:58 2026] GET /v2.0/security-groups?tenant_id=4f6ddda6bebd402291d57c0fe5d2a8c1&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:16:58.902 7 INFO neutron.db.segments_db [None req-f84255b2-4c7b-48a4-8c22-04ab47ff504e 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Added segment 20be75bf-4091-4d11-877e-8b06716cd587 of type vxlan for network d93f2adb-91d6-4db8-8396-93c5b683ca70 [pid: 8|app: 0|req: 898/1778] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:58 2026] DELETE /v2.0/security-groups/090044b3-5d9c-471e-941b-5a4bc5ec90e2 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1779] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:58 2026] POST /v2.0/networks => generated 611 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1780] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:16:59 2026] GET /v2.0/security-groups?tenant_id=239f6d7fd4e44e3bb0bc9a9df7be91f5&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1781] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:16:59 2026] DELETE /v2.0/security-groups/37dd0fb5-04c6-47a6-b60c-45dda2d077cb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:16:59.232 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-403d7e10-f3ef-49be-8d78-5671c8905a92 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Unable to schedule network d93f2adb-91d6-4db8-8396-93c5b683ca70: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 882/1782] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:59 2026] POST /v2.0/ports => generated 743 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:59.336 8 INFO neutron.db.segments_db [None req-122009e6-3a4f-45e3-b0c1-20fedd097a57 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Added segment 3bbabccb-1c09-4fa7-a32b-66947e9107dd of type vxlan for network 9bcdc516-bb16-400f-b8f6-226fa738e019 [pid: 8|app: 0|req: 901/1783] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:59 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 02:16:59.651 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b09b3d56-5011-4d99-ae85-8cd28822ff84 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Unable to schedule network 9bcdc516-bb16-400f-b8f6-226fa738e019: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 883/1784] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:59 2026] POST /v2.0/ports => generated 743 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:16:59.754 8 INFO neutron.db.segments_db [None req-1e54239d-30d0-4209-a64f-f076d29d9536 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Added segment 2f41962f-5991-4a94-8b9e-993f34b8f66c of type vxlan for network 52b56509-aa79-4f38-ae5c-20f41880d51c [pid: 8|app: 0|req: 902/1785] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:16:59 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:17:00.076 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62ac038e-d7d2-477f-9799-1eef79dbb55d 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Unable to schedule network 52b56509-aa79-4f38-ae5c-20f41880d51c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 884/1786] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:16:59 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:00.182 8 INFO neutron.db.segments_db [None req-c985cfc3-012c-4998-8c2f-cd79095124bb 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Added segment 75392dc1-ea5a-49d7-a3ae-5ea46399d80e of type vxlan for network b5adf87f-8949-48d8-88fd-ac259fd2d52a [pid: 8|app: 0|req: 903/1787] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:00 2026] POST /v2.0/networks => generated 612 bytes in 152 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-09 02:17:00.501 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d07238fa-77cf-468b-b6a7-f72ed5147871 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Unable to schedule network b5adf87f-8949-48d8-88fd-ac259fd2d52a: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 904/1788] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:17:00 2026] POST /v2.0/ports => generated 743 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1789] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:00 2026] GET /v2.0/security-groups?tenant_id=f81d995db9db4d569194c3c2bb38b443&name=default => generated 2925 bytes in 290 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-09 02:17:00.622 7 INFO neutron.db.segments_db [None req-937b458c-51bd-45f7-b984-21397a321b6e 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Added segment 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b of type vxlan for network 641a3746-3a01-486e-9ab6-baadec7fb980 [pid: 7|app: 0|req: 886/1790] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:00 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:00.728 8 INFO neutron.db.segments_db [None req-60d33ba4-00c1-4b87-a3ea-524b78f20dab 800806ff740c4d74b860e30776702a50 dd587c23805e4ad08d2b21eb071fb863 - - default default] Added segment 65cdfb5c-4b66-49f4-aed3-b8105c3df976 of type vxlan for network c8ba814f-b876-4da1-815a-af41dceeb94b [pid: 7|app: 0|req: 887/1791] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:00 2026] DELETE /v2.0/security-groups/9157d45b-51cb-4909-84f6-cb20a87b03ae => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1792] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:00 2026] POST /v2.0/networks => generated 613 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1793] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:00 2026] PUT /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1794] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:00 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1795] 10.0.0.209 () {34 vars in 764 bytes} [Thu Apr 9 02:17:00 2026] PUT /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-09 02:17:01.011 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-77c80878-00e2-4795-9e5f-b43047d1975c 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Unable to schedule network 641a3746-3a01-486e-9ab6-baadec7fb980: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 888/1796] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:17:00 2026] POST /v2.0/ports => generated 743 bytes in 236 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: 889/1797] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1798] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/security-groups?tenant_id=811564b64746428a8d42d5cffaeb14d1&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: 890/1799] 10.0.0.209 () {34 vars in 747 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/ports/87ea6cf3-98a0-4749-83c2-fa037d3ee6a4/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 910/1800] 10.0.0.209 () {34 vars in 760 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1801] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:01 2026] DELETE /v2.0/security-groups/5018b77f-4d57-4493-9a41-1239910f65a1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1802] 10.0.0.209 () {34 vars in 747 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/ports/d73d7dfd-3957-4960-b1b7-ff7e0b656371/tags => generated 25 bytes in 65 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: 892/1803] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1804] 10.0.0.209 () {34 vars in 747 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/ports/ded5463a-32b9-4f6f-a152-ccf835d74412/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 893/1805] 10.0.0.209 () {34 vars in 782 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1806] 10.0.0.209 () {34 vars in 747 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/ports/e27b5d77-c6d8-4d1b-970d-83c9a69bc3bb/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 894/1807] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1808] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:01 2026] PUT /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1809] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1810] 10.0.0.209 () {32 vars in 660 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1811] 10.0.0.209 () {32 vars in 741 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/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: 897/1812] 10.0.0.209 () {32 vars in 674 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:01.650 8 INFO neutron.api.v2.resource [None req-737a28d8-e8d5-4e8f-bc4b-d3a4d068bec9 800806ff740c4d74b860e30776702a50 dd587c23805e4ad08d2b21eb071fb863 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1813] 10.0.0.209 () {32 vars in 745 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1814] 10.0.0.209 () {32 vars in 670 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1815] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:17:01 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) [pid: 8|app: 0|req: 917/1816] 10.0.0.209 () {32 vars in 744 bytes} [Thu Apr 9 02:17:01 2026] DELETE /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1817] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1818] 10.0.0.209 () {32 vars in 668 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:01.862 8 INFO neutron.api.v2.resource [None req-5354c8b7-b434-4cf9-a600-1e053caed327 800806ff740c4d74b860e30776702a50 dd587c23805e4ad08d2b21eb071fb863 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1819] 10.0.0.209 () {32 vars in 748 bytes} [Thu Apr 9 02:17:01 2026] DELETE /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1820] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:17:01 2026] DELETE /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1821] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1822] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1823] 10.0.0.209 () {32 vars in 678 bytes} [Thu Apr 9 02:17:01 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1824] 10.0.0.209 () {32 vars in 690 bytes} [Thu Apr 9 02:17:02 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:02.093 8 INFO neutron.services.segments.plugin [-] Segment 65cdfb5c-4b66-49f4-aed3-b8105c3df976 resource provider aggregate not found 2026-04-09 02:17:02.097 8 INFO neutron.services.segments.plugin [-] Segment 65cdfb5c-4b66-49f4-aed3-b8105c3df976 resource provider aggregate not found 2026-04-09 02:17:02.111 8 INFO neutron.services.segments.plugin [-] Segment 65cdfb5c-4b66-49f4-aed3-b8105c3df976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65cdfb5c-4b66-49f4-aed3-b8105c3df976 found for delete ", "request_id": "req-ab22821a-40b0-4ef7-b6de-e03daea17925"}]} 2026-04-09 02:17:02.113 8 INFO neutron.services.segments.plugin [-] Segment 65cdfb5c-4b66-49f4-aed3-b8105c3df976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65cdfb5c-4b66-49f4-aed3-b8105c3df976 found for delete ", "request_id": "req-dcb5c71f-279e-45fe-8180-66de2e4f78e4"}]} [pid: 8|app: 0|req: 922/1825] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:01 2026] DELETE /v2.0/networks/c8ba814f-b876-4da1-815a-af41dceeb94b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:02.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1a70bf2-2047-449f-adc1-cc84b90f2b7a 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] TaaS: Handle Delete Port: 87ea6cf3-98a0-4749-83c2-fa037d3ee6a4 2026-04-09 02:17:02.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1a70bf2-2047-449f-adc1-cc84b90f2b7a 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Tap Mirror: Handle Delete Port: 87ea6cf3-98a0-4749-83c2-fa037d3ee6a4 [pid: 7|app: 0|req: 904/1826] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/ports/87ea6cf3-98a0-4749-83c2-fa037d3ee6a4 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:02.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-abcbde76-4193-460c-9fc1-458a64f85cc0 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] TaaS: Handle Delete Port: d73d7dfd-3957-4960-b1b7-ff7e0b656371 2026-04-09 02:17:02.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abcbde76-4193-460c-9fc1-458a64f85cc0 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Tap Mirror: Handle Delete Port: d73d7dfd-3957-4960-b1b7-ff7e0b656371 [pid: 8|app: 0|req: 923/1827] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/ports/d73d7dfd-3957-4960-b1b7-ff7e0b656371 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:02.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca60b6be-bc5e-41b7-9924-aa24c25b2656 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] TaaS: Handle Delete Port: ded5463a-32b9-4f6f-a152-ccf835d74412 2026-04-09 02:17:02.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca60b6be-bc5e-41b7-9924-aa24c25b2656 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Tap Mirror: Handle Delete Port: ded5463a-32b9-4f6f-a152-ccf835d74412 [pid: 7|app: 0|req: 905/1828] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/ports/ded5463a-32b9-4f6f-a152-ccf835d74412 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:02.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a911edb-4c05-4c0b-aa45-b2e0592b25f5 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] TaaS: Handle Delete Port: e27b5d77-c6d8-4d1b-970d-83c9a69bc3bb 2026-04-09 02:17:02.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a911edb-4c05-4c0b-aa45-b2e0592b25f5 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Tap Mirror: Handle Delete Port: e27b5d77-c6d8-4d1b-970d-83c9a69bc3bb [pid: 8|app: 0|req: 924/1829] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/ports/e27b5d77-c6d8-4d1b-970d-83c9a69bc3bb => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:02.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd7e2e85-fc6f-4ca1-8a00-6f31eea91811 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] TaaS: Handle Delete Port: e5339c86-f812-4dd6-8997-49fddc4a2294 2026-04-09 02:17:02.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd7e2e85-fc6f-4ca1-8a00-6f31eea91811 3f6b2931e3284a1cb446278a6e539e52 c7099ce1b16b4abd937cef1e49ede62a - - default default] Tap Mirror: Handle Delete Port: e5339c86-f812-4dd6-8997-49fddc4a2294 [pid: 8|app: 0|req: 925/1830] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/ports/e5339c86-f812-4dd6-8997-49fddc4a2294 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1831] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:02 2026] GET /v2.0/security-groups?tenant_id=c045a44a84234c48bc0995ee213625cb&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1832] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/networks/d93f2adb-91d6-4db8-8396-93c5b683ca70 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1833] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:02 2026] DELETE /v2.0/security-groups/7b783c1e-02ea-4fb8-b3b0-39e2e8785d85 => 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: 927/1834] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/networks/9bcdc516-bb16-400f-b8f6-226fa738e019 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:03.264 7 INFO neutron.services.segments.plugin [-] Segment 2f41962f-5991-4a94-8b9e-993f34b8f66c resource provider aggregate not found 2026-04-09 02:17:03.269 7 INFO neutron.services.segments.plugin [-] Segment 2f41962f-5991-4a94-8b9e-993f34b8f66c resource provider aggregate not found 2026-04-09 02:17:03.283 7 INFO neutron.services.segments.plugin [-] Segment 2f41962f-5991-4a94-8b9e-993f34b8f66c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f41962f-5991-4a94-8b9e-993f34b8f66c found for delete ", "request_id": "req-36509942-0e8a-4fb1-b354-f3c763a17119"}]} 2026-04-09 02:17:03.289 7 INFO neutron.services.segments.plugin [-] Segment 2f41962f-5991-4a94-8b9e-993f34b8f66c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f41962f-5991-4a94-8b9e-993f34b8f66c found for delete ", "request_id": "req-2d7ebd8d-82aa-49f9-909a-ac93a83c3938"}]} [pid: 7|app: 0|req: 908/1835] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/networks/52b56509-aa79-4f38-ae5c-20f41880d51c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1836] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:03 2026] GET /v2.0/security-groups?tenant_id=dd587c23805e4ad08d2b21eb071fb863&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1837] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/networks/b5adf87f-8949-48d8-88fd-ac259fd2d52a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1838] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:03 2026] GET /v2.0/security-groups?tenant_id=5170d113b04f44eeae9e9723c39637b0&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1839] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/security-groups/303a7148-8248-4c12-a834-2c15afcb8263 => 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: 929/1840] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/networks/641a3746-3a01-486e-9ab6-baadec7fb980 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1843] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/security-groups/43ae3f85-34ff-4e42-a065-30b866c01439 => 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: 932/1844] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:03 2026] GET /v2.0/security-groups?tenant_id=a53c34d8bad64460b92c9cf9b9281382&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1845] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:03 2026] DELETE /v2.0/security-groups/a8b9c141-43f7-4830-8622-9f6779950c1d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:04.136 8 INFO neutron.services.segments.plugin [-] Segment 20be75bf-4091-4d11-877e-8b06716cd587 resource provider aggregate not found 2026-04-09 02:17:04.140 8 INFO neutron.services.segments.plugin [-] Segment 20be75bf-4091-4d11-877e-8b06716cd587 resource provider aggregate not found 2026-04-09 02:17:04.153 8 INFO neutron.services.segments.plugin [-] Segment 20be75bf-4091-4d11-877e-8b06716cd587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20be75bf-4091-4d11-877e-8b06716cd587 found for delete ", "request_id": "req-e00a192b-7f6a-48cc-b8bf-7ff34db88cb9"}]} 2026-04-09 02:17:04.157 8 INFO neutron.services.segments.plugin [-] Segment 20be75bf-4091-4d11-877e-8b06716cd587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20be75bf-4091-4d11-877e-8b06716cd587 found for delete ", "request_id": "req-390fd9eb-24ef-446b-a128-b0790b3e8272"}]} 2026-04-09 02:17:04.171 8 INFO neutron.services.segments.plugin [-] Segment 3bbabccb-1c09-4fa7-a32b-66947e9107dd resource provider aggregate not found 2026-04-09 02:17:04.175 8 INFO neutron.services.segments.plugin [-] Segment 3bbabccb-1c09-4fa7-a32b-66947e9107dd resource provider aggregate not found 2026-04-09 02:17:04.187 8 INFO neutron.services.segments.plugin [-] Segment 3bbabccb-1c09-4fa7-a32b-66947e9107dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bbabccb-1c09-4fa7-a32b-66947e9107dd found for delete ", "request_id": "req-6084d172-08fc-41c6-833d-5718e7a5814a"}]} 2026-04-09 02:17:04.194 8 INFO neutron.services.segments.plugin [-] Segment 3bbabccb-1c09-4fa7-a32b-66947e9107dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bbabccb-1c09-4fa7-a32b-66947e9107dd found for delete ", "request_id": "req-5c14d6cd-41f4-4ea9-9a54-db53dc3fd06b"}]} 2026-04-09 02:17:04.202 8 INFO neutron.services.segments.plugin [-] Segment 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b resource provider aggregate not found 2026-04-09 02:17:04.209 8 INFO neutron.services.segments.plugin [-] Segment 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b resource provider aggregate not found 2026-04-09 02:17:04.218 8 INFO neutron.services.segments.plugin [-] Segment 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b found for delete ", "request_id": "req-7dd91050-c84f-4ef9-8027-2ebc9e3b7624"}]} 2026-04-09 02:17:04.225 8 INFO neutron.services.segments.plugin [-] Segment 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60bd428e-9dbc-45c8-8cd3-a24cf70dd80b found for delete ", "request_id": "req-0dc9b849-6609-4899-a933-7c01c7c53722"}]} [pid: 8|app: 0|req: 933/1846] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:04 2026] GET /v2.0/security-groups?tenant_id=11fb7029cd494ba98925b7d765a12344&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1847] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:04 2026] DELETE /v2.0/security-groups/ecfbdf31-6e1b-49a7-a6d0-0db5777c32d3 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1848] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:04 2026] GET /v2.0/security-groups?tenant_id=c7099ce1b16b4abd937cef1e49ede62a&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1849] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:04 2026] DELETE /v2.0/security-groups/2c05e308-3f4d-4ec9-8729-58b9b3fb6348 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1850] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:05 2026] GET /v2.0/security-groups?tenant_id=14e33fe4675743208cb640431fc47d48&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:05.305 7 INFO neutron.services.segments.plugin [-] Segment 75392dc1-ea5a-49d7-a3ae-5ea46399d80e resource provider aggregate not found 2026-04-09 02:17:05.311 7 INFO neutron.services.segments.plugin [-] Segment 75392dc1-ea5a-49d7-a3ae-5ea46399d80e resource provider aggregate not found 2026-04-09 02:17:05.330 7 INFO neutron.services.segments.plugin [-] Segment 75392dc1-ea5a-49d7-a3ae-5ea46399d80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75392dc1-ea5a-49d7-a3ae-5ea46399d80e found for delete ", "request_id": "req-a948842f-decf-4bb6-bacb-f4a221511b95"}]} 2026-04-09 02:17:05.333 7 INFO neutron.services.segments.plugin [-] Segment 75392dc1-ea5a-49d7-a3ae-5ea46399d80e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75392dc1-ea5a-49d7-a3ae-5ea46399d80e found for delete ", "request_id": "req-a6e55a49-b051-41a0-bece-9df55222b381"}]} [pid: 7|app: 0|req: 916/1851] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:05 2026] DELETE /v2.0/security-groups/797aff7b-66fd-45f8-a4f5-b70aaacd4a49 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:05.886 8 INFO neutron.db.segments_db [None req-c3a00511-3843-4ff2-b163-6c7f4bd3e1de 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Added segment 02648aa0-13fe-498b-8eed-9bff84bdf157 of type vxlan for network 59dc4fc3-79d8-4c94-96c2-5c3c9c84f606 2026-04-09 02:17:05.942 8 INFO neutron.db.segments_db [None req-c3a00511-3843-4ff2-b163-6c7f4bd3e1de 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Added segment dc94eafa-5010-4b96-a9b5-069c3e3d30e7 of type vxlan for network 23aa7667-3524-4f8e-8f19-e4ef0b698517 [pid: 8|app: 0|req: 936/1852] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:05 2026] POST /v2.0/networks => generated 1205 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1853] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:17:06 2026] GET /v2.0/networks => generated 1842 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1854] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:06 2026] DELETE /v2.0/networks/59dc4fc3-79d8-4c94-96c2-5c3c9c84f606 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:06.235 8 INFO neutron.services.segments.plugin [-] Segment 02648aa0-13fe-498b-8eed-9bff84bdf157 resource provider aggregate not found 2026-04-09 02:17:06.247 8 INFO neutron.services.segments.plugin [-] Segment 02648aa0-13fe-498b-8eed-9bff84bdf157 resource provider aggregate not found 2026-04-09 02:17:06.254 8 INFO neutron.services.segments.plugin [-] Segment 02648aa0-13fe-498b-8eed-9bff84bdf157 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02648aa0-13fe-498b-8eed-9bff84bdf157 found for delete ", "request_id": "req-33f9ef53-63c9-4965-8fa4-ac6898247833"}]} 2026-04-09 02:17:06.264 8 INFO neutron.services.segments.plugin [-] Segment 02648aa0-13fe-498b-8eed-9bff84bdf157 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02648aa0-13fe-498b-8eed-9bff84bdf157 found for delete ", "request_id": "req-dd1f4f42-829c-4231-af01-698928962126"}]} [pid: 7|app: 0|req: 918/1855] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:06 2026] DELETE /v2.0/networks/23aa7667-3524-4f8e-8f19-e4ef0b698517 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1856] 10.0.0.209 () {32 vars in 649 bytes} [Thu Apr 9 02:17:06 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-09 02:17:06.454 7 INFO neutron.db.segments_db [None req-fc0408a0-3c3a-4d96-9932-06e5a4931adf 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Added segment 057c1616-3cf6-453c-81a6-f83b2338231a of type vxlan for network 1291d5d4-7297-49ba-bce7-8ae76f018f8c [pid: 7|app: 0|req: 919/1857] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:06 2026] POST /v2.0/networks => generated 631 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:06.586 8 INFO neutron.db.segments_db [None req-d141e700-f6be-4f5f-bcaa-d14168974b23 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Added segment 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed of type vxlan for network 16d4513e-1d9a-4e7c-9f81-f1cd8cffbde6 [pid: 8|app: 0|req: 939/1858] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:06 2026] POST /v2.0/networks => generated 631 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:06.969 8 INFO neutron.db.segments_db [None req-01d6e6ba-9328-4a66-9aa1-d8d915d6f460 d7fcc36da45149b6bc265d434b89db93 420584e7f0d048079af02544a394086c - - default default] Added segment 7935141d-b6c3-4091-bd8d-abdb2083c49c of type vxlan for network b88c6a9c-8957-484f-a558-572c9da7a567 2026-04-09 02:17:07.037 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-605e7e47-3d64-41eb-adf5-332e1d2c5d9e 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Unable to schedule network 1291d5d4-7297-49ba-bce7-8ae76f018f8c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 940/1859] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:06 2026] POST /v2.0/networks => generated 612 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:07.089 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-605e7e47-3d64-41eb-adf5-332e1d2c5d9e 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Unable to schedule network 16d4513e-1d9a-4e7c-9f81-f1cd8cffbde6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 920/1860] 10.0.0.209 () {34 vars in 665 bytes} [Thu Apr 9 02:17:06 2026] POST /v2.0/ports => generated 1505 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 921/1861] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports => generated 1505 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:07.250 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4498373d-2ee1-430e-b32c-09d853629db4 d7fcc36da45149b6bc265d434b89db93 420584e7f0d048079af02544a394086c - - default default] Unable to schedule network b88c6a9c-8957-484f-a558-572c9da7a567: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 941/1862] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:17:07 2026] POST /v2.0/ports => generated 743 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:07.298 7 INFO neutron_taas.services.taas.taas_plugin [None req-926adfe8-9099-41e8-8dbb-bc5698bdc96c 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] TaaS: Handle Delete Port: 14c08e55-fee6-4b28-9803-ae2d43ac6bc9 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:17:07.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-926adfe8-9099-41e8-8dbb-bc5698bdc96c 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Tap Mirror: Handle Delete Port: 14c08e55-fee6-4b28-9803-ae2d43ac6bc9 2026-04-09 02:17:07.350 7 INFO neutron.services.segments.plugin [-] Segment dc94eafa-5010-4b96-a9b5-069c3e3d30e7 resource provider aggregate not found 2026-04-09 02:17:07.359 7 INFO neutron.services.segments.plugin [-] Segment dc94eafa-5010-4b96-a9b5-069c3e3d30e7 resource provider aggregate not found [pid: 8|app: 0|req: 942/1863] 10.0.0.209 () {34 vars in 747 bytes} [Thu Apr 9 02:17:07 2026] PUT /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 02:17:07.371 7 INFO neutron.services.segments.plugin [-] Segment dc94eafa-5010-4b96-a9b5-069c3e3d30e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc94eafa-5010-4b96-a9b5-069c3e3d30e7 found for delete ", "request_id": "req-707f9abf-299c-4640-98af-bc8849dc4ce8"}]} 2026-04-09 02:17:07.383 7 INFO neutron.services.segments.plugin [-] Segment dc94eafa-5010-4b96-a9b5-069c3e3d30e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc94eafa-5010-4b96-a9b5-069c3e3d30e7 found for delete ", "request_id": "req-4eb0c192-b6c8-4317-aa6d-7dbc327cc237"}]} [pid: 7|app: 0|req: 922/1864] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:07 2026] DELETE /v2.0/ports/14c08e55-fee6-4b28-9803-ae2d43ac6bc9 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1865] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 25 bytes in 47 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-09 02:17:07.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-15a51127-50a6-476e-8eff-3c1ef9af6bd4 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] TaaS: Handle Delete Port: 50800fa8-7dc6-4ebd-a584-9605aba9db70 2026-04-09 02:17:07.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15a51127-50a6-476e-8eff-3c1ef9af6bd4 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Tap Mirror: Handle Delete Port: 50800fa8-7dc6-4ebd-a584-9605aba9db70 [pid: 8|app: 0|req: 944/1866] 10.0.0.209 () {34 vars in 758 bytes} [Thu Apr 9 02:17:07 2026] PUT /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 945/1867] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 923/1868] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:07 2026] DELETE /v2.0/ports/50800fa8-7dc6-4ebd-a584-9605aba9db70 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1869] 10.0.0.209 () {32 vars in 643 bytes} [Thu Apr 9 02:17:07 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: 946/1870] 10.0.0.209 () {34 vars in 754 bytes} [Thu Apr 9 02:17:07 2026] PUT /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/red => generated 4 bytes in 93 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, ' 2026-04-09 02:17:07.670 7 INFO neutron.db.segments_db [None req-ead0c977-3315-4e0c-86cd-b8da47cfc7fd 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Added segment 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 of type vxlan for network 117ad198-916d-4d29-978d-a3cd6a400ccb [pid: 8|app: 0|req: 947/1871] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 948/1872] 10.0.0.209 () {34 vars in 776 bytes} [Thu Apr 9 02:17:07 2026] PUT /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1873] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:07 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 949/1874] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 52 bytes in 33 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-09 02:17:07.803 7 INFO neutron.db.segments_db [None req-b73b9cc7-d70a-4f4d-b4dc-0d258e5c5222 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Added segment a77175fe-2510-4287-8104-3f506aac39db of type vxlan for network cebcd629-cfbe-4f81-adaf-8962f1f6204a [pid: 8|app: 0|req: 950/1875] 10.0.0.209 () {34 vars in 747 bytes} [Thu Apr 9 02:17:07 2026] PUT /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 951/1876] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1877] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:07 2026] POST /v2.0/networks => generated 631 bytes in 123 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: 952/1878] 10.0.0.209 () {32 vars in 735 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/red => generated 0 bytes in 36 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-09 02:17:07.966 8 INFO neutron.api.v2.resource [None req-dd6d44b8-6c28-475a-b8fe-9c47934a692b d7fcc36da45149b6bc265d434b89db93 420584e7f0d048079af02544a394086c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1879] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:07 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/green => generated 99 bytes in 40 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: 954/1880] 10.0.0.209 () {32 vars in 738 bytes} [Thu Apr 9 02:17:07 2026] DELETE /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/red => generated 0 bytes in 54 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: 955/1881] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:08 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 02:17:08.128 8 INFO neutron.api.v2.resource [None req-0fb8d06e-f64e-4d40-98e1-1f28d9f63b63 d7fcc36da45149b6bc265d434b89db93 420584e7f0d048079af02544a394086c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1882] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags/green => generated 99 bytes in 48 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: 957/1883] 10.0.0.209 () {32 vars in 730 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 0 bytes in 55 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: 958/1884] 10.0.0.209 () {32 vars in 727 bytes} [Thu Apr 9 02:17:08 2026] GET /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274/tags => generated 12 bytes in 45 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-09 02:17:08.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7426736-71c1-48f3-afe4-4a1a11c5b152 d7fcc36da45149b6bc265d434b89db93 420584e7f0d048079af02544a394086c - - default default] TaaS: Handle Delete Port: 6b83d0df-8e0f-478c-81ae-dd3ad13f7274 2026-04-09 02:17:08.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7426736-71c1-48f3-afe4-4a1a11c5b152 d7fcc36da45149b6bc265d434b89db93 420584e7f0d048079af02544a394086c - - default default] Tap Mirror: Handle Delete Port: 6b83d0df-8e0f-478c-81ae-dd3ad13f7274 [pid: 8|app: 0|req: 959/1885] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/ports/6b83d0df-8e0f-478c-81ae-dd3ad13f7274 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:08.532 8 INFO neutron.services.segments.plugin [-] Segment 7935141d-b6c3-4091-bd8d-abdb2083c49c resource provider aggregate not found 2026-04-09 02:17:08.539 8 INFO neutron.services.segments.plugin [-] Segment 7935141d-b6c3-4091-bd8d-abdb2083c49c resource provider aggregate not found 2026-04-09 02:17:08.546 8 INFO neutron.services.segments.plugin [-] Segment 7935141d-b6c3-4091-bd8d-abdb2083c49c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7935141d-b6c3-4091-bd8d-abdb2083c49c found for delete ", "request_id": "req-f73c92d5-eca4-44ff-9562-3a0d44b46792"}]} 2026-04-09 02:17:08.553 8 INFO neutron.services.segments.plugin [-] Segment 7935141d-b6c3-4091-bd8d-abdb2083c49c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7935141d-b6c3-4091-bd8d-abdb2083c49c found for delete ", "request_id": "req-febc25bc-12f0-4ca8-868d-87e25a20c609"}]} [pid: 8|app: 0|req: 960/1886] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/networks/b88c6a9c-8957-484f-a558-572c9da7a567 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:08.573 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-38436ae7-fca5-4874-9c99-dc2b6847bfb6 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Unable to schedule network 117ad198-916d-4d29-978d-a3cd6a400ccb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:17:08.604 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-38436ae7-fca5-4874-9c99-dc2b6847bfb6 8ff628143bbe4a168be394ea5e347438 49e5edefbfd642cc950caa08fe707e35 - - default default] Unable to schedule network cebcd629-cfbe-4f81-adaf-8962f1f6204a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 927/1887] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:17:07 2026] POST /v2.0/subnets => generated 1273 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1888] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:17:08 2026] GET /v2.0/subnets => generated 1909 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1889] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/subnets/948d9b1e-cbb5-4209-b0c9-47488dc00890 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1890] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/subnets/f6b4a7f5-17c2-4ec7-9a02-6a1716a6c508 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1891] 10.0.0.209 () {32 vars in 647 bytes} [Thu Apr 9 02:17:08 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1892] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:08 2026] DELETE /v2.0/networks/cebcd629-cfbe-4f81-adaf-8962f1f6204a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1893] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:09 2026] DELETE /v2.0/networks/117ad198-916d-4d29-978d-a3cd6a400ccb => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1894] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:09 2026] DELETE /v2.0/networks/16d4513e-1d9a-4e7c-9f81-f1cd8cffbde6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1895] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:09 2026] GET /v2.0/security-groups?tenant_id=420584e7f0d048079af02544a394086c&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:09.390 7 INFO neutron.services.segments.plugin [-] Segment 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 resource provider aggregate not found [pid: 8|app: 0|req: 965/1896] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:09 2026] DELETE /v2.0/networks/1291d5d4-7297-49ba-bce7-8ae76f018f8c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:09.404 7 INFO neutron.services.segments.plugin [-] Segment 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 found for delete ", "request_id": "req-6b5639b0-3e92-420d-9827-3748833b08fa"}]} 2026-04-09 02:17:09.407 7 INFO neutron.services.segments.plugin [-] Segment 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 resource provider aggregate not found 2026-04-09 02:17:09.426 7 INFO neutron.services.segments.plugin [-] Segment 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3631c17e-5847-4ca9-ad3e-baed6b8b6f65 found for delete ", "request_id": "req-e77ad7d6-1363-439f-b651-84549cff7dd9"}]} [pid: 7|app: 0|req: 932/1897] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:09 2026] DELETE /v2.0/security-groups/8a975584-12e5-4c14-810d-a510eda450ed => 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: 966/1898] 10.0.0.209 () {34 vars in 678 bytes} [Thu Apr 9 02:17:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1899] 10.0.0.209 () {34 vars in 678 bytes} [Thu Apr 9 02:17:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1900] 10.0.0.209 () {34 vars in 678 bytes} [Thu Apr 9 02:17:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1901] 10.0.0.209 () {34 vars in 678 bytes} [Thu Apr 9 02:17:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1902] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:09 2026] GET /v2.0/security-groups?tenant_id=0a268903d3314435ade9878cd3dab518&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1903] 10.0.0.209 () {34 vars in 678 bytes} [Thu Apr 9 02:17:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1904] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:09 2026] DELETE /v2.0/security-groups/45835432-d5fb-469f-95ab-6e10474387c5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1905] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:09 2026] PUT /v2.0/policies/340d8c2b-fc26-4a12-b6ee-a023ce538ced/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1906] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:09 2026] PUT /v2.0/policies/b0034758-f470-4552-884c-ce08d90cebb9/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1907] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:09 2026] PUT /v2.0/policies/d60e4c29-61aa-448d-becb-1126972ce925/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1908] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:09 2026] PUT /v2.0/policies/6e2edc4e-7956-4943-a6dd-8d960965c6ec/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1909] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:09 2026] GET /v2.0/security-groups?tenant_id=49e5edefbfd642cc950caa08fe707e35&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1910] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:09 2026] DELETE /v2.0/security-groups/4d7bcbf9-4cef-4728-93dc-8ed8cc1675d2 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1911] 10.0.0.209 () {32 vars in 674 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1912] 10.0.0.209 () {32 vars in 688 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1913] 10.0.0.209 () {32 vars in 684 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1914] 10.0.0.209 () {32 vars in 696 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1915] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:17:10.566 8 INFO neutron.services.segments.plugin [-] Segment a77175fe-2510-4287-8104-3f506aac39db resource provider aggregate not found 2026-04-09 02:17:10.578 8 INFO neutron.services.segments.plugin [-] Segment a77175fe-2510-4287-8104-3f506aac39db resource provider aggregate not found 2026-04-09 02:17:10.591 8 INFO neutron.services.segments.plugin [-] Segment a77175fe-2510-4287-8104-3f506aac39db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a77175fe-2510-4287-8104-3f506aac39db found for delete ", "request_id": "req-c58c3ee4-9505-4828-857f-c3d0cd6d4617"}]} 2026-04-09 02:17:10.599 8 INFO neutron.services.segments.plugin [-] Segment a77175fe-2510-4287-8104-3f506aac39db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a77175fe-2510-4287-8104-3f506aac39db found for delete ", "request_id": "req-0768ea05-ce80-48c9-b591-02d83fb7755d"}]} 2026-04-09 02:17:10.609 8 INFO neutron.services.segments.plugin [-] Segment 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed resource provider aggregate not found 2026-04-09 02:17:10.615 8 INFO neutron.services.segments.plugin [-] Segment 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed resource provider aggregate not found 2026-04-09 02:17:10.624 8 INFO neutron.services.segments.plugin [-] Segment 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed found for delete ", "request_id": "req-376fc67d-df04-4c9c-a8e5-bb57859f0722"}]} 2026-04-09 02:17:10.639 8 INFO neutron.services.segments.plugin [-] Segment 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 765ed440-40b9-4ef3-9ae7-0eccb0dcb2ed found for delete ", "request_id": "req-61df540d-4b98-48e7-b573-e8f9ec7d3596"}]} 2026-04-09 02:17:10.644 8 INFO neutron.services.segments.plugin [-] Segment 057c1616-3cf6-453c-81a6-f83b2338231a resource provider aggregate not found 2026-04-09 02:17:10.660 8 INFO neutron.services.segments.plugin [-] Segment 057c1616-3cf6-453c-81a6-f83b2338231a resource provider aggregate not found 2026-04-09 02:17:10.664 8 INFO neutron.services.segments.plugin [-] Segment 057c1616-3cf6-453c-81a6-f83b2338231a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057c1616-3cf6-453c-81a6-f83b2338231a found for delete ", "request_id": "req-f8333607-517b-4a38-b77e-879f0a73cea9"}]} [pid: 8|app: 0|req: 974/1916] 10.0.0.209 () {32 vars in 696 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:10.683 8 INFO neutron.services.segments.plugin [-] Segment 057c1616-3cf6-453c-81a6-f83b2338231a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057c1616-3cf6-453c-81a6-f83b2338231a found for delete ", "request_id": "req-4a9a2160-136d-4521-aea7-98b9df347d3b"}]} [pid: 7|app: 0|req: 943/1917] 10.0.0.209 () {32 vars in 692 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1918] 10.0.0.209 () {32 vars in 704 bytes} [Thu Apr 9 02:17:10 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1919] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:10 2026] DELETE /v2.0/qos/policies/340d8c2b-fc26-4a12-b6ee-a023ce538ced => 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: 976/1920] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:10 2026] DELETE /v2.0/qos/policies/b0034758-f470-4552-884c-ce08d90cebb9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1921] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:10 2026] DELETE /v2.0/qos/policies/d60e4c29-61aa-448d-becb-1126972ce925 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1922] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:10 2026] DELETE /v2.0/qos/policies/6e2edc4e-7956-4943-a6dd-8d960965c6ec => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1923] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:11 2026] DELETE /v2.0/qos/policies/ebfdcbb8-e4e4-44ce-888b-96df309cf1ce => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1924] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:11 2026] GET /v2.0/security-groups?tenant_id=93516aebd9214159a8df3a42a280611b&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1925] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1926] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-groups/6fabfc0d-bd7d-400c-9477-d245ed79fdea => 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: 948/1927] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1928] 10.0.0.209 () {34 vars in 758 bytes} [Thu Apr 9 02:17:12 2026] PUT /v2.0/security-groups/989e2242-dd8b-4340-9926-bd3d71de64f2 => generated 1662 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1929] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-groups/989e2242-dd8b-4340-9926-bd3d71de64f2 => generated 1662 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1930] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-groups/989e2242-dd8b-4340-9926-bd3d71de64f2 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1931] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:12.399 8 INFO neutron.api.v2.resource [None req-36e8c762-3842-4a1d-bcf0-88e6378aa16c c78ff297d9a14930b5e48550367e2933 6744b4ad90014c25b13ce65b8692f3b0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/1932] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-groups/989e2242-dd8b-4340-9926-bd3d71de64f2 => 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: 950/1933] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-groups?tenant_id=5a372eedab4c44889e70a7efd756ea4d&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1934] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-groups/985d99bc-36fa-49f0-ad49-dd58212a40b6 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1935] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1936] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:17:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1937] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-group-rules/a0494e0d-edff-46b2-bda4-75dcceab0950 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1938] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1939] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-groups?tenant_id=d8e55cfdaa4f494cb6071260a187ccda&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1940] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-group-rules/a0494e0d-edff-46b2-bda4-75dcceab0950 => 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: 956/1941] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1942] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-groups/1b863bd6-ae9b-4f72-b9ba-5ff80d7ebe55 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1943] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:17:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1944] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-group-rules/e069a23e-aa01-4094-8c7f-386c9079f4c6 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1945] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1946] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:17:12 2026] DELETE /v2.0/security-group-rules/e069a23e-aa01-4094-8c7f-386c9079f4c6 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1947] 10.0.0.209 () {34 vars in 678 bytes} [Thu Apr 9 02:17:12 2026] POST /v2.0/qos/policies => generated 359 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1948] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:17:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1949] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:13 2026] PUT /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:13.062 7 INFO neutron.db.securitygroups_db [None req-7695df60-c8a9-4408-83c3-68b75378c103 c78ff297d9a14930b5e48550367e2933 6744b4ad90014c25b13ce65b8692f3b0 - - default default] Project 6744b4ad90014c25b13ce65b8692f3b0 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: 989/1950] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1951] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:17:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1952] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/security-group-rules/d29e1f61-5979-49b0-a852-d70bed563b1d => generated 607 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1953] 10.0.0.209 () {34 vars in 764 bytes} [Thu Apr 9 02:17:13 2026] PUT /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1954] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1955] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1956] 10.0.0.209 () {34 vars in 760 bytes} [Thu Apr 9 02:17:13 2026] PUT /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1957] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:17:13 2026] DELETE /v2.0/security-group-rules/d29e1f61-5979-49b0-a852-d70bed563b1d => 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: 993/1958] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1959] 10.0.0.209 () {32 vars in 673 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1960] 10.0.0.209 () {34 vars in 782 bytes} [Thu Apr 9 02:17:13 2026] PUT /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1961] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1962] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:13 2026] DELETE /v2.0/security-groups/9f0ab5a8-8886-4f5a-8daf-531974a03acc => 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: 968/1963] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1964] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:13 2026] PUT /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/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: 969/1965] 10.0.0.209 () {32 vars in 663 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1966] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1967] 10.0.0.209 () {32 vars in 741 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:13.461 8 INFO neutron.api.v2.resource [None req-97d3f97d-89f7-4a84-b507-6c5a0758f258 c9377565a9b340bda1160a91c3c1aad1 c691517f603543869bcb92330abb7736 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/1968] 10.0.0.209 () {32 vars in 745 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1969] 10.0.0.209 () {32 vars in 744 bytes} [Thu Apr 9 02:17:13 2026] DELETE /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1970] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:13.626 7 INFO neutron.api.v2.resource [None req-2971bf0f-510b-4cd6-82a1-af2877da7c4c c9377565a9b340bda1160a91c3c1aad1 c691517f603543869bcb92330abb7736 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1971] 10.0.0.209 () {32 vars in 748 bytes} [Thu Apr 9 02:17:13 2026] DELETE /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1972] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:17:13 2026] DELETE /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1973] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1974] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:13 2026] DELETE /v2.0/qos/policies/eddaff1d-b85b-4090-8755-9881d82d9fd4 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1975] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:13 2026] GET /v2.0/security-groups?tenant_id=6744b4ad90014c25b13ce65b8692f3b0&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1976] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:14 2026] DELETE /v2.0/security-groups/0ad36857-f928-4c06-b93b-dbc7b49991c9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1977] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:14 2026] GET /v2.0/security-groups?tenant_id=38aea3ddc48a4d53a40340002c07dccc&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1978] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:14 2026] DELETE /v2.0/security-groups/16e45541-1df6-451e-bee4-ff61e40f44a2 => 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: 976/1979] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:14 2026] GET /v2.0/security-groups?tenant_id=c691517f603543869bcb92330abb7736&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1980] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:14 2026] DELETE /v2.0/security-groups/794c3152-4696-45f2-a056-50d50ab641ad => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1981] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1982] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1983] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1984] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1985] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:17:17 2026] POST /v2.0/security-groups => generated 1603 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1986] 10.0.0.209 () {34 vars in 767 bytes} [Thu Apr 9 02:17:17 2026] PUT /v2.0/security-groups/56b72bc2-e6ac-40a3-9917-4066b58a9f51/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1987] 10.0.0.209 () {34 vars in 767 bytes} [Thu Apr 9 02:17:17 2026] PUT /v2.0/security-groups/38780eb3-0917-42a9-b0c3-7f57d80e4393/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1988] 10.0.0.209 () {34 vars in 767 bytes} [Thu Apr 9 02:17:18 2026] PUT /v2.0/security-groups/b3ceaf08-35ac-40bc-98eb-6cc626bdc8e2/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1989] 10.0.0.209 () {34 vars in 767 bytes} [Thu Apr 9 02:17:18 2026] PUT /v2.0/security-groups/747c9938-b98d-40e7-9f23-d5adbb27f290/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1990] 10.0.0.209 () {32 vars in 680 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1991] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:17:18 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: 983/1992] 10.0.0.209 () {32 vars in 690 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1993] 10.0.0.209 () {32 vars in 702 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1994] 10.0.0.209 () {32 vars in 688 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:18.376 8 INFO neutron.db.segments_db [None req-41f923ca-20e6-4197-8d45-a7c0e488baee eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] Added segment 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c of type vxlan for network d2979c86-7a3c-4744-968a-a44a8e45e80a [pid: 7|app: 0|req: 986/1995] 10.0.0.209 () {32 vars in 702 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1996] 10.0.0.209 () {32 vars in 698 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1997] 10.0.0.209 () {32 vars in 710 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:18.564 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-41f923ca-20e6-4197-8d45-a7c0e488baee eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] Unable to schedule network d2979c86-7a3c-4744-968a-a44a8e45e80a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 989/1998] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:18 2026] DELETE /v2.0/security-groups/56b72bc2-e6ac-40a3-9917-4066b58a9f51 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:18.583 8 INFO neutron.db.l3_hamode_db [None req-41f923ca-20e6-4197-8d45-a7c0e488baee eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 990/1999] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:18 2026] DELETE /v2.0/security-groups/38780eb3-0917-42a9-b0c3-7f57d80e4393 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:18.702 8 INFO neutron.db.l3_hamode_db [None req-41f923ca-20e6-4197-8d45-a7c0e488baee eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 991/2000] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:18 2026] GET /v2.0/security-groups?tenant_id=bd4214e6a3e746f28a3e8e19b59abc73&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:18.902 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-41f923ca-20e6-4197-8d45-a7c0e488baee eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] Unable to schedule network d2979c86-7a3c-4744-968a-a44a8e45e80a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 994/2003] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:18 2026] DELETE /v2.0/security-groups/b3ceaf08-35ac-40bc-98eb-6cc626bdc8e2 => 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: 995/2004] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:18 2026] DELETE /v2.0/security-groups/a86abf81-fce0-4160-ab25-a708db00c266 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2005] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:19 2026] DELETE /v2.0/security-groups/747c9938-b98d-40e7-9f23-d5adbb27f290 => 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: 1010/2006] 10.0.0.209 () {34 vars in 668 bytes} [Thu Apr 9 02:17:18 2026] POST /v2.0/routers => generated 474 bytes in 1085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2007] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:19 2026] GET /v2.0/security-groups?tenant_id=11d05fe725404adbb34011f3b0a54190&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2008] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:19 2026] DELETE /v2.0/security-groups/48e99a86-d7e8-442b-98ec-e0bad0040bd6 => 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: 998/2009] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:17:19 2026] PUT /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2010] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:19 2026] DELETE /v2.0/security-groups/32c3c142-913e-4ab4-8aa8-954b601084b9 => 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: 999/2011] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:19 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2012] 10.0.0.209 () {34 vars in 762 bytes} [Thu Apr 9 02:17:19 2026] PUT /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags/green => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2013] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:19 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2014] 10.0.0.209 () {34 vars in 758 bytes} [Thu Apr 9 02:17:19 2026] PUT /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags/red => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2015] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:19 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2016] 10.0.0.209 () {34 vars in 780 bytes} [Thu Apr 9 02:17:19 2026] PUT /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags/black.or.white => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2017] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2018] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/security-groups?tenant_id=22411ff42b3d4a158015031d38ac75f6&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2019] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:17:20 2026] PUT /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 37 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2020] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:20 2026] DELETE /v2.0/security-groups/e614f4bc-bcc3-4079-b1fb-9681fd42a129 => 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: 1018/2021] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 37 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2022] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2023] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/security-groups?tenant_id=613db798451d4b89807a4e058a36b7c6&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:20.568 7 INFO neutron.api.v2.resource [None req-53d77a54-46c4-4c70-8e5a-d9d73f7af461 eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1005/2024] 10.0.0.209 () {32 vars in 743 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2025] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:20 2026] DELETE /v2.0/security-groups/44894521-dd52-4574-90e3-906c1ba71ded => 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: 1006/2026] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:17:20 2026] DELETE /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags/red => 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: 1021/2027] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:20.859 8 INFO neutron.api.v2.resource [None req-f49c3e60-baa6-4f52-90de-3f72fe65c5ae eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/2028] 10.0.0.209 () {32 vars in 746 bytes} [Thu Apr 9 02:17:20 2026] DELETE /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/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: 1007/2029] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/security-groups?tenant_id=bc262aab53404d20b54f437d65968768&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2030] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:20 2026] DELETE /v2.0/security-groups/229f19a2-3d38-4ea9-883c-c8da2442d337 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2031] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:20 2026] DELETE /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2032] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:20 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec/tags => generated 12 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2033] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:17:21 2026] GET /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2034] 10.0.0.209 () {34 vars in 742 bytes} [Thu Apr 9 02:17:21 2026] PUT /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec => 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: 1025/2035] 10.0.0.209 () {32 vars in 736 bytes} [Thu Apr 9 02:17:21 2026] GET /v2.0/ports?device_id=1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:21.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c72c841-f8f0-4284-9869-417e5bf10aed eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] TaaS: Handle Delete Port: 923c11d9-85e3-4b12-a358-eb7267d0e5cd 2026-04-09 02:17:21.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c72c841-f8f0-4284-9869-417e5bf10aed eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] Tap Mirror: Handle Delete Port: 923c11d9-85e3-4b12-a358-eb7267d0e5cd 2026-04-09 02:17:22.187 7 INFO neutron.services.segments.plugin [-] Segment 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c resource provider aggregate not found 2026-04-09 02:17:22.197 7 INFO neutron.services.segments.plugin [-] Segment 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c resource provider aggregate not found 2026-04-09 02:17:22.211 7 INFO neutron.services.segments.plugin [-] Segment 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c found for delete ", "request_id": "req-4ac7313a-64d6-4a1b-9088-97d52571b9ad"}]} 2026-04-09 02:17:22.214 7 INFO neutron.services.segments.plugin [-] Segment 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d69cc0c-f78b-4f1d-8fb0-0ab395f7483c found for delete ", "request_id": "req-fe5afa8b-8e4b-4cef-a734-db7b2132113d"}]} 2026-04-09 02:17:22.220 7 INFO neutron.db.l3_hamode_db [None req-2c72c841-f8f0-4284-9869-417e5bf10aed eb5bea1876fc4bd39c2b50f210e2dd38 8c4ab673d210498db683d0bb607297a1 - - default default] HA network d2979c86-7a3c-4744-968a-a44a8e45e80a was deleted as no HA routers are present in tenant 8c4ab673d210498db683d0bb607297a1. [pid: 7|app: 0|req: 1011/2036] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:17:21 2026] DELETE /v2.0/routers/1ee17b8d-76cd-4f5c-9c2f-8b82cd122cec => generated 0 bytes in 540 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2037] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:22 2026] GET /v2.0/security-groups?tenant_id=5ef45e3d543e4d1a8d1254dd6e0762d6&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2038] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:23 2026] DELETE /v2.0/security-groups/321cf1ee-b313-484d-9ab6-b9b766a09dce => 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: 1027/2039] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:23 2026] GET /v2.0/security-groups?tenant_id=8c4ab673d210498db683d0bb607297a1&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2040] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:23 2026] DELETE /v2.0/security-groups/3c9e187c-7cad-402c-ae59-97b3f3818382 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2041] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:17:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2042] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:17:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2043] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:17:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2044] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:17:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2045] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:17:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2046] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:17:25 2026] PUT /v2.0/subnetpools/36eb28b3-f9b5-4a77-8a36-f18ab0cd987a/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2047] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:17:25 2026] PUT /v2.0/subnetpools/03eb42cf-0f58-4f62-bfa4-259bf2e5f8a3/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2048] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:17:25 2026] PUT /v2.0/subnetpools/9512f76a-2283-4583-943d-5cebb19793b1/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2049] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:17:25 2026] PUT /v2.0/subnetpools/4c0dc13b-319c-42e7-accb-e228edb92cc4/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2050] 10.0.0.209 () {32 vars in 672 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2051] 10.0.0.209 () {32 vars in 686 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2052] 10.0.0.209 () {32 vars in 682 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2053] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2054] 10.0.0.209 () {32 vars in 680 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2055] 10.0.0.209 () {32 vars in 694 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2056] 10.0.0.209 () {32 vars in 690 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2057] 10.0.0.209 () {32 vars in 702 bytes} [Thu Apr 9 02:17:25 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2058] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:25 2026] DELETE /v2.0/subnetpools/36eb28b3-f9b5-4a77-8a36-f18ab0cd987a => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2059] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:25 2026] DELETE /v2.0/subnetpools/03eb42cf-0f58-4f62-bfa4-259bf2e5f8a3 => 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: 1023/2060] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:25 2026] DELETE /v2.0/subnetpools/9512f76a-2283-4583-943d-5cebb19793b1 => 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/2061] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:25 2026] DELETE /v2.0/subnetpools/4c0dc13b-319c-42e7-accb-e228edb92cc4 => 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: 1024/2062] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:26 2026] DELETE /v2.0/subnetpools/88249d03-1647-4535-bd2a-667090a0f967 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2063] 10.0.0.209 () {34 vars in 676 bytes} [Thu Apr 9 02:17:26 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2064] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:17:26 2026] PUT /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2065] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:26 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2066] 10.0.0.209 () {34 vars in 770 bytes} [Thu Apr 9 02:17:26 2026] PUT /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/green => 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: 1042/2067] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:26 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/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: 1043/2068] 10.0.0.209 () {34 vars in 766 bytes} [Thu Apr 9 02:17:26 2026] PUT /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2069] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2070] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:26 2026] GET /v2.0/security-groups?tenant_id=1ced82d1b00f4920a359e1081cebe3ed&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2071] 10.0.0.209 () {34 vars in 788 bytes} [Thu Apr 9 02:17:27 2026] PUT /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2072] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2073] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/security-groups/d5af3426-464f-4719-9030-cea86bba9229 => 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: 1047/2074] 10.0.0.209 () {34 vars in 759 bytes} [Thu Apr 9 02:17:27 2026] PUT /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2075] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2076] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:27.310 8 INFO neutron.api.v2.resource [None req-040df76d-1e4c-4646-b16a-2aaef95237a6 21ace12c6a44436887bb329c8b6698f9 9cabe38c3c1b45d4bd2c9cc7a196aaff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/2077] 10.0.0.209 () {32 vars in 751 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2078] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2079] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2080] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/security-groups?tenant_id=1fb6ce37f42c422d9ef04ecf7ceda945&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:17:27.468 8 INFO neutron.api.v2.resource [None req-b8578386-8357-42f8-b10f-12b7a0861d11 21ace12c6a44436887bb329c8b6698f9 9cabe38c3c1b45d4bd2c9cc7a196aaff - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2081] 10.0.0.209 () {32 vars in 754 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2082] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2083] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/security-groups/dcba34bc-741d-4031-a4af-edc5f943209a => 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: 1054/2084] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020/tags => 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: 1031/2085] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/subnetpools/a4324bd4-18e0-4000-8f5c-c360f6fa0020 => 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: 1055/2086] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:27 2026] GET /v2.0/security-groups?tenant_id=350466f5a92e49aaa0f9e800406abb37&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2087] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:27 2026] DELETE /v2.0/security-groups/417621d2-bead-4ac9-9d9f-5fad2e51c1f1 => 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: 1056/2088] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:28 2026] GET /v2.0/security-groups?tenant_id=9cabe38c3c1b45d4bd2c9cc7a196aaff&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2089] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:28 2026] DELETE /v2.0/security-groups/4e9ca128-57ab-4edf-a235-b1788f3641b9 => 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: 1057/2090] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:28 2026] GET /v2.0/security-groups?tenant_id=bc7b8e93218046458126b76c07b6fd57&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2091] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:28 2026] DELETE /v2.0/security-groups/8023c38a-c1c8-4991-8370-125785823476 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:31.537 8 INFO neutron.db.segments_db [None req-2e801b84-604d-45ce-989c-d79e545e85d2 1f72cd97351740e799f57fe627c43b48 bf2b8ce4eeab4a54ae166eaf4b41d5b0 - - default default] Added segment c6bff6c6-9fd6-46db-b604-4587bfe16a61 of type vxlan for network 1e6bad64-a387-472d-a81a-870b2168fa78 [pid: 8|app: 0|req: 1058/2092] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:31 2026] POST /v2.0/networks => generated 613 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:31.797 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a824b44c-8994-462f-afcd-86a08775603c 1f72cd97351740e799f57fe627c43b48 bf2b8ce4eeab4a54ae166eaf4b41d5b0 - - default default] Unable to schedule network 1e6bad64-a387-472d-a81a-870b2168fa78: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1035/2093] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:17:31 2026] POST /v2.0/subnets => generated 626 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2094] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:17:31 2026] PUT /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/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: 1036/2095] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:31 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2096] 10.0.0.209 () {34 vars in 762 bytes} [Thu Apr 9 02:17:31 2026] PUT /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2097] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:31 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2098] 10.0.0.209 () {34 vars in 758 bytes} [Thu Apr 9 02:17:32 2026] PUT /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2099] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/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: 1062/2100] 10.0.0.209 () {34 vars in 780 bytes} [Thu Apr 9 02:17:32 2026] PUT /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/black.or.white => generated 4 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-09 02:17:32.655 7 INFO neutron.db.segments_db [None req-b588e230-6890-4db1-be11-08fcb1b4ade1 53c565733d654d46a08a53c98341783c 1bc8f510b4724b5dbc11f6a2c7144d28 - - default default] Added segment a1249b6f-128e-44cf-8b16-933fa37e1e6c of type vxlan for network 0caa06bb-dc1f-4379-abc2-9bd951f5e106 [pid: 8|app: 0|req: 1063/2101] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2102] 10.0.0.209 () {34 vars in 751 bytes} [Thu Apr 9 02:17:32 2026] PUT /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2103] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:32 2026] POST /v2.0/networks => generated 612 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2104] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:32.786 7 INFO neutron.db.segments_db [None req-f63e7754-7e00-48a9-8d20-dbefe5bd70ed 53c565733d654d46a08a53c98341783c 1bc8f510b4724b5dbc11f6a2c7144d28 - - default default] Added segment 1db44c47-e466-46b0-ae5f-5e1bd8ea096f of type vxlan for network 9f6887c3-b39d-4b1a-b305-72726f82b6aa [pid: 8|app: 0|req: 1066/2105] 10.0.0.209 () {32 vars in 739 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:32.825 8 INFO neutron.api.v2.resource [None req-c63db9a6-eb62-48df-910d-44842b612903 1f72cd97351740e799f57fe627c43b48 bf2b8ce4eeab4a54ae166eaf4b41d5b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1067/2106] 10.0.0.209 () {32 vars in 743 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2107] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:32 2026] POST /v2.0/networks => generated 612 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2108] 10.0.0.209 () {32 vars in 742 bytes} [Thu Apr 9 02:17:32 2026] DELETE /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2109] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:32 2026] PUT /v2.0/networks/0caa06bb-dc1f-4379-abc2-9bd951f5e106/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2110] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2111] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/networks/0caa06bb-dc1f-4379-abc2-9bd951f5e106/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:32.958 8 INFO neutron.api.v2.resource [None req-c1e4655d-90a1-4d12-8036-ce23ecf5ffcf 1f72cd97351740e799f57fe627c43b48 bf2b8ce4eeab4a54ae166eaf4b41d5b0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/2112] 10.0.0.209 () {32 vars in 746 bytes} [Thu Apr 9 02:17:32 2026] DELETE /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2113] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:32 2026] PUT /v2.0/networks/9f6887c3-b39d-4b1a-b305-72726f82b6aa/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2114] 10.0.0.209 () {32 vars in 734 bytes} [Thu Apr 9 02:17:32 2026] DELETE /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/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: 1044/2115] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:32 2026] GET /v2.0/networks/9f6887c3-b39d-4b1a-b305-72726f82b6aa/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2116] 10.0.0.209 () {32 vars in 731 bytes} [Thu Apr 9 02:17:33 2026] GET /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2117] 10.0.0.209 () {34 vars in 753 bytes} [Thu Apr 9 02:17:33 2026] PUT /v2.0/networks/9f6887c3-b39d-4b1a-b305-72726f82b6aa/tags => 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: 1046/2118] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:33 2026] GET /v2.0/networks/9f6887c3-b39d-4b1a-b305-72726f82b6aa/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: 1047/2119] 10.0.0.209 () {32 vars in 733 bytes} [Thu Apr 9 02:17:33 2026] GET /v2.0/networks/0caa06bb-dc1f-4379-abc2-9bd951f5e106/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2120] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:17:33 2026] DELETE /v2.0/subnets/2c6faef4-dd51-43f8-8ac2-f082032557aa => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:33.263 8 INFO neutron.services.segments.plugin [-] Segment a1249b6f-128e-44cf-8b16-933fa37e1e6c resource provider aggregate not found 2026-04-09 02:17:33.268 8 INFO neutron.services.segments.plugin [-] Segment a1249b6f-128e-44cf-8b16-933fa37e1e6c resource provider aggregate not found 2026-04-09 02:17:33.286 8 INFO neutron.services.segments.plugin [-] Segment a1249b6f-128e-44cf-8b16-933fa37e1e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1249b6f-128e-44cf-8b16-933fa37e1e6c found for delete ", "request_id": "req-f84302cc-d05f-4525-acb5-cea2093c3260"}]} 2026-04-09 02:17:33.287 8 INFO neutron.services.segments.plugin [-] Segment a1249b6f-128e-44cf-8b16-933fa37e1e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1249b6f-128e-44cf-8b16-933fa37e1e6c found for delete ", "request_id": "req-6cbbff6f-1dc9-48d9-ace9-c7b4e7126099"}]} [pid: 8|app: 0|req: 1074/2121] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:33 2026] DELETE /v2.0/networks/0caa06bb-dc1f-4379-abc2-9bd951f5e106 => 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: 1048/2122] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:33 2026] GET /v2.0/security-groups?tenant_id=2a286a9d3d234d9cb0a09d9ffd4251a1&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2123] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:33 2026] DELETE /v2.0/networks/1e6bad64-a387-472d-a81a-870b2168fa78 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:33.508 7 INFO neutron.services.segments.plugin [-] Segment 1db44c47-e466-46b0-ae5f-5e1bd8ea096f resource provider aggregate not found 2026-04-09 02:17:33.512 7 INFO neutron.services.segments.plugin [-] Segment 1db44c47-e466-46b0-ae5f-5e1bd8ea096f resource provider aggregate not found [pid: 8|app: 0|req: 1076/2124] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:33 2026] DELETE /v2.0/security-groups/9194acbd-ff14-4328-9bc9-71c95940a408 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:33.528 7 INFO neutron.services.segments.plugin [-] Segment 1db44c47-e466-46b0-ae5f-5e1bd8ea096f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1db44c47-e466-46b0-ae5f-5e1bd8ea096f found for delete ", "request_id": "req-cd845ba0-24ea-42d2-9847-8679f8220afa"}]} [pid: 7|app: 0|req: 1049/2125] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:33 2026] DELETE /v2.0/networks/9f6887c3-b39d-4b1a-b305-72726f82b6aa => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:33.536 7 INFO neutron.services.segments.plugin [-] Segment 1db44c47-e466-46b0-ae5f-5e1bd8ea096f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1db44c47-e466-46b0-ae5f-5e1bd8ea096f found for delete ", "request_id": "req-fe6c0288-6d5c-48af-9edb-2cc03fb162a8"}]} [pid: 8|app: 0|req: 1078/2128] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:34 2026] GET /v2.0/security-groups?tenant_id=bf2b8ce4eeab4a54ae166eaf4b41d5b0&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2129] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:34 2026] DELETE /v2.0/security-groups/0983733e-f1b3-44d6-930b-750e96747d71 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2130] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:34 2026] GET /v2.0/security-groups?tenant_id=1bc8f510b4724b5dbc11f6a2c7144d28&name=default => generated 2929 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2131] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:34 2026] DELETE /v2.0/security-groups/0b068ad8-5826-4bf7-8936-68ed0ce6537d => 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: 1080/2132] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:34 2026] GET /v2.0/security-groups?tenant_id=190b7c05def1479ea1e3dcb211685454&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2133] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:34 2026] DELETE /v2.0/security-groups/29ecbd69-d111-4425-bd8c-4de1406c636a => 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: 1053/2134] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:34 2026] GET /v2.0/security-groups?tenant_id=5b5a4ef5a3ae462b9a2e84cf90e6e997&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2135] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:34 2026] DELETE /v2.0/security-groups/9cdb0307-b509-4829-86e8-baea01c3325a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:35.313 8 INFO neutron.services.segments.plugin [-] Segment c6bff6c6-9fd6-46db-b604-4587bfe16a61 resource provider aggregate not found 2026-04-09 02:17:35.320 8 INFO neutron.services.segments.plugin [-] Segment c6bff6c6-9fd6-46db-b604-4587bfe16a61 resource provider aggregate not found 2026-04-09 02:17:35.337 8 INFO neutron.services.segments.plugin [-] Segment c6bff6c6-9fd6-46db-b604-4587bfe16a61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6bff6c6-9fd6-46db-b604-4587bfe16a61 found for delete ", "request_id": "req-954746f2-9f3b-47b1-9e99-df966c6edfc2"}]} 2026-04-09 02:17:35.338 8 INFO neutron.services.segments.plugin [-] Segment c6bff6c6-9fd6-46db-b604-4587bfe16a61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6bff6c6-9fd6-46db-b604-4587bfe16a61 found for delete ", "request_id": "req-752c9e24-383d-45a5-9b42-207dcc8b946b"}]} 2026-04-09 02:17:37.764 7 INFO neutron.db.segments_db [None req-7b37ab8b-b095-42e9-9a40-3263e2a9df04 bd0358ba947b4ac993af91854770d770 f2b503f99be7490b8bcc0492f4fc53de - - default default] Added segment 4367fed5-1b46-4dce-93c7-e2476243eb28 of type vxlan for network 191be28b-4a4a-4d56-8b0b-5eed94c64ad7 [pid: 7|app: 0|req: 1054/2136] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:17:37 2026] POST /v2.0/networks => generated 612 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:17:38.050 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1109b658-895e-4131-b1cc-cb83e7e7fb1a bd0358ba947b4ac993af91854770d770 f2b503f99be7490b8bcc0492f4fc53de - - default default] Unable to schedule network 191be28b-4a4a-4d56-8b0b-5eed94c64ad7: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1083/2137] 10.0.0.209 () {34 vars in 664 bytes} [Thu Apr 9 02:17:37 2026] POST /v2.0/ports => generated 743 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2138] 10.0.0.209 () {34 vars in 666 bytes} [Thu Apr 9 02:17:38 2026] POST /v2.0/trunks => generated 407 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, ' [pid: 8|app: 0|req: 1084/2139] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:17:38 2026] PUT /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2140] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2141] 10.0.0.209 () {34 vars in 760 bytes} [Thu Apr 9 02:17:38 2026] PUT /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/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: 1057/2142] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2143] 10.0.0.209 () {34 vars in 756 bytes} [Thu Apr 9 02:17:38 2026] PUT /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2144] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2145] 10.0.0.209 () {34 vars in 778 bytes} [Thu Apr 9 02:17:38 2026] PUT /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2146] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2147] 10.0.0.209 () {34 vars in 749 bytes} [Thu Apr 9 02:17:38 2026] PUT /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2148] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2149] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:38.685 7 INFO neutron.api.v2.resource [None req-01d50908-e79f-41d6-bf2a-15f98d77c53a bd0358ba947b4ac993af91854770d770 f2b503f99be7490b8bcc0492f4fc53de - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2150] 10.0.0.209 () {32 vars in 741 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2151] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:38 2026] DELETE /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2152] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:17:38.775 8 INFO neutron.api.v2.resource [None req-9631a56c-593c-4923-91ab-dfe4398dfe44 bd0358ba947b4ac993af91854770d770 f2b503f99be7490b8bcc0492f4fc53de - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2153] 10.0.0.209 () {32 vars in 744 bytes} [Thu Apr 9 02:17:38 2026] DELETE /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2154] 10.0.0.209 () {32 vars in 732 bytes} [Thu Apr 9 02:17:38 2026] DELETE /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2155] 10.0.0.209 () {32 vars in 729 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1/tags => 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: 1064/2156] 10.0.0.209 () {32 vars in 719 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2157] 10.0.0.209 () {32 vars in 717 bytes} [Thu Apr 9 02:17:38 2026] GET /v2.0/ports/ae3eb18f-6118-4cda-9123-79a1c7a5a07d => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2158] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:17:38 2026] DELETE /v2.0/trunks/56745053-312c-4bf1-88c0-f78b1378c1d1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:17:39.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-b75dbbeb-dc80-4c6c-96dd-62c15295d7b0 bd0358ba947b4ac993af91854770d770 f2b503f99be7490b8bcc0492f4fc53de - - default default] TaaS: Handle Delete Port: ae3eb18f-6118-4cda-9123-79a1c7a5a07d 2026-04-09 02:17:39.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75dbbeb-dc80-4c6c-96dd-62c15295d7b0 bd0358ba947b4ac993af91854770d770 f2b503f99be7490b8bcc0492f4fc53de - - default default] Tap Mirror: Handle Delete Port: ae3eb18f-6118-4cda-9123-79a1c7a5a07d [pid: 8|app: 0|req: 1094/2159] 10.0.0.209 () {32 vars in 720 bytes} [Thu Apr 9 02:17:38 2026] DELETE /v2.0/ports/ae3eb18f-6118-4cda-9123-79a1c7a5a07d => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:17:39.258 7 INFO neutron.services.segments.plugin [-] Segment 4367fed5-1b46-4dce-93c7-e2476243eb28 resource provider aggregate not found 2026-04-09 02:17:39.264 7 INFO neutron.services.segments.plugin [-] Segment 4367fed5-1b46-4dce-93c7-e2476243eb28 resource provider aggregate not found 2026-04-09 02:17:39.279 7 INFO neutron.services.segments.plugin [-] Segment 4367fed5-1b46-4dce-93c7-e2476243eb28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4367fed5-1b46-4dce-93c7-e2476243eb28 found for delete ", "request_id": "req-b2b28c00-5143-4a7f-a3d9-59a60dbb074e"}]} 2026-04-09 02:17:39.279 7 INFO neutron.services.segments.plugin [-] Segment 4367fed5-1b46-4dce-93c7-e2476243eb28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4367fed5-1b46-4dce-93c7-e2476243eb28 found for delete ", "request_id": "req-4b43d38e-ec09-4d21-82b9-167d16e314ee"}]} [pid: 7|app: 0|req: 1066/2160] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:17:39 2026] DELETE /v2.0/networks/191be28b-4a4a-4d56-8b0b-5eed94c64ad7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2161] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:39 2026] GET /v2.0/security-groups?tenant_id=f2b503f99be7490b8bcc0492f4fc53de&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: 1067/2162] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:40 2026] DELETE /v2.0/security-groups/a12b4f85-65c8-45d1-b11e-5ff59f303611 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2163] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:40 2026] GET /v2.0/security-groups?tenant_id=fa3324294b944aa186f32db8fe0d5ef0&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2164] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:40 2026] DELETE /v2.0/security-groups/41ac7082-eacd-4cf3-9e3b-f1620e97cbcc => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2165] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:43 2026] GET /v2.0/security-groups?tenant_id=68707b5838b1436d8c784e22e45d41b1&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2166] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:43 2026] DELETE /v2.0/security-groups/dcda02ac-693e-488d-8718-401c28fb3b0b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2167] 10.0.0.49 () {32 vars in 801 bytes} [Thu Apr 9 02:17:46 2026] GET /v2.0/extensions => generated 21537 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2168] 10.0.0.49 () {30 vars in 723 bytes} [Thu Apr 9 02:17:46 2026] GET /v2.0/quotas/363c9f54a91b4d158210040f7eaec099/details => generated 847 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2171] 10.0.0.49 () {32 vars in 801 bytes} [Thu Apr 9 02:17:49 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: 8|app: 0|req: 1100/2172] 10.0.0.49 () {30 vars in 723 bytes} [Thu Apr 9 02:17:50 2026] GET /v2.0/quotas/363c9f54a91b4d158210040f7eaec099/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2173] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:17:53 2026] GET /v2.0/security-groups?tenant_id=363c9f54a91b4d158210040f7eaec099&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2174] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:17:53 2026] DELETE /v2.0/security-groups/cfd59800-d5cf-4595-a996-67539eeb2d38 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:02.026 7 INFO neutron.db.segments_db [None req-ca81b303-894f-48ac-a5ba-320a539175fe 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Added segment 07c74b58-65ca-4099-9faf-1cfd66fa49b7 of type vxlan for network f6054857-1240-4eb6-a580-cd15f72442f7 [pid: 7|app: 0|req: 1074/2175] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:18:01 2026] POST /v2.0/networks => generated 620 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:02.316 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6bbb4788-a225-45cd-9052-649658664d25 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network f6054857-1240-4eb6-a580-cd15f72442f7: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1102/2176] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:02 2026] POST /v2.0/subnets => generated 657 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2177] 10.0.0.209 () {32 vars in 722 bytes} [Thu Apr 9 02:18:02 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:18:02.568 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-47aa810e-6a2c-4420-ac80-7fb8f1c951fe 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network f6054857-1240-4eb6-a580-cd15f72442f7: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1103/2178] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:02 2026] POST /v2.0/subnets => generated 730 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:02.643 7 INFO neutron.db.segments_db [None req-56b11b20-50de-442d-a1d9-c710863958da 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Added segment 2b4a1272-b2ea-4a52-8ce8-7376718112d1 of type vxlan for network 59b076e4-f1b9-4e01-b909-9caf631fde4d [pid: 7|app: 0|req: 1076/2179] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:18:02 2026] POST /v2.0/networks => generated 619 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:02.915 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9631fd1e-5448-45c6-96f5-af6b1e53ca18 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 59b076e4-f1b9-4e01-b909-9caf631fde4d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1104/2180] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:02 2026] POST /v2.0/subnets => generated 656 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:03.154 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11df2c7b-c232-4b4e-abd5-e31467a80b3c 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 59b076e4-f1b9-4e01-b909-9caf631fde4d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1077/2181] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:02 2026] POST /v2.0/subnets => generated 725 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:03.223 8 INFO neutron.db.segments_db [None req-f0cb46b0-8239-4ce3-8a1f-17b5d40cbd6c 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Added segment 80f6df46-3963-45d1-beaa-9538d579585d of type vxlan for network 55c241b9-55c5-4dca-a2f0-7ab31b97ff85 [pid: 8|app: 0|req: 1105/2182] 10.0.0.209 () {34 vars in 670 bytes} [Thu Apr 9 02:18:03 2026] POST /v2.0/networks => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:03.460 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a0a061a2-8b74-4b25-ac6a-faf34449f838 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 55c241b9-55c5-4dca-a2f0-7ab31b97ff85: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1078/2183] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:03 2026] POST /v2.0/subnets => generated 656 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:03.723 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bb22713b-ecd7-45e5-9e45-7bccf29cae85 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 55c241b9-55c5-4dca-a2f0-7ab31b97ff85: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1106/2186] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:03 2026] POST /v2.0/subnets => generated 729 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:03.786 7 INFO neutron.db.segments_db [None req-beec7159-e2ea-4f08-b77e-ce2233458144 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Added segment 9e4c9879-61f5-492e-9a9c-59cea03df465 of type vxlan for network 0be577df-cd54-4097-a254-da797a686129 2026-04-09 02:18:03.965 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-beec7159-e2ea-4f08-b77e-ce2233458144 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 0be577df-cd54-4097-a254-da797a686129: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:18:03.983 7 INFO neutron.db.l3_hamode_db [None req-beec7159-e2ea-4f08-b77e-ce2233458144 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:18:04.704 7 INFO neutron.db.l3_hamode_db [None req-beec7159-e2ea-4f08-b77e-ce2233458144 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 02:18:04.934 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-beec7159-e2ea-4f08-b77e-ce2233458144 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 0be577df-cd54-4097-a254-da797a686129: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1081/2187] 10.0.0.209 () {34 vars in 669 bytes} [Thu Apr 9 02:18:03 2026] POST /v2.0/routers => generated 685 bytes in 1750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 02:18:05.941 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cefe26cf-095d-4074-b419-7fc8de5ad053 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network f6054857-1240-4eb6-a580-cd15f72442f7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:18:06.473 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cefe26cf-095d-4074-b419-7fc8de5ad053 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network f6054857-1240-4eb6-a580-cd15f72442f7: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1107/2188] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:18:05 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:07.154 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-871b428d-dcc4-44c7-a80e-e8c6af3a56c6 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 59b076e4-f1b9-4e01-b909-9caf631fde4d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:18:07.692 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-871b428d-dcc4-44c7-a80e-e8c6af3a56c6 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 59b076e4-f1b9-4e01-b909-9caf631fde4d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1082/2189] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:18:06 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/add_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:08.412 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8124529e-988c-4042-aaab-f3009b7189ba 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 55c241b9-55c5-4dca-a2f0-7ab31b97ff85: no agents available; will retry on subsequent port and subnet creation events. 2026-04-09 02:18:09.078 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8124529e-988c-4042-aaab-f3009b7189ba 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 55c241b9-55c5-4dca-a2f0-7ab31b97ff85: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1108/2190] 10.0.0.209 () {34 vars in 783 bytes} [Thu Apr 9 02:18:07 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2191] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:18:09 2026] POST /v2.0/security-groups => generated 1628 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2192] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2193] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2194] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2195] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2196] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:09 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: 1086/2197] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2198] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:10 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: 7|app: 0|req: 1087/2199] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2200] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2201] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2202] 10.0.0.209 () {34 vars in 695 bytes} [Thu Apr 9 02:18:10 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: 1089/2203] 10.0.0.184 () {34 vars in 1092 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-50116958&fields=id&tenant_id=7b7b8c41337e4f91a242fb7e954bafc1 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2204] 10.0.0.184 () {34 vars in 982 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/networks?id=59b076e4-f1b9-4e01-b909-9caf631fde4d => generated 699 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2205] 10.0.0.184 () {34 vars in 965 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/quotas/7b7b8c41337e4f91a242fb7e954bafc1 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2206] 10.0.0.184 () {34 vars in 1002 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/ports?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&fields=id => generated 149 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2207] 10.0.0.184 () {34 vars in 1008 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/networks/59b076e4-f1b9-4e01-b909-9caf631fde4d?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: 1117/2208] 10.0.0.184 () {34 vars in 1108 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/networks/59b076e4-f1b9-4e01-b909-9caf631fde4d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2209] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:18:11 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1118/2210] 162.253.55.200 () {34 vars in 986 bytes} [Thu Apr 9 02:18:15 2026] GET /v2.0/networks?id=59b076e4-f1b9-4e01-b909-9caf631fde4d => generated 699 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2211] 162.253.55.200 () {34 vars in 1050 bytes} [Thu Apr 9 02:18:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7b7b8c41337e4f91a242fb7e954bafc1 => generated 177 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:16.294 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-b5abde8c-2825-4fd5-a089-9ba9c6fe15da 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to schedule network 59b076e4-f1b9-4e01-b909-9caf631fde4d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1119/2212] 162.253.55.200 () {38 vars in 955 bytes} [Thu Apr 9 02:18:16 2026] POST /v2.0/ports => generated 1179 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 02:18:16.685 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.685 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 2 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:16.732 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.733 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 3 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-09 02:18:16.787 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.788 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 4 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:16.842 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.842 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 5 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 [pid: 8|app: 0|req: 1120/2213] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:18:16 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => generated 1194 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2214] 10.0.0.184 () {34 vars in 1040 bytes} [Thu Apr 9 02:18:16 2026] GET /v2.0/security-groups?id=71690818-10d0-42bc-9ddf-db9555132a99&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:16.891 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.892 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 6 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:16.941 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.942 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 7 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:16.991 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:16.991 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 8 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:17.044 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:17.044 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 9 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:17.094 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] 2026-04-09 02:18:17.095 7 INFO neutron.plugins.ml2.plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Attempt 10 to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:17.143 7 ERROR neutron.plugins.ml2.managers [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-c7eb40f3-69dc-4f16-bb77-eb4b8e002973 b2099ed7cf9e4a94a711f550204f3aab 868cbfd7b7604b14a39a4bc1f38902d5 - - 4683de47c45d4d01974e55af5f382e92 4683de47c45d4d01974e55af5f382e92] Failed to bind port 04d35685-0687-479a-8dd8-2b05d7d38ec5 on host instance for vnic_type normal using segments [{'id': '2b4a1272-b2ea-4a52-8ce8-7376718112d1', 'network_type': 'vxlan', 'physical_network': None, 'segmentation_id': 641, 'network_id': '59b076e4-f1b9-4e01-b909-9caf631fde4d'}] [pid: 7|app: 0|req: 1094/2215] 162.253.55.200 () {38 vars in 1028 bytes} [Thu Apr 9 02:18:16 2026] PUT /v2.0/ports/04d35685-0687-479a-8dd8-2b05d7d38ec5 => generated 1326 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 02:18:17.257 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30a5ab43-9418-4f81-8efe-66d5c9ab93c1'] response: {'name': 'network-changed', 'server_uuid': '49d1aaad-3498-4121-9bdb-528af3ed652b', 'tag': '04d35685-0687-479a-8dd8-2b05d7d38ec5', 'status': 'completed', 'code': 200} 2026-04-09 02:18:17.332 8 INFO neutron_taas.services.taas.taas_plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-b4ba16fa-7448-4733-ba18-1df6971661d5 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] TaaS: Handle Delete Port: 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:17.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-b4ba16fa-7448-4733-ba18-1df6971661d5 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Tap Mirror: Handle Delete Port: 04d35685-0687-479a-8dd8-2b05d7d38ec5 2026-04-09 02:18:17.504 8 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [req-e51a19ae-a209-48f2-8ece-acc4e7d729e5 req-b4ba16fa-7448-4733-ba18-1df6971661d5 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to retrieve active L2 agent on host instance [pid: 8|app: 0|req: 1122/2216] 162.253.55.200 () {36 vars in 997 bytes} [Thu Apr 9 02:18:17 2026] DELETE /v2.0/ports/04d35685-0687-479a-8dd8-2b05d7d38ec5 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:17.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9974841-4e99-4edb-b7c3-175a442e7d38'] response: {'server_uuid': '49d1aaad-3498-4121-9bdb-528af3ed652b', 'name': 'network-vif-deleted', 'tag': '04d35685-0687-479a-8dd8-2b05d7d38ec5', '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: 1095/2217] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:18:17 2026] GET /v2.0/ports?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1123/2218] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:18:17 2026] GET /v2.0/networks?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&shared=False => generated 2358 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2219] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:18:17 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: 1098/2222] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:18:19 2026] GET /v2.0/ports?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1125/2223] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:18:19 2026] GET /v2.0/networks?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&shared=False => generated 2358 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2224] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:18:19 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: 1126/2225] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:18:20 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1100/2226] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:18:21 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1127/2227] 162.253.55.200 () {34 vars in 1080 bytes} [Thu Apr 9 02:18:23 2026] GET /v2.0/ports?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2228] 162.253.55.200 () {34 vars in 1018 bytes} [Thu Apr 9 02:18:23 2026] GET /v2.0/networks?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&shared=False => generated 2358 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2229] 162.253.55.200 () {34 vars in 930 bytes} [Thu Apr 9 02:18:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2230] 162.253.55.200 () {34 vars in 994 bytes} [Thu Apr 9 02:18:24 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1129/2231] 10.0.0.13 () {34 vars in 989 bytes} [Thu Apr 9 02:18:26 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1103/2232] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1130/2233] 10.0.0.184 () {34 vars in 990 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/ports?device_id=49d1aaad-3498-4121-9bdb-528af3ed652b => 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: 1104/2234] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/5cc03c0c-0377-422f-84d5-85d8a9e0851f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.429 8 INFO neutron.api.v2.resource [None req-ba256954-2d85-45de-8a5b-a239c2a22ecd 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1131/2235] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/5cc03c0c-0377-422f-84d5-85d8a9e0851f => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2236] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/dbb0a161-54c7-4945-a229-38350793279a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.510 8 INFO neutron.api.v2.resource [None req-d0a0bb56-cdfe-46f2-b38a-6c83437f35fb 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2237] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/dbb0a161-54c7-4945-a229-38350793279a => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2238] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/70a27175-dd47-4f77-9a84-b81fba121286 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.591 8 INFO neutron.api.v2.resource [None req-3cf0459a-c281-4ed7-be79-2c600ba8b4f5 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1133/2239] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/70a27175-dd47-4f77-9a84-b81fba121286 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2240] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/5b819bcb-eaed-48d0-88bc-e5edb6b30ac4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.687 8 INFO neutron.api.v2.resource [None req-c73f841f-1679-4827-9f30-0105800dc017 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1134/2241] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/5b819bcb-eaed-48d0-88bc-e5edb6b30ac4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2242] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/fb99a1de-497c-4abd-b9a0-0755de62f140 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.768 8 INFO neutron.api.v2.resource [None req-e369e3dc-0445-46c3-9b8e-cfee19a750e8 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1135/2243] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/fb99a1de-497c-4abd-b9a0-0755de62f140 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2244] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/f3d2b905-d230-4ec7-b1cd-23da7cdc3ccc => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.850 8 INFO neutron.api.v2.resource [None req-3f53147b-2339-48a4-9f8e-f60494a0f224 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1136/2245] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/f3d2b905-d230-4ec7-b1cd-23da7cdc3ccc => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2246] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/c944efc4-49ac-49c2-938c-32788e21e994 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:27.941 8 INFO neutron.api.v2.resource [None req-6ae2c93f-b8ad-49d6-aebc-e5cef8057802 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1137/2247] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:27 2026] GET /v2.0/security-group-rules/c944efc4-49ac-49c2-938c-32788e21e994 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2248] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:27 2026] DELETE /v2.0/security-group-rules/9f115147-2378-4465-abde-e059fc8cf81a => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:28.023 8 INFO neutron.api.v2.resource [None req-c1ab25df-fb1a-41e1-b9d1-54c1c1ac490a 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1138/2249] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:28 2026] GET /v2.0/security-group-rules/9f115147-2378-4465-abde-e059fc8cf81a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2250] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:28 2026] DELETE /v2.0/security-group-rules/12c20a51-88a8-4cc6-972d-7253a744d2ce => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:28.110 8 INFO neutron.api.v2.resource [None req-a9a7cde1-cf48-49c8-872a-4d0e98d3f795 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2251] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:28 2026] GET /v2.0/security-group-rules/12c20a51-88a8-4cc6-972d-7253a744d2ce => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2252] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:28 2026] DELETE /v2.0/security-group-rules/9cd13f2a-6b71-436d-861c-53157040e1b1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:28.197 8 INFO neutron.api.v2.resource [None req-02934583-ebaa-4e56-b2fe-eea16fb486e4 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1140/2253] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:28 2026] GET /v2.0/security-group-rules/9cd13f2a-6b71-436d-861c-53157040e1b1 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2254] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:28 2026] DELETE /v2.0/security-group-rules/22b74c5c-0e8b-4775-873d-e0d9a52d3a86 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:28.279 8 INFO neutron.api.v2.resource [None req-3e3b751a-cf54-4db3-8564-0480edc754a1 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1141/2255] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:28 2026] GET /v2.0/security-group-rules/22b74c5c-0e8b-4775-873d-e0d9a52d3a86 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2256] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:28 2026] DELETE /v2.0/security-groups/71690818-10d0-42bc-9ddf-db9555132a99 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:28.386 8 INFO neutron.api.v2.resource [None req-a6a23e68-3c8c-4d96-9d1d-e8116d9fe68c 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2257] 10.0.0.209 () {32 vars in 737 bytes} [Thu Apr 9 02:18:28 2026] GET /v2.0/security-groups/71690818-10d0-42bc-9ddf-db9555132a99 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:18:28.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-c426a3d9-8fee-4893-a7b8-18b950b12ff1 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] TaaS: Handle Delete Port: 29766e1e-9ca2-4bbb-ad54-2f8a987c0a73 2026-04-09 02:18:28.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c426a3d9-8fee-4893-a7b8-18b950b12ff1 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Tap Mirror: Handle Delete Port: 29766e1e-9ca2-4bbb-ad54-2f8a987c0a73 [pid: 7|app: 0|req: 1116/2258] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:18:28 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:29.504 8 INFO neutron.api.v2.resource [None req-63ab7fe4-865d-499a-8d43-105ddced94ef 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1143/2259] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:18:29 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/remove_router_interface => generated 198 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:18:29.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-69244867-616b-4b3d-9362-f0d36548f5b3 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] TaaS: Handle Delete Port: adfbda79-55ff-45c3-8125-3f91ae643920 2026-04-09 02:18:29.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69244867-616b-4b3d-9362-f0d36548f5b3 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Tap Mirror: Handle Delete Port: adfbda79-55ff-45c3-8125-3f91ae643920 [pid: 7|app: 0|req: 1117/2260] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:18:29 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:30.552 8 INFO neutron.api.v2.resource [None req-c36c7e4a-35e2-4d64-b70a-2850749a3e2e 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1144/2261] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:18:30 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/remove_router_interface => generated 198 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:18:30.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb200c08-652f-4cd3-bda2-b61862d0ee80 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] TaaS: Handle Delete Port: 0786f7ac-768c-4848-89d3-a5a2c6fb7e49 2026-04-09 02:18:30.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb200c08-652f-4cd3-bda2-b61862d0ee80 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Tap Mirror: Handle Delete Port: 0786f7ac-768c-4848-89d3-a5a2c6fb7e49 [pid: 7|app: 0|req: 1118/2262] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:18:30 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 02:18:31.517 8 INFO neutron.api.v2.resource [None req-8ac1fdf4-f875-404f-8947-0de67c6729a0 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1145/2263] 10.0.0.209 () {34 vars in 789 bytes} [Thu Apr 9 02:18:31 2026] PUT /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:18:31.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-3594beb9-7afa-47bd-a9ef-1f8b99a42f1f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] TaaS: Handle Delete Port: 56926a8d-65cf-46a8-bc68-6050465d11ef 2026-04-09 02:18:31.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3594beb9-7afa-47bd-a9ef-1f8b99a42f1f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Tap Mirror: Handle Delete Port: 56926a8d-65cf-46a8-bc68-6050465d11ef 2026-04-09 02:18:31.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-3594beb9-7afa-47bd-a9ef-1f8b99a42f1f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] TaaS: Handle Delete Port: 5a4c2871-4744-4f19-bff9-4573d24f9adb 2026-04-09 02:18:31.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3594beb9-7afa-47bd-a9ef-1f8b99a42f1f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Tap Mirror: Handle Delete Port: 5a4c2871-4744-4f19-bff9-4573d24f9adb 2026-04-09 02:18:32.035 7 WARNING neutron.plugins.ml2.drivers.l2pop.mech_driver [None req-3594beb9-7afa-47bd-a9ef-1f8b99a42f1f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] Unable to retrieve active L2 agent on host instance 2026-04-09 02:18:32.226 7 INFO neutron.services.segments.plugin [-] Segment 9e4c9879-61f5-492e-9a9c-59cea03df465 resource provider aggregate not found 2026-04-09 02:18:32.232 7 INFO neutron.services.segments.plugin [-] Segment 9e4c9879-61f5-492e-9a9c-59cea03df465 resource provider aggregate not found 2026-04-09 02:18:32.245 7 INFO neutron.services.segments.plugin [-] Segment 9e4c9879-61f5-492e-9a9c-59cea03df465 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4c9879-61f5-492e-9a9c-59cea03df465 found for delete ", "request_id": "req-cd11fb84-ad90-4f0b-b1fc-c28c682e8583"}]} 2026-04-09 02:18:32.256 7 INFO neutron.services.segments.plugin [-] Segment 9e4c9879-61f5-492e-9a9c-59cea03df465 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4c9879-61f5-492e-9a9c-59cea03df465 found for delete ", "request_id": "req-b98b3bf1-9419-4172-9ee6-df54c8b2e79a"}]} 2026-04-09 02:18:32.269 7 INFO neutron.db.l3_hamode_db [None req-3594beb9-7afa-47bd-a9ef-1f8b99a42f1f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] HA network 0be577df-cd54-4097-a254-da797a686129 was deleted as no HA routers are present in tenant 7b7b8c41337e4f91a242fb7e954bafc1. [pid: 7|app: 0|req: 1119/2264] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:31 2026] DELETE /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9 => generated 0 bytes in 753 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:32.297 8 INFO neutron.api.v2.resource [None req-f7927f3b-8f94-4a36-83bf-4ae95fab63fd 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1146/2265] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:32 2026] GET /v2.0/routers/1a6f1c2d-d555-4611-a2c3-62dacd847dd9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2266] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:32 2026] DELETE /v2.0/subnets/6f790655-6df6-43a8-9e08-5b26f3056b96 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:32.453 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b657e77-d0ee-44b9-8e67-46984a8b4d51 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2267] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:32 2026] GET /v2.0/subnets/6f790655-6df6-43a8-9e08-5b26f3056b96 => 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: 1121/2268] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:32 2026] DELETE /v2.0/subnets/b9d9bc27-f673-4308-9f36-d730cf818679 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:32.592 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5918f6c6-ec9a-4403-9ad4-a0fccb54b0fc 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1148/2269] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:32 2026] GET /v2.0/subnets/b9d9bc27-f673-4308-9f36-d730cf818679 => 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: 1122/2270] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:18:32 2026] DELETE /v2.0/networks/55c241b9-55c5-4dca-a2f0-7ab31b97ff85 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:32.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b171a89-1416-45d1-b0bc-e4206a7e6736 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2271] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:18:32 2026] GET /v2.0/networks/55c241b9-55c5-4dca-a2f0-7ab31b97ff85 => 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: 1123/2272] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:32 2026] DELETE /v2.0/subnets/fb36f3e3-9b78-4ccb-a77f-807358af24b7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:32.893 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34180108-b3ac-42fa-8cf4-a7a4760ed650 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1150/2273] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:32 2026] GET /v2.0/subnets/fb36f3e3-9b78-4ccb-a77f-807358af24b7 => 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: 1124/2274] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:32 2026] DELETE /v2.0/subnets/a5a23934-27f2-4b6a-94a5-039933f7aa34 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:33.031 8 INFO neutron.pecan_wsgi.hooks.translation [None req-696adc95-ad33-4946-b706-a240a15624e3 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1151/2275] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:33 2026] GET /v2.0/subnets/a5a23934-27f2-4b6a-94a5-039933f7aa34 => 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: 1125/2276] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:18:33 2026] DELETE /v2.0/networks/59b076e4-f1b9-4e01-b909-9caf631fde4d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:33.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b820e6d-beac-46d0-bb19-592cbf1a30b9 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2277] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:18:33 2026] GET /v2.0/networks/59b076e4-f1b9-4e01-b909-9caf631fde4d => generated 138 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2278] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:33 2026] DELETE /v2.0/subnets/759db87e-9f3d-4056-be96-d7d737f1c963 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:33.334 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f6f16c4-b07f-4995-bcc8-aa69df9316c2 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1153/2279] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:33 2026] GET /v2.0/subnets/759db87e-9f3d-4056-be96-d7d737f1c963 => 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: 1127/2280] 10.0.0.209 () {32 vars in 724 bytes} [Thu Apr 9 02:18:33 2026] DELETE /v2.0/subnets/380e7b03-2b16-4131-98cd-aee97848d2c7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:33.478 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44a42dfb-2056-40e4-b3bc-83302fd2c82f 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1154/2281] 10.0.0.209 () {32 vars in 721 bytes} [Thu Apr 9 02:18:33 2026] GET /v2.0/subnets/380e7b03-2b16-4131-98cd-aee97848d2c7 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2284] 10.0.0.209 () {32 vars in 726 bytes} [Thu Apr 9 02:18:33 2026] DELETE /v2.0/networks/f6054857-1240-4eb6-a580-cd15f72442f7 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 02:18:33.633 8 INFO neutron.pecan_wsgi.hooks.translation [None req-156907a7-561c-48b8-9ee2-74eadf562531 1340ad1f7cc643f986f9269b8d946bf0 7b7b8c41337e4f91a242fb7e954bafc1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1157/2285] 10.0.0.209 () {32 vars in 723 bytes} [Thu Apr 9 02:18:33 2026] GET /v2.0/networks/f6054857-1240-4eb6-a580-cd15f72442f7 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 02:18:34.261 7 INFO neutron.services.segments.plugin [-] Segment 80f6df46-3963-45d1-beaa-9538d579585d resource provider aggregate not found 2026-04-09 02:18:34.269 7 INFO neutron.services.segments.plugin [-] Segment 80f6df46-3963-45d1-beaa-9538d579585d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f6df46-3963-45d1-beaa-9538d579585d found for delete ", "request_id": "req-ca242767-c860-4fed-b1ae-cf04c5fd75aa"}]} 2026-04-09 02:18:34.275 7 INFO neutron.services.segments.plugin [-] Segment 80f6df46-3963-45d1-beaa-9538d579585d resource provider aggregate not found 2026-04-09 02:18:34.279 7 INFO neutron.services.segments.plugin [-] Segment 2b4a1272-b2ea-4a52-8ce8-7376718112d1 resource provider aggregate not found 2026-04-09 02:18:34.290 7 INFO neutron.services.segments.plugin [-] Segment 2b4a1272-b2ea-4a52-8ce8-7376718112d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b4a1272-b2ea-4a52-8ce8-7376718112d1 found for delete ", "request_id": "req-4f7103c4-c28e-4d46-894a-75c7a9b457ac"}]} 2026-04-09 02:18:34.295 7 INFO neutron.services.segments.plugin [-] Segment 80f6df46-3963-45d1-beaa-9538d579585d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f6df46-3963-45d1-beaa-9538d579585d found for delete ", "request_id": "req-49585bef-fd80-4d50-ba81-91c1d390a368"}]} 2026-04-09 02:18:34.308 7 INFO neutron.services.segments.plugin [-] Segment 07c74b58-65ca-4099-9faf-1cfd66fa49b7 resource provider aggregate not found 2026-04-09 02:18:34.313 7 INFO neutron.services.segments.plugin [-] Segment 2b4a1272-b2ea-4a52-8ce8-7376718112d1 resource provider aggregate not found 2026-04-09 02:18:34.327 7 INFO neutron.services.segments.plugin [-] Segment 07c74b58-65ca-4099-9faf-1cfd66fa49b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07c74b58-65ca-4099-9faf-1cfd66fa49b7 found for delete ", "request_id": "req-916d2e06-d824-41c6-9ac1-797a7e81dbda"}]} 2026-04-09 02:18:34.328 7 INFO neutron.services.segments.plugin [-] Segment 2b4a1272-b2ea-4a52-8ce8-7376718112d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b4a1272-b2ea-4a52-8ce8-7376718112d1 found for delete ", "request_id": "req-9392cb66-59f2-400b-ae6e-39bf5ca18e2a"}]} 2026-04-09 02:18:34.341 7 INFO neutron.services.segments.plugin [-] Segment 07c74b58-65ca-4099-9faf-1cfd66fa49b7 resource provider aggregate not found 2026-04-09 02:18:34.355 7 INFO neutron.services.segments.plugin [-] Segment 07c74b58-65ca-4099-9faf-1cfd66fa49b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07c74b58-65ca-4099-9faf-1cfd66fa49b7 found for delete ", "request_id": "req-7893e9f7-12a8-4414-9748-3a3a0dc837a0"}]} [pid: 7|app: 0|req: 1129/2286] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:35 2026] GET /v2.0/security-groups?tenant_id=106b0aa14dc74bb1842f2210633bee3a&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2287] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:35 2026] DELETE /v2.0/security-groups/3a05fc80-61b7-4622-a2c6-63d63311eeed => 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: 1130/2288] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:35 2026] GET /v2.0/security-groups?tenant_id=49dff2673fb04b57b64c99caaf13e4c9&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2289] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:36 2026] DELETE /v2.0/security-groups/1d0e09b3-e635-4356-8029-2d394ccb956d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2290] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:36 2026] GET /v2.0/security-groups?tenant_id=8355927c9b564e279a410c0ebf20d7be&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2291] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:36 2026] DELETE /v2.0/security-groups/ddf81727-ad0e-4c88-b736-c32833e24002 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2292] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:36 2026] GET /v2.0/security-groups?tenant_id=f859d4017948457db60f5ad136ccbe95&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2293] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:36 2026] DELETE /v2.0/security-groups/a9f2d0fe-e8ef-4834-bc33-ac97e99c4d84 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2294] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:36 2026] GET /v2.0/security-groups?tenant_id=3c741de81af24a3190275d52d9a5126a&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2295] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:37 2026] DELETE /v2.0/security-groups/c940cb04-bed7-4b85-89d3-29f550409b45 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2296] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:37 2026] GET /v2.0/security-groups?tenant_id=7b7b8c41337e4f91a242fb7e954bafc1&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2297] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:37 2026] DELETE /v2.0/security-groups/c964b84b-bd6b-47df-80ff-5842ba64fa00 => 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: 1135/2298] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:37 2026] GET /v2.0/security-groups?tenant_id=18b725ed61ae4e519056618196c560be&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2299] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:37 2026] DELETE /v2.0/security-groups/d5bbf9e4-44a1-483a-a4bf-8e3cc98e0efe => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2300] 10.0.0.209 () {34 vars in 684 bytes} [Thu Apr 9 02:18:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2301] 10.0.0.209 () {34 vars in 767 bytes} [Thu Apr 9 02:18:41 2026] PUT /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2302] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2303] 10.0.0.209 () {34 vars in 778 bytes} [Thu Apr 9 02:18:41 2026] PUT /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2304] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2305] 10.0.0.209 () {34 vars in 774 bytes} [Thu Apr 9 02:18:41 2026] PUT /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2306] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2307] 10.0.0.209 () {34 vars in 796 bytes} [Thu Apr 9 02:18:41 2026] PUT /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/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: 1140/2308] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2309] 10.0.0.209 () {34 vars in 767 bytes} [Thu Apr 9 02:18:41 2026] PUT /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2310] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2311] 10.0.0.209 () {32 vars in 755 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 02:18:41.768 7 INFO neutron.api.v2.resource [None req-753f28cc-28be-4096-85f0-768775837b3a 33d9892f2be440d097a5e0dc4580458f c2ebdf4790da46dda9da555e7fb7e6f2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2312] 10.0.0.209 () {32 vars in 759 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/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: 1171/2313] 10.0.0.209 () {32 vars in 758 bytes} [Thu Apr 9 02:18:41 2026] DELETE /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2314] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 02:18:41.893 8 INFO neutron.api.v2.resource [None req-3d09a6c5-a679-4de4-8b79-d5311a614756 33d9892f2be440d097a5e0dc4580458f c2ebdf4790da46dda9da555e7fb7e6f2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1172/2315] 10.0.0.209 () {32 vars in 762 bytes} [Thu Apr 9 02:18:41 2026] DELETE /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2316] 10.0.0.209 () {32 vars in 750 bytes} [Thu Apr 9 02:18:41 2026] DELETE /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => 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: 1173/2317] 10.0.0.209 () {32 vars in 747 bytes} [Thu Apr 9 02:18:41 2026] GET /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91/tags => 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: 1145/2318] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:42 2026] DELETE /v2.0/security-groups/91583579-d618-481b-b20c-7da95c243f91 => 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: 1174/2319] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:42 2026] GET /v2.0/security-groups?tenant_id=1bce8bd93f7e42e2b741b7dcc2d819a7&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2320] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:42 2026] DELETE /v2.0/security-groups/51a7162e-178d-41d7-b7e6-cafcc71ce10c => 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: 1175/2321] 10.0.0.209 () {32 vars in 774 bytes} [Thu Apr 9 02:18:43 2026] GET /v2.0/security-groups?tenant_id=c2ebdf4790da46dda9da555e7fb7e6f2&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2322] 10.0.0.209 () {32 vars in 740 bytes} [Thu Apr 9 02:18:43 2026] DELETE /v2.0/security-groups/6e635c23-8d5d-485c-858f-c3f82db88492 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0)