+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 28 10:25:18 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-66cf9f595b-k6pv4 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 0x7f6cb55f4668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-28 10:25:22.900 8 INFO neutron.common.config [-] Logging enabled! 2026-05-28 10:25:22.900 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 10:25:23.203 7 INFO neutron.common.config [-] Logging enabled! 2026-05-28 10:25:23.204 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 10:25:23.314 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 10:25:23.618 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 10:25:24.922 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:25:24.925 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 10:25:24.928 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 10:25:24.929 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:25:24.929 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 10:25:24.930 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 10:25:24.930 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:25:24.937 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:25:24.937 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:25:24.938 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:25:24.960 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 10:25:24.961 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:25:24.961 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 10:25:24.995 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 10:25:24.996 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 10:25:24.996 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 10:25:24.996 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 10:25:25.175 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:25:25.178 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 10:25:25.182 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 10:25:25.183 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:25:25.183 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 10:25:25.183 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 10:25:25.183 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:25:25.190 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:25:25.190 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:25:25.191 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:25:25.212 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 10:25:25.213 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:25:25.213 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 10:25:25.243 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 10:25:25.244 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 10:25:25.244 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 10:25:25.244 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 10:25:25.326 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing driver for type 'vlan' 2026-05-28 10:25:25.524 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing driver for type 'vlan' 2026-05-28 10:25:25.713 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] VlanTypeDriver initialization complete 2026-05-28 10:25:25.714 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 10:25:25.714 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 10:25:25.725 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 10:25:25.726 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 10:25:25.726 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing extension driver 'port_security' 2026-05-28 10:25:25.726 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 10:25:25.726 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing extension driver 'qos' 2026-05-28 10:25:25.726 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 10:25:25.726 8 INFO neutron.plugins.ml2.managers [None req-a946a43b-5ce4-467e-b185-60e70355194e - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 10:25:25.739 8 INFO neutron.quota [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded quota_driver: . 2026-05-28 10:25:25.740 8 INFO neutron.plugins.ml2.plugin [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 10:25:25.740 8 INFO neutron.plugins.ml2.managers [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 10:25:25.740 8 INFO neutron.plugins.ml2.managers [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 10:25:25.740 8 INFO neutron.plugins.ml2.managers [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 10:25:25.740 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: qos 2026-05-28 10:25:25.754 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: router 2026-05-28 10:25:25.797 8 INFO neutron.services.service_base [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 10:25:25.797 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: segments 2026-05-28 10:25:25.839 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] VlanTypeDriver initialization complete 2026-05-28 10:25:25.839 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 10:25:25.839 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 10:25:25.860 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 10:25:25.861 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 10:25:25.861 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing extension driver 'port_security' 2026-05-28 10:25:25.861 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 10:25:25.862 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing extension driver 'qos' 2026-05-28 10:25:25.862 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 10:25:25.862 7 INFO neutron.plugins.ml2.managers [None req-f071a821-08df-431d-8141-f8e055e907df - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 10:25:25.875 7 INFO neutron.quota [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded quota_driver: . 2026-05-28 10:25:25.875 7 INFO neutron.plugins.ml2.plugin [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 10:25:25.876 7 INFO neutron.plugins.ml2.managers [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 10:25:25.876 7 INFO neutron.plugins.ml2.managers [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 10:25:25.876 7 INFO neutron.plugins.ml2.managers [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 10:25:25.876 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: qos 2026-05-28 10:25:25.889 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: router 2026-05-28 10:25:25.899 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: trunk 2026-05-28 10:25:25.916 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: vpnaas 2026-05-28 10:25:25.935 7 INFO neutron.services.service_base [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 10:25:25.936 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: segments 2026-05-28 10:25:25.958 8 WARNING stevedore.named [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:25:26.023 8 INFO neutron_vpnaas.services.vpn.plugin [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 10:25:26.023 8 INFO neutron.common.utils [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 10:25:26.024 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: taas 2026-05-28 10:25:26.039 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: trunk 2026-05-28 10:25:26.048 8 WARNING stevedore.named [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:25:26.048 8 WARNING stevedore.named [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:25:26.054 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: vpnaas 2026-05-28 10:25:26.072 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:25:26.073 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: tapmirror 2026-05-28 10:25:26.088 8 WARNING stevedore.named [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:25:26.088 8 WARNING stevedore.named [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:25:26.094 7 WARNING stevedore.named [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:25:26.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:25:26.111 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 10:25:26.118 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: tag 2026-05-28 10:25:26.128 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: timestamp 2026-05-28 10:25:26.131 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 10:25:26.136 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: flavors 2026-05-28 10:25:26.141 8 INFO neutron.manager [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loading Plugin: revisions 2026-05-28 10:25:26.146 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Initializing extension manager. 2026-05-28 10:25:26.147 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: address-group 2026-05-28 10:25:26.148 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: address-scope 2026-05-28 10:25:26.148 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 10:25:26.149 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: agent 2026-05-28 10:25:26.150 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 10:25:26.151 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 10:25:26.152 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 10:25:26.153 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: availability_zone 2026-05-28 10:25:26.153 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 10:25:26.154 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 10:25:26.154 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 10:25:26.155 7 INFO neutron_vpnaas.services.vpn.plugin [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 10:25:26.156 7 INFO neutron.common.utils [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 10:25:26.156 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 10:25:26.156 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: taas 2026-05-28 10:25:26.157 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: dns-integration 2026-05-28 10:25:26.157 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 10:25:26.158 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 10:25:26.158 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: dvr 2026-05-28 10:25:26.159 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 10:25:26.159 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 10:25:26.160 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:25:26.161 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 10:25:26.162 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: external-net 2026-05-28 10:25:26.163 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 10:25:26.163 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: extraroute 2026-05-28 10:25:26.164 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 10:25:26.164 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 10:25:26.165 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 10:25:26.165 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 10:25:26.166 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 10:25:26.166 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: fip-port-details 2026-05-28 10:25:26.167 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: flavors 2026-05-28 10:25:26.168 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 10:25:26.169 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 10:25:26.170 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: ip_allocation 2026-05-28 10:25:26.171 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 10:25:26.172 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 10:25:26.174 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: router 2026-05-28 10:25:26.176 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:25:26.176 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 10:25:26.177 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 10:25:26.178 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 10:25:26.178 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: l3-ha 2026-05-28 10:25:26.178 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:25:26.179 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 10:25:26.179 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: l3-flavors 2026-05-28 10:25:26.180 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:25:26.181 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 10:25:26.182 7 WARNING stevedore.named [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:25:26.182 7 WARNING stevedore.named [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:25:26.183 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 10:25:26.184 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 10:25:26.185 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 10:25:26.187 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 10:25:26.187 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 10:25:26.188 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: multi-provider 2026-05-28 10:25:26.188 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: net-mtu 2026-05-28 10:25:26.189 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 10:25:26.189 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 10:25:26.190 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: network_ha 2026-05-28 10:25:26.191 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 10:25:26.192 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 10:25:26.192 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: pagination 2026-05-28 10:25:26.193 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-device-profile 2026-05-28 10:25:26.193 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 10:25:26.194 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 10:25:26.194 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 10:25:26.194 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-mac-override 2026-05-28 10:25:26.195 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 10:25:26.196 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 10:25:26.197 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 10:25:26.197 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-resource-request 2026-05-28 10:25:26.198 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 10:25:26.198 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 10:25:26.199 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: binding 2026-05-28 10:25:26.200 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: binding-extended 2026-05-28 10:25:26.200 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-security 2026-05-28 10:25:26.201 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: project-id 2026-05-28 10:25:26.201 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: provider 2026-05-28 10:25:26.202 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 10:25:26.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:25:26.204 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: tapmirror 2026-05-28 10:25:26.207 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos 2026-05-28 10:25:26.208 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 10:25:26.208 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 10:25:26.209 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-default 2026-05-28 10:25:26.209 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-fip 2026-05-28 10:25:26.210 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 10:25:26.210 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 10:25:26.211 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 10:25:26.211 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 10:25:26.212 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 10:25:26.213 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-pps 2026-05-28 10:25:26.213 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 10:25:26.218 7 WARNING stevedore.named [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:25:26.218 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 10:25:26.218 7 WARNING stevedore.named [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:25:26.219 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 10:25:26.220 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 10:25:26.221 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 10:25:26.225 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: quotas 2026-05-28 10:25:26.226 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: quota_details 2026-05-28 10:25:26.228 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: rbac-policies 2026-05-28 10:25:26.229 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 10:25:26.230 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 10:25:26.230 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 10:25:26.231 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 10:25:26.232 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: revision-if-match 2026-05-28 10:25:26.233 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 10:25:26.233 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 10:25:26.234 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 10:25:26.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:25:26.235 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: auto_allocate 2026-05-28 10:25:26.235 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 10:25:26.236 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 10:25:26.237 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 10:25:26.237 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 10:25:26.238 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 10:25:26.238 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 10:25:26.243 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: tag 2026-05-28 10:25:26.243 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: security-group 2026-05-28 10:25:26.244 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: segment 2026-05-28 10:25:26.245 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 10:25:26.245 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: service-type 2026-05-28 10:25:26.246 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: sorting 2026-05-28 10:25:26.246 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 10:25:26.247 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 10:25:26.248 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 10:25:26.248 8 WARNING neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-28 10:25:26.249 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 10:25:26.249 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 10:25:26.250 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 10:25:26.250 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 10:25:26.251 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 10:25:26.251 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 10:25:26.252 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 10:25:26.252 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: timestamp 2026-05-28 10:25:26.253 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: tag-creation 2026-05-28 10:25:26.253 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 10:25:26.255 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 10:25:26.257 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 10:25:26.258 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 10:25:26.259 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: trunk 2026-05-28 10:25:26.259 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: flavors 2026-05-28 10:25:26.259 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: trunk-details 2026-05-28 10:25:26.260 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 10:25:26.260 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 10:25:26.261 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 10:25:26.262 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 10:25:26.263 7 INFO neutron.manager [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loading Plugin: revisions 2026-05-28 10:25:26.264 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 10:25:26.265 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 10:25:26.265 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 10:25:26.266 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Initializing extension manager. 2026-05-28 10:25:26.267 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: address-group 2026-05-28 10:25:26.267 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: vpnaas 2026-05-28 10:25:26.268 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: address-scope 2026-05-28 10:25:26.268 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: taas 2026-05-28 10:25:26.269 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 10:25:26.269 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: agent 2026-05-28 10:25:26.269 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: tap-mirror 2026-05-28 10:25:26.270 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 10:25:26.270 8 INFO neutron.api.extensions [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 10:25:26.271 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 10:25:26.272 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 10:25:26.273 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: availability_zone 2026-05-28 10:25:26.273 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 10:25:26.273 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 10:25:26.273 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 10:25:26.274 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.274 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 10:25:26.274 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 10:25:26.274 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: default-subnetpools 2026-05-28 10:25:26.276 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 10:25:26.276 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: dns-integration 2026-05-28 10:25:26.277 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 10:25:26.277 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:25:26.277 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 10:25:26.278 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:25:26.278 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: dvr 2026-05-28 10:25:26.278 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 10:25:26.279 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 10:25:26.280 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:25:26.280 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 10:25:26.281 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: external-net 2026-05-28 10:25:26.281 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 10:25:26.282 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: extraroute 2026-05-28 10:25:26.282 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 10:25:26.283 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:25:26.283 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 10:25:26.283 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:25:26.284 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:25:26.284 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 10:25:26.285 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.285 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.285 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.285 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.286 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 10:25:26.286 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:25:26.286 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 10:25:26.286 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.287 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: fip-port-details 2026-05-28 10:25:26.287 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.287 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:25:26.287 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: flavors 2026-05-28 10:25:26.288 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:25:26.288 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:25:26.288 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.289 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ipsecpolicy is already registered 2026-05-28 10:25:26.289 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 10:25:26.289 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.289 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ikepolicy is already registered 2026-05-28 10:25:26.290 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: floatingip-pools 2026-05-28 10:25:26.290 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: ip_allocation 2026-05-28 10:25:26.291 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 10:25:26.292 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: l2_adjacency 2026-05-28 10:25:26.293 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: router 2026-05-28 10:25:26.294 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:25:26.294 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] router is already registered 2026-05-28 10:25:26.294 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:25:26.295 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] floatingip is already registered 2026-05-28 10:25:26.295 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:25:26.296 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 10:25:26.297 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 10:25:26.298 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 10:25:26.298 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: l3-ha 2026-05-28 10:25:26.299 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:25:26.299 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:25:26.299 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] rbac_policy is already registered 2026-05-28 10:25:26.300 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 10:25:26.300 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:25:26.300 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] security_group is already registered 2026-05-28 10:25:26.300 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: l3-flavors 2026-05-28 10:25:26.300 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:25:26.301 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] security_group_rule is already registered 2026-05-28 10:25:26.301 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:25:26.301 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.302 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.302 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 10:25:26.302 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.302 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.303 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:25:26.303 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] trunk is already registered 2026-05-28 10:25:26.303 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.303 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ikepolicy is already registered 2026-05-28 10:25:26.304 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.304 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 10:25:26.304 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ipsecpolicy is already registered 2026-05-28 10:25:26.304 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:25:26.304 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] endpoint_group is already registered 2026-05-28 10:25:26.305 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:25:26.305 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] vpnservice is already registered 2026-05-28 10:25:26.305 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 10:25:26.305 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:25:26.305 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ipsec_site_connection is already registered 2026-05-28 10:25:26.306 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.306 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 10:25:26.306 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ipsecpolicy is already registered 2026-05-28 10:25:26.306 8 INFO neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.307 8 WARNING neutron.quota.resource_registry [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] ikepolicy is already registered 2026-05-28 10:25:26.307 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 10:25:26.308 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 10:25:26.308 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: multi-provider 2026-05-28 10:25:26.309 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: net-mtu 2026-05-28 10:25:26.309 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 10:25:26.310 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: network_availability_zone 2026-05-28 10:25:26.310 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: network_ha 2026-05-28 10:25:26.311 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: network-ip-availability 2026-05-28 10:25:26.312 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 10:25:26.312 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: pagination 2026-05-28 10:25:26.313 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-device-profile 2026-05-28 10:25:26.313 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 10:25:26.314 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 10:25:26.315 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 10:25:26.315 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-mac-override 2026-05-28 10:25:26.316 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 10:25:26.316 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 10:25:26.317 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 10:25:26.317 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-resource-request 2026-05-28 10:25:26.318 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 10:25:26.318 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 10:25:26.319 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: binding 2026-05-28 10:25:26.320 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: binding-extended 2026-05-28 10:25:26.320 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-security 2026-05-28 10:25:26.321 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: project-id 2026-05-28 10:25:26.321 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: provider 2026-05-28 10:25:26.322 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 10:25:26.326 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos 2026-05-28 10:25:26.327 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 10:25:26.327 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 10:25:26.328 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-default 2026-05-28 10:25:26.328 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-fip 2026-05-28 10:25:26.328 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 10:25:26.329 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 10:25:26.329 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 10:25:26.330 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 10:25:26.331 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 10:25:26.331 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-pps 2026-05-28 10:25:26.332 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 10:25:26.332 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 10:25:26.333 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 10:25:26.333 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: quota-check-limit 2026-05-28 10:25:26.334 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 10:25:26.336 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: quotas 2026-05-28 10:25:26.337 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: quota_details 2026-05-28 10:25:26.339 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: rbac-policies 2026-05-28 10:25:26.339 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: rbac-address-group 2026-05-28 10:25:26.340 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 10:25:26.340 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 10:25:26.341 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 10:25:26.341 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: revision-if-match 2026-05-28 10:25:26.342 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 10:25:26.342 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: router_availability_zone 2026-05-28 10:25:26.343 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 10:25:26.344 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 10:25:26.345 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 10:25:26.345 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 10:25:26.346 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 10:25:26.346 8 WARNING keystonemiddleware._common.config [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 10:25:26.346 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 10:25:26.347 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 10:25:26.352 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: security-group 2026-05-28 10:25:26.353 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: segment 2026-05-28 10:25:26.353 8 WARNING oslo_config.cfg [None req-8d33ad91-484c-4bd2-9587-7e8e7f6f5485 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-28 10:25:26.354 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 10:25:26.354 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: service-type 2026-05-28 10:25:26.355 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: sorting 2026-05-28 10:25:26.355 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 10:25:26.356 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: standard-attr-description 2026-05-28 10:25:26.357 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: stateful-security-group 2026-05-28 10:25:26.357 7 WARNING neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f6cb55f4668 pid: 8 (default app) 2026-05-28 10:25:26.357 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 10:25:26.358 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: subnet-external-network 2026-05-28 10:25:26.359 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: subnet_onboard 2026-05-28 10:25:26.359 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 10:25:26.360 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: subnet-service-types 2026-05-28 10:25:26.360 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: subnet_allocation 2026-05-28 10:25:26.361 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 10:25:26.361 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: tag-creation 2026-05-28 10:25:26.362 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 10:25:26.366 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 10:25:26.366 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 10:25:26.367 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: trunk 2026-05-28 10:25:26.367 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: trunk-details 2026-05-28 10:25:26.368 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 10:25:26.368 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 10:25:26.369 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 10:25:26.370 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 10:25:26.371 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 10:25:26.372 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 10:25:26.373 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: vpn-flavors 2026-05-28 10:25:26.374 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: vpnaas 2026-05-28 10:25:26.376 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: taas 2026-05-28 10:25:26.377 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: tap-mirror 2026-05-28 10:25:26.377 7 INFO neutron.api.extensions [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 10:25:26.380 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 10:25:26.380 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 10:25:26.380 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.380 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 10:25:26.383 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:25:26.384 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:25:26.389 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:25:26.389 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:25:26.390 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:25:26.390 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.391 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.391 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.391 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.392 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:25:26.392 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.393 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.393 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:25:26.396 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:25:26.397 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:25:26.397 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.397 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ipsecpolicy is already registered 2026-05-28 10:25:26.398 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.398 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ikepolicy is already registered 2026-05-28 10:25:26.405 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:25:26.405 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] router is already registered 2026-05-28 10:25:26.405 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:25:26.405 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] floatingip is already registered 2026-05-28 10:25:26.409 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:25:26.409 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] rbac_policy is already registered 2026-05-28 10:25:26.410 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:25:26.410 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] security_group is already registered 2026-05-28 10:25:26.410 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:25:26.410 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] security_group_rule is already registered 2026-05-28 10:25:26.411 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.411 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.412 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:25:26.412 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] subnetpool is already registered 2026-05-28 10:25:26.412 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:25:26.412 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] trunk is already registered 2026-05-28 10:25:26.413 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.413 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ikepolicy is already registered 2026-05-28 10:25:26.413 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.413 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ipsecpolicy is already registered 2026-05-28 10:25:26.414 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:25:26.414 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] endpoint_group is already registered 2026-05-28 10:25:26.414 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:25:26.415 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] vpnservice is already registered 2026-05-28 10:25:26.415 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:25:26.415 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ipsec_site_connection is already registered 2026-05-28 10:25:26.415 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:25:26.416 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ipsecpolicy is already registered 2026-05-28 10:25:26.416 7 INFO neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:25:26.416 7 WARNING neutron.quota.resource_registry [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] ikepolicy is already registered 2026-05-28 10:25:26.457 7 WARNING keystonemiddleware._common.config [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 10:25:26.464 7 WARNING oslo_config.cfg [None req-efe60f89-9846-47b8-8809-e7a13e348605 - - - - - -] 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 0x7f6cb55f4668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 4/4] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:25:27 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1198 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:25:29 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:25:29.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa354faf-0f27-40a0-8b05-9ce285b8e5ff 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] TaaS: Handle Delete Port: 5909010f-7a2f-478c-8962-7a56c1cfb8f7 2026-05-28 10:25:29.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa354faf-0f27-40a0-8b05-9ce285b8e5ff 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Tap Mirror: Handle Delete Port: 5909010f-7a2f-478c-8962-7a56c1cfb8f7 2026-05-28 10:25:30.662 8 INFO neutron.db.l3_db [None req-aa354faf-0f27-40a0-8b05-9ce285b8e5ff 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Floating IP b206f69c-5d8b-451d-a6fc-08665a8f6743 disassociated (deleted). External IP: 10.96.250.219, port: ab19e3ee-e851-4759-9a7b-42f6f168ed8c. [pid: 8|app: 0|req: 5/6] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:25:29 2026] DELETE /v2.0/floatingips/b206f69c-5d8b-451d-a6fc-08665a8f6743 => generated 0 bytes in 1307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:25:31.122 7 INFO neutron.api.v2.resource [None req-e7ae2004-302c-4df1-82ae-f6355a2fbb85 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:25:31 2026] GET /v2.0/floatingips/b206f69c-5d8b-451d-a6fc-08665a8f6743 => generated 144 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:25:31.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e6924c5-c33f-4ba6-a5b9-d539ebfcc15d'] response: {'name': 'network-changed', 'server_uuid': '27a950f0-e73a-4e50-87e0-347b7600eba0', 'tag': 'ab19e3ee-e851-4759-9a7b-42f6f168ed8c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 6/8] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:25:31 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:25:31 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/10] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1469 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/networks?id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d => generated 800 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=ab19e3ee-e851-4759-9a7b-42f6f168ed8c => 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: 5/13] 199.19.213.181 () {34 vars in 1104 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f1&port_id=ab19e3ee-e851-4759-9a7b-42f6f168ed8c => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/14] 199.19.213.181 () {34 vars in 1064 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/subnets?id=3a806613-a972-4019-9351-3dacca5dab94&id=400c0e56-db3b-4f3d-b6ea-587c89c71120 => generated 1410 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/15] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&device_owner=network%3Adhcp => generated 1457 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/16] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&device_owner=network%3Adhcp => generated 1457 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/17] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/18] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/19] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/20] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:25:32 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:25:33.101 7 INFO neutron.api.v2.resource [None req-c5ebedd2-97e9-4c27-8ba4-cc02b4940a88 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 7/21] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:25:33 2026] DELETE /v2.0/security-groups/c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569 => generated 136 bytes in 69 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:25:34.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-b48cee53-95c0-483f-bffc-81ac5437429c 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] TaaS: Handle Delete Port: e35405f9-2821-4933-b401-e4c36af2fec5 2026-05-28 10:25:34.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b48cee53-95c0-483f-bffc-81ac5437429c 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Tap Mirror: Handle Delete Port: e35405f9-2821-4933-b401-e4c36af2fec5 [pid: 8|app: 0|req: 15/22] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:25:33 2026] PUT /v2.0/routers/de9776b0-3953-44aa-95c4-3f9563e77aca/remove_router_interface => generated 309 bytes in 1660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/23] 199.19.213.181 () {34 vars in 994 bytes} [Thu May 28 10:25:34 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:25:34.922 8 INFO neutron.db.db_base_plugin_v2 [None req-2653490a-f9b2-4672-98f8-b0cfdd8ca75a 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Found port (ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475, 10.100.0.14) having IP allocation on subnet 894c6bdd-fef7-4d7f-babf-ee230dc4a4b0, cannot delete 2026-05-28 10:25:34.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2653490a-f9b2-4672-98f8-b0cfdd8ca75a 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 8|app: 0|req: 17/24] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:25:34 2026] DELETE /v2.0/subnets/894c6bdd-fef7-4d7f-babf-ee230dc4a4b0 => generated 204 bytes in 82 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-9ac9717e-93d3-402b-9112-22e9854e721d d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: requests.exceptions.ConnectionError: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation OSError: [Errno 101] Network is unreachable 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation raise NewConnectionError( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 101] Network is unreachable 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 667, in send 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 681, in __call__ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 859, in find_controller 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 549, in find_controller 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 866, in handle_hooks 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 331, in handle_hooks 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/pecan_wsgi/hooks/policy_enforcement.py", line 127, in before 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/policy.py", line 529, in enforce 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1053, in enforce 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 256, in __call__ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 177, in __call__ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 43, in __call__ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 115, in post 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 59, in request 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 589, in request 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 703, in send 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 700, in send 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectionError(e, request=request) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation requests.exceptions.ConnectionError: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) 2026-05-28 10:25:36.348 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 8/25] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:25:33 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 3150 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:25:37.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-325c9f1c-2ddd-480c-b6b4-a20115a110a8 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] TaaS: Handle Delete Port: 447daa09-a3d7-4c3f-ae7e-b4c7597d2406 2026-05-28 10:25:37.054 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325c9f1c-2ddd-480c-b6b4-a20115a110a8 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Tap Mirror: Handle Delete Port: 447daa09-a3d7-4c3f-ae7e-b4c7597d2406 2026-05-28 10:25:37.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-325c9f1c-2ddd-480c-b6b4-a20115a110a8 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] TaaS: Handle Delete Port: 97d57fbe-ec07-4cfd-a674-58cfea1e3833 2026-05-28 10:25:37.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325c9f1c-2ddd-480c-b6b4-a20115a110a8 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Tap Mirror: Handle Delete Port: 97d57fbe-ec07-4cfd-a674-58cfea1e3833 2026-05-28 10:25:37.628 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-325c9f1c-2ddd-480c-b6b4-a20115a110a8 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-28 10:25:38.032 7 INFO neutron.db.l3_hamode_db [None req-325c9f1c-2ddd-480c-b6b4-a20115a110a8 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] HA network 2ffab8a1-91b8-4b19-ac4a-d210737b6caf was deleted as no HA routers are present in tenant 57a052535c7049d0820ca1724a01772b. [pid: 7|app: 0|req: 9/26] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:25:36 2026] DELETE /v2.0/routers/de9776b0-3953-44aa-95c4-3f9563e77aca => generated 0 bytes in 1678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/27] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:25:38 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:25:38.447 7 INFO neutron.services.segments.plugin [-] Segment a85ec113-07fc-43c5-93d7-8cb803479bb7 resource provider aggregate not found 2026-05-28 10:25:38.455 7 INFO neutron.services.segments.plugin [-] Segment a85ec113-07fc-43c5-93d7-8cb803479bb7 resource provider aggregate not found 2026-05-28 10:25:38.467 7 INFO neutron.services.segments.plugin [-] Segment a85ec113-07fc-43c5-93d7-8cb803479bb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85ec113-07fc-43c5-93d7-8cb803479bb7 found for delete ", "request_id": "req-bf6cd263-a1ab-472f-922a-f2ffc83bd35f"}]} 2026-05-28 10:25:38.487 7 INFO neutron.services.segments.plugin [-] Segment a85ec113-07fc-43c5-93d7-8cb803479bb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85ec113-07fc-43c5-93d7-8cb803479bb7 found for delete ", "request_id": "req-f01300b5-a189-4d4b-a3ab-4bf177efeb3a"}]} 2026-05-28 10:25:39.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-0727b70b-2896-425c-bc1d-29c65de21ecb fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: 88830a56-409a-4196-8fc2-61a25a9e4f09 2026-05-28 10:25:39.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0727b70b-2896-425c-bc1d-29c65de21ecb fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: 88830a56-409a-4196-8fc2-61a25a9e4f09 [pid: 7|app: 0|req: 11/28] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:25:38 2026] PUT /v2.0/routers/794ed88a-be0b-4bfb-84b4-343d6f228abe/remove_router_interface => generated 309 bytes in 1540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:25:39.724 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddb41756-4408-4bea-91b4-77d3851d9d31 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 13/30] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:25:39 2026] DELETE /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937 => generated 266 bytes in 52 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/31] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:25:39 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:25:39.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-26f18f95-103d-47d0-8d49-75cd7870a60e fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: d443291c-dc83-491e-b623-d15723789784 2026-05-28 10:25:39.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26f18f95-103d-47d0-8d49-75cd7870a60e fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: d443291c-dc83-491e-b623-d15723789784 2026-05-28 10:25:40.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-26f18f95-103d-47d0-8d49-75cd7870a60e fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: 94c17586-4fff-4289-a200-e9f3aaaadb8d 2026-05-28 10:25:40.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26f18f95-103d-47d0-8d49-75cd7870a60e fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: 94c17586-4fff-4289-a200-e9f3aaaadb8d 2026-05-28 10:25:40.687 7 INFO neutron.services.segments.plugin [-] Segment 98580a12-8af5-423f-8948-b1bbb3ce6321 resource provider aggregate not found 2026-05-28 10:25:40.694 7 INFO neutron.services.segments.plugin [-] Segment 98580a12-8af5-423f-8948-b1bbb3ce6321 resource provider aggregate not found 2026-05-28 10:25:40.706 7 INFO neutron.services.segments.plugin [-] Segment 98580a12-8af5-423f-8948-b1bbb3ce6321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98580a12-8af5-423f-8948-b1bbb3ce6321 found for delete ", "request_id": "req-50b82f3d-26c5-43d8-a3ee-4793874507f1"}]} 2026-05-28 10:25:40.715 7 INFO neutron.services.segments.plugin [-] Segment 98580a12-8af5-423f-8948-b1bbb3ce6321 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98580a12-8af5-423f-8948-b1bbb3ce6321 found for delete ", "request_id": "req-0661fc6e-b6d1-40e4-9b84-1752023109a9"}]} 2026-05-28 10:25:40.727 7 INFO neutron.db.l3_hamode_db [None req-26f18f95-103d-47d0-8d49-75cd7870a60e fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] HA network 4e51dbf3-35bb-4615-b6dc-15839fb811b9 was deleted as no HA routers are present in tenant 1df97f7b2fbd4c54be7580a405248b18. [pid: 7|app: 0|req: 15/32] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:25:39 2026] DELETE /v2.0/routers/794ed88a-be0b-4bfb-84b4-343d6f228abe => generated 0 bytes in 978 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/33] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:25:40 2026] GET /v2.0/security-groups?tenant_id=57a052535c7049d0820ca1724a01772b&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: 17/34] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:25:40 2026] DELETE /v2.0/subnets/fb59341c-343d-425f-85f1-77f941edd6c6 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/35] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:25:41 2026] DELETE /v2.0/security-groups/67a9e16f-f9b4-46b3-95a2-d530f16c72e8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:25:41.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-56ad9c08-1f54-4e12-9bbe-39513d5a2547 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: 91ee501d-9e50-435c-bd25-89fe4e7a0c84 2026-05-28 10:25:41.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56ad9c08-1f54-4e12-9bbe-39513d5a2547 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: 91ee501d-9e50-435c-bd25-89fe4e7a0c84 [pid: 7|app: 0|req: 19/36] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:25:41 2026] DELETE /v2.0/networks/a3e072d4-5142-44f8-9c6d-9ad71bb6b699 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/37] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:25:41 2026] GET /v2.0/security-groups?tenant_id=ee2e1a35c9cd4affb27a5f31df640490&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:25:42.732 7 INFO neutron.services.segments.plugin [-] Segment 002b1a90-57e5-4dfb-aa74-8becbba17ae8 resource provider aggregate not found 2026-05-28 10:25:42.741 7 INFO neutron.services.segments.plugin [-] Segment 002b1a90-57e5-4dfb-aa74-8becbba17ae8 resource provider aggregate not found 2026-05-28 10:25:42.751 7 INFO neutron.services.segments.plugin [-] Segment 002b1a90-57e5-4dfb-aa74-8becbba17ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 002b1a90-57e5-4dfb-aa74-8becbba17ae8 found for delete ", "request_id": "req-72c9eff6-daf3-4a31-82a1-2ede1f25bd43"}]} 2026-05-28 10:25:42.762 7 INFO neutron.services.segments.plugin [-] Segment 002b1a90-57e5-4dfb-aa74-8becbba17ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 002b1a90-57e5-4dfb-aa74-8becbba17ae8 found for delete ", "request_id": "req-f2e17542-7329-49cb-8c38-3c0ea610b954"}]} 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation [req-9852cc26-c444-4e31-a1f9-9c3698dff017 req-f1f25b09-ff91-490e-b0aa-ec6911817026 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 179, in _new_conn 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 667, in send 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by ConnectTimeoutError(, 'Connection to neutron-server timed out. (connect timeout=60.0)')) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 43, in __call__ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 115, in post 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 59, in request 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 589, in request 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 703, in send 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 688, in send 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by ConnectTimeoutError(, 'Connection to neutron-server timed out. (connect timeout=60.0)')) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 681, in __call__ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 859, in find_controller 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 549, in find_controller 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 866, in handle_hooks 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 331, in handle_hooks 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/pecan_wsgi/hooks/policy_enforcement.py", line 127, in before 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/policy.py", line 529, in enforce 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1053, in enforce 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 256, in __call__ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 177, in __call__ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 47, in __call__ 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:26:35.022 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 18/38] 199.19.213.181 () {36 vars in 997 bytes} [Thu May 28 10:25:34 2026] DELETE /v2.0/ports/ab19e3ee-e851-4759-9a7b-42f6f168ed8c => generated 150 bytes in 60106 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 19/39] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:35 2026] DELETE /v2.0/security-groups/5908d7e0-0475-4a4b-9f8b-229d35130792 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/40] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:35 2026] GET /v2.0/security-groups?tenant_id=1df97f7b2fbd4c54be7580a405248b18&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/41] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:26:35 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/47] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:36 2026] DELETE /v2.0/security-groups/fdad3a30-9476-420c-8b9a-5a7ddad2623d => 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: 28/48] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:26:36 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/51] 10.0.0.240 () {34 vars in 678 bytes} [Thu May 28 10:26:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/52] 10.0.0.240 () {34 vars in 678 bytes} [Thu May 28 10:26:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/53] 10.0.0.240 () {34 vars in 678 bytes} [Thu May 28 10:26:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/54] 10.0.0.240 () {34 vars in 678 bytes} [Thu May 28 10:26:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/55] 10.0.0.240 () {34 vars in 678 bytes} [Thu May 28 10:26:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/56] 10.0.0.240 () {34 vars in 753 bytes} [Thu May 28 10:26:39 2026] PUT /v2.0/policies/17e96194-367c-441a-872f-10ac5b8fd33a/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/57] 10.0.0.240 () {34 vars in 753 bytes} [Thu May 28 10:26:40 2026] PUT /v2.0/policies/27eb8d38-e0bf-410e-8bdf-19b595954a72/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/58] 10.0.0.240 () {34 vars in 753 bytes} [Thu May 28 10:26:40 2026] PUT /v2.0/policies/6126a64a-d52f-4418-874a-2d77c83fd181/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/59] 10.0.0.240 () {34 vars in 753 bytes} [Thu May 28 10:26:40 2026] PUT /v2.0/policies/cf7629c5-4df7-47f5-a30c-2756a43bded2/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/60] 10.0.0.240 () {32 vars in 674 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/61] 10.0.0.240 () {32 vars in 688 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/62] 10.0.0.240 () {32 vars in 684 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/63] 10.0.0.240 () {32 vars in 696 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/64] 10.0.0.240 () {32 vars in 682 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/65] 10.0.0.240 () {32 vars in 696 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/66] 10.0.0.240 () {32 vars in 692 bytes} [Thu May 28 10:26:40 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/67] 10.0.0.240 () {32 vars in 704 bytes} [Thu May 28 10:26:41 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/68] 10.0.0.240 () {32 vars in 734 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/qos/policies/17e96194-367c-441a-872f-10ac5b8fd33a => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/69] 10.0.0.240 () {32 vars in 734 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/qos/policies/27eb8d38-e0bf-410e-8bdf-19b595954a72 => 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: 50/70] 10.0.0.240 () {32 vars in 734 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/qos/policies/6126a64a-d52f-4418-874a-2d77c83fd181 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/71] 10.0.0.240 () {32 vars in 734 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/qos/policies/cf7629c5-4df7-47f5-a30c-2756a43bded2 => 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: 52/72] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:41 2026] GET /v2.0/security-groups?tenant_id=2c0a7f195714481487c8cf478991440d&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/73] 10.0.0.240 () {32 vars in 734 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/qos/policies/460dcd45-bd78-41d9-a457-aae689604451 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-c034ddbf-2f5b-4d13-90e7-80e575fcdc75 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 179, in _new_conn 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 667, in send 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by ConnectTimeoutError(, 'Connection to neutron-server timed out. (connect timeout=60.0)')) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 43, in __call__ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 115, in post 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 59, in request 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 589, in request 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 703, in send 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 688, in send 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by ConnectTimeoutError(, 'Connection to neutron-server timed out. (connect timeout=60.0)')) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 681, in __call__ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 859, in find_controller 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 549, in find_controller 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 866, in handle_hooks 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 331, in handle_hooks 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/pecan_wsgi/hooks/policy_enforcement.py", line 127, in before 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/policy.py", line 529, in enforce 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1053, in enforce 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 256, in __call__ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 177, in __call__ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 47, in __call__ 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:26:41.758 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 21/74] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:25:41 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60150 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/75] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:26:41 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/76] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/security-groups/1c2271b6-daaf-4e71-a11a-31c67fb2bdcb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/77] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:26:41 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/78] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:42 2026] GET /v2.0/security-groups?tenant_id=e22055029fd84c99b1797e912f7470ee&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/79] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:42 2026] DELETE /v2.0/security-groups/700a0bba-5d0f-4bbb-96ba-5a9e035fa87a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/80] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:42 2026] GET /v2.0/security-groups?tenant_id=107e8d44542c41e9b45eed87e3f8acdb&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/81] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:42 2026] DELETE /v2.0/security-groups/64f32ae4-0418-4cc1-8fde-fb28926a5b7b => 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: 29/82] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:42 2026] GET /v2.0/security-groups?tenant_id=72caacd59401486da2b03109e3f8183f&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/83] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:43 2026] DELETE /v2.0/security-groups/41a5ad67-0f67-4d0b-859d-9fa2faaf5f46 => 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: 31/84] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:43 2026] GET /v2.0/security-groups?tenant_id=c1901be78ad04a3387a7a53e8db3fdf7&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/85] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:43 2026] DELETE /v2.0/security-groups/c7b3f1b4-ab47-4157-bfdb-16f9f1685ed6 => 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: 33/86] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:46 2026] GET /v2.0/security-groups?tenant_id=d89cd5a2d05b48908b7b830941e0aa16&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/87] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:46 2026] DELETE /v2.0/security-groups/ab487aa5-2c76-4a4f-a17a-dda5b94e559e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/88] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:46 2026] GET /v2.0/security-groups?tenant_id=ff47882da42d4ac48b4f952e0e2da2c2&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/89] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:46 2026] DELETE /v2.0/security-groups/8141a794-535c-4c27-9d82-0930ca7b97ae => 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: 37/90] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:26:47 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/91] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:26:47 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:26:48.172 7 INFO neutron.db.segments_db [None req-9ad961a9-b545-4462-9b60-084834e551f3 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Added segment 796a8531-d83a-4109-8bbe-a62751187210 of type vxlan for network 97f3e3be-2e4d-4139-aeb1-4f86dcad6d20 2026-05-28 10:26:48.427 7 INFO neutron.db.l3_hamode_db [None req-9ad961a9-b545-4462-9b60-084834e551f3 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:26:48.579 7 INFO neutron.db.l3_hamode_db [None req-9ad961a9-b545-4462-9b60-084834e551f3 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 39/92] 10.0.0.240 () {34 vars in 668 bytes} [Thu May 28 10:26:47 2026] POST /v2.0/routers => generated 474 bytes in 1384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:26:49.392 7 INFO neutron.db.l3_hamode_db [None req-752a8357-44d8-4e26-afb2-6726e44eec2d 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:26:49.522 7 INFO neutron.db.l3_hamode_db [None req-752a8357-44d8-4e26-afb2-6726e44eec2d 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 40/93] 10.0.0.240 () {34 vars in 668 bytes} [Thu May 28 10:26:49 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:26:50.174 7 INFO neutron.db.l3_hamode_db [None req-bf9f2fcf-c725-40ab-8f78-efaea0cc3d1e 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:26:50.774 7 INFO neutron.db.l3_hamode_db [None req-bf9f2fcf-c725-40ab-8f78-efaea0cc3d1e 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 41/94] 10.0.0.240 () {34 vars in 668 bytes} [Thu May 28 10:26:50 2026] POST /v2.0/routers => generated 474 bytes in 1208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:26:51.397 7 INFO neutron.db.l3_hamode_db [None req-5eec1b63-53a3-4e49-ba2d-8ee832bcc9df 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:26:51.507 7 INFO neutron.db.l3_hamode_db [None req-5eec1b63-53a3-4e49-ba2d-8ee832bcc9df 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 42/95] 10.0.0.240 () {34 vars in 668 bytes} [Thu May 28 10:26:51 2026] POST /v2.0/routers => generated 474 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/96] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:26:52 2026] GET /v2.0/security-groups?tenant_id=b93e65fb9b2c4be084e3c326bfa24fa5&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:26:52.409 7 INFO neutron.db.l3_hamode_db [None req-4975492c-6098-4b8f-8261-b2ea8d199bb2 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:26:52.519 7 INFO neutron.db.l3_hamode_db [None req-4975492c-6098-4b8f-8261-b2ea8d199bb2 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 44/97] 10.0.0.240 () {34 vars in 668 bytes} [Thu May 28 10:26:52 2026] POST /v2.0/routers => generated 474 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/98] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:26:53 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/99] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:26:53 2026] DELETE /v2.0/security-groups/8bc8d0db-585d-4ceb-8fac-3370aece8e7a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 10.0.0.240 () {34 vars in 751 bytes} [Thu May 28 10:26:53 2026] PUT /v2.0/routers/a99625e9-0481-485c-8e66-27981a64da90/tags => generated 17 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:26:53 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 10.0.0.240 () {34 vars in 751 bytes} [Thu May 28 10:26:53 2026] PUT /v2.0/routers/15328493-2eb8-42f6-8238-fa28d392cad8/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/105] 10.0.0.240 () {34 vars in 751 bytes} [Thu May 28 10:26:53 2026] PUT /v2.0/routers/508a7c9d-8f82-4c7f-8c51-d402d141e3c2/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 10.0.0.240 () {34 vars in 751 bytes} [Thu May 28 10:26:53 2026] PUT /v2.0/routers/4b40bbc8-b652-403a-974c-0d5415b2e688/tags => generated 19 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 10.0.0.240 () {32 vars in 664 bytes} [Thu May 28 10:26:53 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 10.0.0.240 () {32 vars in 678 bytes} [Thu May 28 10:26:53 2026] GET /v2.0/routers?tags=red%2Cblue => 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: 56/109] 10.0.0.240 () {32 vars in 674 bytes} [Thu May 28 10:26:53 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 10.0.0.240 () {32 vars in 686 bytes} [Thu May 28 10:26:54 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 10.0.0.240 () {32 vars in 672 bytes} [Thu May 28 10:26:54 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 10.0.0.240 () {32 vars in 686 bytes} [Thu May 28 10:26:54 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/113] 10.0.0.240 () {32 vars in 682 bytes} [Thu May 28 10:26:54 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/114] 10.0.0.240 () {32 vars in 694 bytes} [Thu May 28 10:26:54 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/115] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:26:54 2026] GET /v2.0/routers/a99625e9-0481-485c-8e66-27981a64da90 => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/116] 10.0.0.240 () {34 vars in 742 bytes} [Thu May 28 10:26:54 2026] PUT /v2.0/routers/a99625e9-0481-485c-8e66-27981a64da90 => generated 485 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:26:55.380 7 INFO neutron.db.segments_db [None req-d928061d-e0d3-42e4-a918-549b938d2b49 52fdea89e9984c2499a77190bf4846d3 6c48d3fc1f214688a8ce08566dbd7126 - - default default] Added segment a743bb52-ec32-4259-9184-073fd909c8eb of type vxlan for network 9a058ffd-8724-4351-abb0-46020ccece2a 2026-05-28 10:26:55.460 7 INFO neutron.db.segments_db [None req-d928061d-e0d3-42e4-a918-549b938d2b49 52fdea89e9984c2499a77190bf4846d3 6c48d3fc1f214688a8ce08566dbd7126 - - default default] Added segment a05fb7cf-44d9-4265-a897-76d755d43d60 of type vxlan for network f79ec549-47c8-4030-839b-649aa50db8de [pid: 7|app: 0|req: 64/117] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:26:55 2026] POST /v2.0/networks => generated 1207 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/118] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:26:55 2026] GET /v2.0/ports?device_id=a99625e9-0481-485c-8e66-27981a64da90 => 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: 66/119] 10.0.0.240 () {32 vars in 649 bytes} [Thu May 28 10:26:55 2026] GET /v2.0/networks => generated 1844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:26:55.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-026e0a20-9246-4a36-be64-453b9e552937 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] TaaS: Handle Delete Port: 18b85698-76f5-4fac-90ed-689835fbd55a 2026-05-28 10:26:55.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-026e0a20-9246-4a36-be64-453b9e552937 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Tap Mirror: Handle Delete Port: 18b85698-76f5-4fac-90ed-689835fbd55a [pid: 7|app: 0|req: 67/120] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:26:55 2026] DELETE /v2.0/routers/a99625e9-0481-485c-8e66-27981a64da90 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:26:56.214 7 INFO neutron.services.segments.plugin [-] Segment a743bb52-ec32-4259-9184-073fd909c8eb resource provider aggregate not found 2026-05-28 10:26:56.220 7 INFO neutron.services.segments.plugin [-] Segment a743bb52-ec32-4259-9184-073fd909c8eb resource provider aggregate not found 2026-05-28 10:26:56.238 7 INFO neutron.services.segments.plugin [-] Segment a743bb52-ec32-4259-9184-073fd909c8eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a743bb52-ec32-4259-9184-073fd909c8eb found for delete ", "request_id": "req-7b3d4f3b-7060-4aec-9ca5-4148bd4f1c44"}]} 2026-05-28 10:26:56.243 7 INFO neutron.services.segments.plugin [-] Segment a743bb52-ec32-4259-9184-073fd909c8eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a743bb52-ec32-4259-9184-073fd909c8eb found for delete ", "request_id": "req-52e5fd9e-71b5-4e93-8933-5142ed5c49b8"}]} [pid: 7|app: 0|req: 68/121] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:26:56 2026] DELETE /v2.0/networks/9a058ffd-8724-4351-abb0-46020ccece2a => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/122] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:26:56 2026] GET /v2.0/routers/15328493-2eb8-42f6-8238-fa28d392cad8 => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/123] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:26:56 2026] DELETE /v2.0/networks/f79ec549-47c8-4030-839b-649aa50db8de => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/124] 10.0.0.240 () {34 vars in 742 bytes} [Thu May 28 10:26:56 2026] PUT /v2.0/routers/15328493-2eb8-42f6-8238-fa28d392cad8 => generated 493 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/125] 10.0.0.240 () {32 vars in 649 bytes} [Thu May 28 10:26:56 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/126] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:26:57 2026] GET /v2.0/ports?device_id=15328493-2eb8-42f6-8238-fa28d392cad8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:26:57.093 7 INFO neutron.db.segments_db [None req-2b8f4b4b-8493-4949-a721-38ac07eb8dfd 52fdea89e9984c2499a77190bf4846d3 6c48d3fc1f214688a8ce08566dbd7126 - - default default] Added segment d05e6a04-b04a-4102-bb80-6c8a1094bab8 of type vxlan for network aaa803e2-e175-4d2d-9022-adfda26014b0 [pid: 7|app: 0|req: 74/127] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:26:57 2026] POST /v2.0/networks => generated 635 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:26:57.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-e775e76c-19bd-474d-b85a-9ef39c8738c8 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] TaaS: Handle Delete Port: 85029ab2-36dc-4343-a29d-363100a8f5bb 2026-05-28 10:26:57.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e775e76c-19bd-474d-b85a-9ef39c8738c8 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Tap Mirror: Handle Delete Port: 85029ab2-36dc-4343-a29d-363100a8f5bb [pid: 7|app: 0|req: 75/128] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:26:57 2026] DELETE /v2.0/routers/15328493-2eb8-42f6-8238-fa28d392cad8 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:26:57.647 7 INFO neutron.db.segments_db [None req-57c8ae24-217b-4bee-9291-54d16acdb22e 52fdea89e9984c2499a77190bf4846d3 6c48d3fc1f214688a8ce08566dbd7126 - - default default] Added segment 5a404978-c1eb-4e47-aecc-b77d93a19300 of type vxlan for network d9aeebae-c357-466e-96a4-e493787b2ede [pid: 7|app: 0|req: 76/129] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:26:57 2026] POST /v2.0/networks => generated 634 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/130] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:26:57 2026] GET /v2.0/routers/508a7c9d-8f82-4c7f-8c51-d402d141e3c2 => generated 502 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:26:58.463 7 INFO neutron.services.segments.plugin [-] Segment a05fb7cf-44d9-4265-a897-76d755d43d60 resource provider aggregate not found 2026-05-28 10:26:58.466 7 INFO neutron.services.segments.plugin [-] Segment a05fb7cf-44d9-4265-a897-76d755d43d60 resource provider aggregate not found 2026-05-28 10:26:58.484 7 INFO neutron.services.segments.plugin [-] Segment a05fb7cf-44d9-4265-a897-76d755d43d60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05fb7cf-44d9-4265-a897-76d755d43d60 found for delete ", "request_id": "req-874968c7-a205-4cf0-9fce-a200105374d1"}]} 2026-05-28 10:26:58.486 7 INFO neutron.services.segments.plugin [-] Segment a05fb7cf-44d9-4265-a897-76d755d43d60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a05fb7cf-44d9-4265-a897-76d755d43d60 found for delete ", "request_id": "req-176b3d91-1332-45c0-85f2-f102ad3a719c"}]} [pid: 7|app: 0|req: 78/131] 10.0.0.240 () {34 vars in 665 bytes} [Thu May 28 10:26:57 2026] POST /v2.0/ports => generated 1506 bytes in 1041 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: 79/132] 10.0.0.240 () {34 vars in 742 bytes} [Thu May 28 10:26:58 2026] PUT /v2.0/routers/508a7c9d-8f82-4c7f-8c51-d402d141e3c2 => generated 502 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/133] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:26:59 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/134] 10.0.0.240 () {32 vars in 643 bytes} [Thu May 28 10:26:59 2026] GET /v2.0/ports => generated 1506 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/135] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:26:59 2026] GET /v2.0/ports?device_id=508a7c9d-8f82-4c7f-8c51-d402d141e3c2 => 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: 83/136] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:26:59 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-11d3aedd-ddb8-4718-992d-90a5fa087670 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 95, in create_connection 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 416, in _make_request 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 244, in request 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 205, in connect 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connection.py", line 179, in _new_conn 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 667, in send 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by ConnectTimeoutError(, 'Connection to neutron-server timed out. (connect timeout=60.0)')) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 43, in __call__ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 115, in post 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/api.py", line 59, in request 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 589, in request 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/sessions.py", line 703, in send 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/requests/adapters.py", line 688, in send 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='neutron-server', port=9697): Max retries exceeded with url: /port-delete (Caused by ConnectTimeoutError(, 'Connection to neutron-server timed out. (connect timeout=60.0)')) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 681, in __call__ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 859, in find_controller 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 549, in find_controller 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 866, in handle_hooks 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/pecan/core.py", line 331, in handle_hooks 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/pecan_wsgi/hooks/policy_enforcement.py", line 127, in before 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/neutron/policy.py", line 529, in enforce 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/policy.py", line 1053, in enforce 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 256, in __call__ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 177, in __call__ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_checks.py", line 79, in _check 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation File "/var/lib/openstack/lib/python3.12/site-packages/oslo_policy/_external.py", line 47, in __call__ 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:27:41.840 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 54/137] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:26:41 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60257 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:27:42.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-4669f763-1625-4821-ad34-50da98d33405 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] TaaS: Handle Delete Port: c5c3af46-655e-4c5e-950f-2d0b53afffea 2026-05-28 10:27:42.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4669f763-1625-4821-ad34-50da98d33405 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] Tap Mirror: Handle Delete Port: c5c3af46-655e-4c5e-950f-2d0b53afffea 2026-05-28 10:27:42.138 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-4669f763-1625-4821-ad34-50da98d33405 700eb80e10a24022a9a6524b33b8bcd3 c043faa4bd874774a80fac649d2d23a7 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 55/138] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:27:41 2026] DELETE /v2.0/routers/508a7c9d-8f82-4c7f-8c51-d402d141e3c2 => generated 0 bytes in 431 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/139] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:27:42 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)