+ 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:13:32 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 0x7f2a544f3668 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:13:37.047 8 INFO neutron.common.config [-] Logging enabled! 2026-05-28 10:13:37.047 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 10:13:37.084 7 INFO neutron.common.config [-] Logging enabled! 2026-05-28 10:13:37.084 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-28 10:13:37.473 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 10:13:37.517 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-28 10:13:39.017 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:13:39.021 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 10:13:39.027 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 10:13:39.028 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:13:39.029 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 10:13:39.029 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 10:13:39.029 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:13:39.040 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:13:39.040 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:13:39.041 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:13:39.069 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 10:13:39.071 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:13:39.071 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 10:13:39.101 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 10:13:39.102 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 10:13:39.102 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 10:13:39.102 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 10:13:39.156 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:13:39.160 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-28 10:13:39.163 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-28 10:13:39.164 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-28 10:13:39.165 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-28 10:13:39.165 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-28 10:13:39.165 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:13:39.173 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:13:39.173 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-28 10:13:39.174 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:13:39.205 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-28 10:13:39.207 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-28 10:13:39.207 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-28 10:13:39.238 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-28 10:13:39.239 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-28 10:13:39.239 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-28 10:13:39.239 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-28 10:13:39.401 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 10:13:39.539 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing driver for type 'vlan' 2026-05-28 10:13:39.698 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 10:13:39.698 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 10:13:39.699 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 10:13:39.712 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 10:13:39.713 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 10:13:39.713 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 10:13:39.713 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 10:13:39.713 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing extension driver 'qos' 2026-05-28 10:13:39.713 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 10:13:39.713 7 INFO neutron.plugins.ml2.managers [None req-b7306772-7bd1-415a-b597-7bf4ba170d69 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 10:13:39.727 7 INFO neutron.quota [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded quota_driver: . 2026-05-28 10:13:39.727 7 INFO neutron.plugins.ml2.plugin [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 10:13:39.728 7 INFO neutron.plugins.ml2.managers [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 10:13:39.728 7 INFO neutron.plugins.ml2.managers [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 10:13:39.728 7 INFO neutron.plugins.ml2.managers [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 10:13:39.728 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: qos 2026-05-28 10:13:39.741 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: router 2026-05-28 10:13:39.782 7 INFO neutron.services.service_base [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 10:13:39.782 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: segments 2026-05-28 10:13:39.859 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] VlanTypeDriver initialization complete 2026-05-28 10:13:39.859 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing driver for type 'vxlan' 2026-05-28 10:13:39.859 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing extension driver 'port_security' 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.extensions.port_security [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing extension driver 'qos' 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-28 10:13:39.873 8 INFO neutron.plugins.ml2.managers [None req-dfb0a90a-eb2b-4af7-80ad-e2d06d39e290 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-28 10:13:39.883 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: trunk 2026-05-28 10:13:39.889 8 INFO neutron.quota [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded quota_driver: . 2026-05-28 10:13:39.889 8 INFO neutron.plugins.ml2.plugin [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Modular L2 Plugin initialization complete 2026-05-28 10:13:39.889 8 INFO neutron.plugins.ml2.managers [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-28 10:13:39.890 8 INFO neutron.plugins.ml2.managers [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-28 10:13:39.890 8 INFO neutron.plugins.ml2.managers [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Got port-security extension from driver 'port_security' 2026-05-28 10:13:39.890 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: qos 2026-05-28 10:13:39.899 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: vpnaas 2026-05-28 10:13:39.903 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: router 2026-05-28 10:13:39.937 7 WARNING stevedore.named [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:13:39.944 8 INFO neutron.services.service_base [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-28 10:13:39.944 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: segments 2026-05-28 10:13:40.000 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 10:13:40.001 7 INFO neutron.common.utils [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 10:13:40.001 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: taas 2026-05-28 10:13:40.023 7 WARNING stevedore.named [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:13:40.023 7 WARNING stevedore.named [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:13:40.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:13:40.045 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: tapmirror 2026-05-28 10:13:40.047 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: trunk 2026-05-28 10:13:40.054 7 WARNING stevedore.named [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:13:40.055 7 WARNING stevedore.named [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:13:40.063 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: vpnaas 2026-05-28 10:13:40.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:13:40.081 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: auto_allocate 2026-05-28 10:13:40.086 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: tag 2026-05-28 10:13:40.094 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: timestamp 2026-05-28 10:13:40.097 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 10:13:40.101 8 WARNING stevedore.named [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:13:40.102 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: flavors 2026-05-28 10:13:40.105 7 INFO neutron.manager [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loading Plugin: revisions 2026-05-28 10:13:40.109 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Initializing extension manager. 2026-05-28 10:13:40.111 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: address-group 2026-05-28 10:13:40.112 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: address-scope 2026-05-28 10:13:40.112 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 10:13:40.113 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: agent 2026-05-28 10:13:40.114 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 10:13:40.115 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 10:13:40.115 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 10:13:40.116 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: availability_zone 2026-05-28 10:13:40.117 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 10:13:40.117 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 10:13:40.118 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: default-subnetpools 2026-05-28 10:13:40.119 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 10:13:40.120 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: dns-integration 2026-05-28 10:13:40.120 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 10:13:40.121 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 10:13:40.122 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: dvr 2026-05-28 10:13:40.122 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 10:13:40.123 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 10:13:40.123 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:13:40.124 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 10:13:40.124 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: external-net 2026-05-28 10:13:40.125 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 10:13:40.125 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: extraroute 2026-05-28 10:13:40.126 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 10:13:40.127 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 10:13:40.127 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 10:13:40.129 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 10:13:40.130 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 10:13:40.130 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: fip-port-details 2026-05-28 10:13:40.131 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: flavors 2026-05-28 10:13:40.133 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 10:13:40.133 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: floatingip-pools 2026-05-28 10:13:40.134 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: ip_allocation 2026-05-28 10:13:40.135 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 10:13:40.135 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: l2_adjacency 2026-05-28 10:13:40.136 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: router 2026-05-28 10:13:40.138 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:13:40.139 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 10:13:40.139 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 10:13:40.140 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 10:13:40.140 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: l3-ha 2026-05-28 10:13:40.141 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:13:40.141 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 10:13:40.142 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: l3-flavors 2026-05-28 10:13:40.143 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:13:40.143 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 10:13:40.145 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 10:13:40.147 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 10:13:40.148 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 10:13:40.149 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 10:13:40.149 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 10:13:40.150 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: multi-provider 2026-05-28 10:13:40.150 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: net-mtu 2026-05-28 10:13:40.151 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 10:13:40.151 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: network_availability_zone 2026-05-28 10:13:40.152 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: network_ha 2026-05-28 10:13:40.153 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: network-ip-availability 2026-05-28 10:13:40.154 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 10:13:40.154 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: pagination 2026-05-28 10:13:40.155 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-device-profile 2026-05-28 10:13:40.155 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 10:13:40.156 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 10:13:40.156 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 10:13:40.157 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-mac-override 2026-05-28 10:13:40.157 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 10:13:40.158 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 10:13:40.158 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 10:13:40.159 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-resource-request 2026-05-28 10:13:40.162 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 10:13:40.162 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 10:13:40.163 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: binding 2026-05-28 10:13:40.164 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: binding-extended 2026-05-28 10:13:40.164 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-security 2026-05-28 10:13:40.165 8 INFO neutron_vpnaas.services.vpn.plugin [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-28 10:13:40.165 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: project-id 2026-05-28 10:13:40.165 8 INFO neutron.common.utils [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-28 10:13:40.165 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: taas 2026-05-28 10:13:40.165 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: provider 2026-05-28 10:13:40.166 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 10:13:40.168 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos 2026-05-28 10:13:40.169 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 10:13:40.169 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 10:13:40.170 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-default 2026-05-28 10:13:40.170 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-fip 2026-05-28 10:13:40.171 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 10:13:40.171 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 10:13:40.172 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 10:13:40.173 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 10:13:40.173 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 10:13:40.174 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-pps 2026-05-28 10:13:40.174 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 10:13:40.175 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 10:13:40.175 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 10:13:40.176 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: quota-check-limit 2026-05-28 10:13:40.177 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 10:13:40.179 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: quotas 2026-05-28 10:13:40.180 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: quota_details 2026-05-28 10:13:40.182 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: rbac-policies 2026-05-28 10:13:40.182 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: rbac-address-group 2026-05-28 10:13:40.183 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 10:13:40.183 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 10:13:40.184 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 10:13:40.184 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: revision-if-match 2026-05-28 10:13:40.185 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 10:13:40.186 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: router_availability_zone 2026-05-28 10:13:40.186 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 10:13:40.188 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 10:13:40.188 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 10:13:40.189 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 10:13:40.189 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 10:13:40.190 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 10:13:40.190 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 10:13:40.191 8 WARNING stevedore.named [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:13:40.191 8 WARNING stevedore.named [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:13:40.195 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: security-group 2026-05-28 10:13:40.197 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: segment 2026-05-28 10:13:40.197 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 10:13:40.198 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: service-type 2026-05-28 10:13:40.198 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: sorting 2026-05-28 10:13:40.199 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 10:13:40.199 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: standard-attr-description 2026-05-28 10:13:40.200 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: stateful-security-group 2026-05-28 10:13:40.200 7 WARNING neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] 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:13:40.201 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 10:13:40.201 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: subnet-external-network 2026-05-28 10:13:40.202 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: subnet_onboard 2026-05-28 10:13:40.203 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 10:13:40.203 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: subnet-service-types 2026-05-28 10:13:40.204 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: subnet_allocation 2026-05-28 10:13:40.205 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 10:13:40.205 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: tag-creation 2026-05-28 10:13:40.206 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 10:13:40.210 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 10:13:40.210 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 10:13:40.211 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: trunk 2026-05-28 10:13:40.211 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: trunk-details 2026-05-28 10:13:40.212 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 10:13:40.212 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 10:13:40.213 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 10:13:40.214 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 10:13:40.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:13:40.215 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: tapmirror 2026-05-28 10:13:40.216 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 10:13:40.216 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 10:13:40.217 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: vpn-flavors 2026-05-28 10:13:40.219 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: vpnaas 2026-05-28 10:13:40.220 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: taas 2026-05-28 10:13:40.221 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: tap-mirror 2026-05-28 10:13:40.222 7 INFO neutron.api.extensions [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 10:13:40.224 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 10:13:40.225 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 10:13:40.225 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.225 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 10:13:40.228 8 WARNING stevedore.named [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-28 10:13:40.228 8 WARNING stevedore.named [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-28 10:13:40.228 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:13:40.229 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:13:40.233 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:13:40.234 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:13:40.234 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:13:40.235 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.235 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.236 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.236 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.236 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:13:40.237 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.237 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.238 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:13:40.238 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:13:40.239 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:13:40.239 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.239 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ipsecpolicy is already registered 2026-05-28 10:13:40.239 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.240 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ikepolicy is already registered 2026-05-28 10:13:40.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-28 10:13:40.244 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: auto_allocate 2026-05-28 10:13:40.244 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:13:40.244 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] router is already registered 2026-05-28 10:13:40.245 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:13:40.245 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] floatingip is already registered 2026-05-28 10:13:40.249 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:13:40.249 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] rbac_policy is already registered 2026-05-28 10:13:40.249 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:13:40.249 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] security_group is already registered 2026-05-28 10:13:40.250 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:13:40.250 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] security_group_rule is already registered 2026-05-28 10:13:40.251 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.251 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.251 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.251 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.252 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:13:40.252 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] trunk is already registered 2026-05-28 10:13:40.252 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.253 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ikepolicy is already registered 2026-05-28 10:13:40.253 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.253 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ipsecpolicy is already registered 2026-05-28 10:13:40.253 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:13:40.254 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] endpoint_group is already registered 2026-05-28 10:13:40.254 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:13:40.254 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: tag 2026-05-28 10:13:40.254 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] vpnservice is already registered 2026-05-28 10:13:40.254 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:13:40.255 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ipsec_site_connection is already registered 2026-05-28 10:13:40.255 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.255 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ipsecpolicy is already registered 2026-05-28 10:13:40.255 7 INFO neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.256 7 WARNING neutron.quota.resource_registry [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] ikepolicy is already registered 2026-05-28 10:13:40.263 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: timestamp 2026-05-28 10:13:40.266 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: network_ip_availability 2026-05-28 10:13:40.270 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: flavors 2026-05-28 10:13:40.274 8 INFO neutron.manager [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loading Plugin: revisions 2026-05-28 10:13:40.277 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Initializing extension manager. 2026-05-28 10:13:40.279 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: address-group 2026-05-28 10:13:40.280 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: address-scope 2026-05-28 10:13:40.280 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-28 10:13:40.281 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: agent 2026-05-28 10:13:40.282 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: agent-resources-synced 2026-05-28 10:13:40.283 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: allowed-address-pairs 2026-05-28 10:13:40.284 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: auto-allocated-topology 2026-05-28 10:13:40.284 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: availability_zone 2026-05-28 10:13:40.285 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: availability_zone_filter 2026-05-28 10:13:40.285 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-28 10:13:40.286 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: default-subnetpools 2026-05-28 10:13:40.287 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-28 10:13:40.288 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: dns-integration 2026-05-28 10:13:40.288 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: dns-domain-ports 2026-05-28 10:13:40.289 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-28 10:13:40.289 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: dvr 2026-05-28 10:13:40.290 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-28 10:13:40.290 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: empty-string-filtering 2026-05-28 10:13:40.291 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:13:40.292 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-28 10:13:40.293 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: external-net 2026-05-28 10:13:40.293 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-28 10:13:40.294 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: extraroute 2026-05-28 10:13:40.294 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: extraroute-atomic 2026-05-28 10:13:40.294 7 WARNING keystonemiddleware._common.config [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 10:13:40.295 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-28 10:13:40.295 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-28 10:13:40.296 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-28 10:13:40.296 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-28 10:13:40.297 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: fip-port-details 2026-05-28 10:13:40.298 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: flavors 2026-05-28 10:13:40.299 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-28 10:13:40.300 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: floatingip-pools 2026-05-28 10:13:40.301 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: ip_allocation 2026-05-28 10:13:40.301 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: ip-substring-filtering 2026-05-28 10:13:40.302 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: l2_adjacency 2026-05-28 10:13:40.302 7 WARNING oslo_config.cfg [None req-b0f574fa-8350-473a-9228-0104a90f97cf - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-28 10:13:40.303 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: router WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2a544f3668 pid: 7 (default app) 2026-05-28 10:13:40.305 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-28 10:13:40.306 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-28 10:13:40.306 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-28 10:13:40.307 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: ext-gw-mode 2026-05-28 10:13:40.307 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: l3-ha 2026-05-28 10:13:40.308 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:13:40.308 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-28 10:13:40.309 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: l3-flavors 2026-05-28 10:13:40.310 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-28 10:13:40.310 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-28 10:13:40.312 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-28 10:13:40.313 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-28 10:13:40.314 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-28 10:13:40.315 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-28 10:13:40.316 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-28 10:13:40.317 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: multi-provider 2026-05-28 10:13:40.318 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: net-mtu 2026-05-28 10:13:40.318 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: net-mtu-writable 2026-05-28 10:13:40.319 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: network_availability_zone 2026-05-28 10:13:40.319 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: network_ha 2026-05-28 10:13:40.320 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: network-ip-availability 2026-05-28 10:13:40.322 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-28 10:13:40.323 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: pagination 2026-05-28 10:13:40.323 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-device-profile 2026-05-28 10:13:40.324 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-28 10:13:40.324 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-28 10:13:40.325 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-28 10:13:40.326 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-mac-override 2026-05-28 10:13:40.326 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-28 10:13:40.327 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-28 10:13:40.327 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-28 10:13:40.328 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-resource-request 2026-05-28 10:13:40.328 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-resource-request-groups 2026-05-28 10:13:40.329 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-28 10:13:40.329 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: binding 2026-05-28 10:13:40.330 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: binding-extended 2026-05-28 10:13:40.331 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-security 2026-05-28 10:13:40.331 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: project-id 2026-05-28 10:13:40.331 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: provider 2026-05-28 10:13:40.332 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-28 10:13:40.334 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos 2026-05-28 10:13:40.335 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-28 10:13:40.335 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-28 10:13:40.336 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-default 2026-05-28 10:13:40.336 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-fip 2026-05-28 10:13:40.337 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-28 10:13:40.337 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-gateway-ip 2026-05-28 10:13:40.338 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-port-network-policy 2026-05-28 10:13:40.339 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-pps-minimum 2026-05-28 10:13:40.339 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-28 10:13:40.340 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-pps 2026-05-28 10:13:40.340 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-rule-type-details 2026-05-28 10:13:40.341 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-28 10:13:40.341 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: qos-rules-alias 2026-05-28 10:13:40.342 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: quota-check-limit 2026-05-28 10:13:40.343 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: quota-check-limit-default 2026-05-28 10:13:40.345 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: quotas 2026-05-28 10:13:40.346 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: quota_details 2026-05-28 10:13:40.347 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: rbac-policies 2026-05-28 10:13:40.348 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: rbac-address-group 2026-05-28 10:13:40.348 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: rbac-address-scope 2026-05-28 10:13:40.349 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: rbac-security-groups 2026-05-28 10:13:40.349 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: rbac-subnetpool 2026-05-28 10:13:40.350 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: revision-if-match 2026-05-28 10:13:40.351 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: standard-attr-revisions 2026-05-28 10:13:40.351 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: router_availability_zone 2026-05-28 10:13:40.352 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-28 10:13:40.353 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: security-groups-default-rules 2026-05-28 10:13:40.354 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-28 10:13:40.354 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-28 10:13:40.355 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-28 10:13:40.355 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-28 10:13:40.356 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-28 10:13:40.360 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: security-group 2026-05-28 10:13:40.361 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: segment 2026-05-28 10:13:40.362 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-28 10:13:40.362 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: service-type 2026-05-28 10:13:40.363 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: sorting 2026-05-28 10:13:40.363 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: standard-attr-segment 2026-05-28 10:13:40.364 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: standard-attr-description 2026-05-28 10:13:40.365 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: stateful-security-group 2026-05-28 10:13:40.365 8 WARNING neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] 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:13:40.365 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-28 10:13:40.366 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: subnet-external-network 2026-05-28 10:13:40.367 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: subnet_onboard 2026-05-28 10:13:40.367 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-28 10:13:40.368 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: subnet-service-types 2026-05-28 10:13:40.368 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: subnet_allocation 2026-05-28 10:13:40.369 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-28 10:13:40.369 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: tag-creation 2026-05-28 10:13:40.370 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-28 10:13:40.374 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: standard-attr-tag 2026-05-28 10:13:40.374 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-28 10:13:40.375 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: trunk 2026-05-28 10:13:40.376 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: trunk-details 2026-05-28 10:13:40.376 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-28 10:13:40.377 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-28 10:13:40.377 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-28 10:13:40.378 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-28 10:13:40.380 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-28 10:13:40.381 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-28 10:13:40.381 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: vpn-flavors 2026-05-28 10:13:40.383 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: vpnaas 2026-05-28 10:13:40.384 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: taas 2026-05-28 10:13:40.385 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: tap-mirror 2026-05-28 10:13:40.386 8 INFO neutron.api.extensions [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Loaded extension: taas-vlan-filter 2026-05-28 10:13:40.389 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-28 10:13:40.389 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-28 10:13:40.389 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.389 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-28 10:13:40.392 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:13:40.393 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:13:40.397 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:13:40.398 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:13:40.399 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:13:40.399 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.400 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.400 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.400 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.401 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:13:40.401 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.402 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.402 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:13:40.402 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:13:40.403 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:13:40.403 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.403 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ipsecpolicy is already registered 2026-05-28 10:13:40.404 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.404 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ikepolicy is already registered 2026-05-28 10:13:40.408 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-28 10:13:40.408 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] router is already registered 2026-05-28 10:13:40.409 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-28 10:13:40.409 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] floatingip is already registered 2026-05-28 10:13:40.413 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-28 10:13:40.413 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] rbac_policy is already registered 2026-05-28 10:13:40.413 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-28 10:13:40.413 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] security_group is already registered 2026-05-28 10:13:40.414 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-28 10:13:40.414 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] security_group_rule is already registered 2026-05-28 10:13:40.415 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.415 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.415 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-28 10:13:40.415 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] subnetpool is already registered 2026-05-28 10:13:40.416 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-28 10:13:40.416 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] trunk is already registered 2026-05-28 10:13:40.416 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.417 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ikepolicy is already registered 2026-05-28 10:13:40.417 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.417 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ipsecpolicy is already registered 2026-05-28 10:13:40.417 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-28 10:13:40.418 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] endpoint_group is already registered 2026-05-28 10:13:40.418 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-28 10:13:40.418 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] vpnservice is already registered 2026-05-28 10:13:40.418 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-28 10:13:40.419 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ipsec_site_connection is already registered 2026-05-28 10:13:40.419 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-28 10:13:40.419 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ipsecpolicy is already registered 2026-05-28 10:13:40.419 8 INFO neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-28 10:13:40.420 8 WARNING neutron.quota.resource_registry [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] ikepolicy is already registered 2026-05-28 10:13:40.458 8 WARNING keystonemiddleware._common.config [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-28 10:13:40.464 8 WARNING oslo_config.cfg [None req-4c23ed1d-9059-4502-9bd6-2eb8add626ba - - - - - -] 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 0x7f2a544f3668 pid: 8 (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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-b348a0eb-e75c-43d5-bbf2-236e742a596e 01f000f2a9d54761b3e4d9e48d7d6544 6633f215d7774d83b35b2a811c8e5004 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:46.839 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:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:14:46.839 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 4/4] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:13:46 2026] DELETE /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e => generated 150 bytes in 60716 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/5] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:14:46 2026] DELETE /v2.0/security-groups/68efb202-e47f-4018-967b-667b097abe1e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/6] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:14:46 2026] GET /v2.0/ports?device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 969 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/8] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:14:47 2026] GET /v2.0/ports?device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/14] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:14:48 2026] GET /v2.0/security-groups?tenant_id=4390637e17c64adda68cce46cb2795a8&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-6ebf5f3d-fc25-4752-b154-7ae6f7a6b6ca bf931775c25048c5be2b3dd2054db011 b889567fd2914a20b74303ff920ee7d7 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:48.306 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:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:14:48.306 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 1/15] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:13:47 2026] DELETE /v2.0/ports/065b5c86-28cc-4f90-8b9b-96adc6e3fa2e => generated 150 bytes in 61158 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2/16] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:14:48 2026] DELETE /v2.0/security-groups/0d361181-7b14-43d2-8aa5-d091bec6dec7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/17] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:14:48 2026] GET /v2.0/security-groups?id=ba90f69b-9c96-43ca-81d7-4f24d059ef0d&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/18] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:14:48 2026] GET /v2.0/security-groups?id=ba90f69b-9c96-43ca-81d7-4f24d059ef0d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-e578c793-be4a-4c62-ab0e-a2bd7f5d4df4 01f000f2a9d54761b3e4d9e48d7d6544 6633f215d7774d83b35b2a811c8e5004 - - 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation OSError: [Errno 101] Network is unreachable 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 8 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation raise NewConnectionError( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 101] Network is unreachable 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:14:50.332 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 NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:50.332 8 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectionError(e, request=request) 2026-05-28 10:14:50.332 8 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:14:50.332 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 5/19] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:14:49 2026] DELETE /v2.0/ports/02701cd0-48c5-4833-839d-f44b6d94a81e => generated 150 bytes in 1101 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:14:50.423 8 INFO neutron.db.segments_db [None req-a89a5bda-f359-4b83-884f-095971b4d746 01f000f2a9d54761b3e4d9e48d7d6544 6633f215d7774d83b35b2a811c8e5004 - - default default] Added segment cf107d54-ba0f-4c9f-b578-c1fb0969dbbb of type vxlan for network 1c53d22f-d5c0-488b-8f8a-78cb6a74a21b [pid: 8|app: 0|req: 6/20] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:14:50 2026] POST /v2.0/networks => generated 630 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:14:50.645 8 INFO neutron.db.segments_db [None req-5d507c99-0150-47cc-9050-b1512ea49b9b 01f000f2a9d54761b3e4d9e48d7d6544 6633f215d7774d83b35b2a811c8e5004 - - default default] Added segment 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f of type vxlan for network dd34ef1d-4fbd-4cf5-82fe-0ff2b4d31c7c [pid: 8|app: 0|req: 7/21] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:14:50 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/22] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:14:50 2026] POST /v2.0/subnets => generated 1273 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/23] 10.0.0.240 () {32 vars in 647 bytes} [Thu May 28 10:14:51 2026] GET /v2.0/subnets => generated 1909 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-bd0b298b-544a-4cbf-afcb-12c4642025a1 bf931775c25048c5be2b3dd2054db011 b889567fd2914a20b74303ff920ee7d7 - - 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation OSError: [Errno 101] Network is unreachable 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation raise NewConnectionError( 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectionError(e, request=request) 2026-05-28 10:14:51.356 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:14:51.356 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 15/24] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:14:48 2026] DELETE /v2.0/ports/065b5c86-28cc-4f90-8b9b-96adc6e3fa2e => generated 150 bytes in 3092 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/25] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:14:51 2026] DELETE /v2.0/subnets/868b6244-b10c-4029-bce1-e2fae9da2b16 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/26] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:14:51 2026] DELETE /v2.0/subnets/bec10ce4-0327-4eb5-86aa-d4a4123dd171 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/27] 10.0.0.240 () {32 vars in 647 bytes} [Thu May 28 10:14:51 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/28] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:14:51 2026] DELETE /v2.0/networks/dd34ef1d-4fbd-4cf5-82fe-0ff2b4d31c7c => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/29] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:14:51 2026] DELETE /v2.0/networks/1c53d22f-d5c0-488b-8f8a-78cb6a74a21b => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 10:14:52.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad0e4a6a-f9ac-4394-a490-c076574b5970 01f000f2a9d54761b3e4d9e48d7d6544 6633f215d7774d83b35b2a811c8e5004 - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 18/30] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:14:52 2026] DELETE /v2.0/networks/7958fa89-7105-443c-8b34-5ec3c8175de4 => generated 266 bytes in 52 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:14:52.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-405a2d70-d2e3-4fca-ade9-67bbaff23729 01f000f2a9d54761b3e4d9e48d7d6544 6633f215d7774d83b35b2a811c8e5004 - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 8|app: 0|req: 13/31] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:14:52 2026] DELETE /v2.0/networks/4cd1d82f-a24c-4ca7-80c4-63f34dcd2f30 => generated 266 bytes in 45 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:14:52.316 7 INFO neutron.services.segments.plugin [-] Segment 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f resource provider aggregate not found 2026-05-28 10:14:52.341 7 INFO neutron.services.segments.plugin [-] Segment 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f found for delete ", "request_id": "req-3055fff9-0c6a-4256-9d13-cb84cc86f6cd"}]} 2026-05-28 10:14:52.366 7 INFO neutron.services.segments.plugin [-] Segment 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f resource provider aggregate not found 2026-05-28 10:14:52.383 7 INFO neutron.services.segments.plugin [-] Segment 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cbc6a20-1315-41d1-bfda-0f5e4e3fd40f found for delete ", "request_id": "req-47ea2d68-d8a6-4a71-b751-340248f4c0fa"}]} 2026-05-28 10:14:52.430 8 INFO neutron.services.segments.plugin [-] Segment cf107d54-ba0f-4c9f-b578-c1fb0969dbbb resource provider aggregate not found 2026-05-28 10:14:52.447 8 INFO neutron.services.segments.plugin [-] Segment cf107d54-ba0f-4c9f-b578-c1fb0969dbbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf107d54-ba0f-4c9f-b578-c1fb0969dbbb found for delete ", "request_id": "req-8655cf0e-c120-45b3-a603-c0537ff9be3f"}]} 2026-05-28 10:14:52.488 8 INFO neutron.services.segments.plugin [-] Segment cf107d54-ba0f-4c9f-b578-c1fb0969dbbb resource provider aggregate not found 2026-05-28 10:14:52.517 8 INFO neutron.services.segments.plugin [-] Segment cf107d54-ba0f-4c9f-b578-c1fb0969dbbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf107d54-ba0f-4c9f-b578-c1fb0969dbbb found for delete ", "request_id": "req-1d1b3afc-c50f-4e7e-9548-45520d25241e"}]} [pid: 7|app: 0|req: 20/34] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:14:52 2026] GET /v2.0/security-groups?tenant_id=6633f215d7774d83b35b2a811c8e5004&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:14:53.059 8 INFO neutron.api.v2.resource [None req-7c4660e9-b916-4874-913e-5c40a96c9014 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 8|app: 0|req: 15/35] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:14:53 2026] DELETE /v2.0/security-groups/e466bec7-2b41-46d4-8570-0c942b324013 => generated 136 bytes in 40 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/36] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:14:54 2026] GET /v2.0/security-groups?tenant_id=a21ee6ca46d44f818efb0b615e68c637&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/37] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:14:54 2026] DELETE /v2.0/security-groups/5e24b8e3-ac47-42fd-a922-8cb043a4afea => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:14:55.295 7 INFO neutron.db.segments_db [None req-3ba32750-83af-438f-bc1c-f357c6fe2577 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment a46c5f87-61cc-40dd-ac05-25f4f021cf40 of type vxlan for network 94a16eb6-86ba-4cdd-8dbe-4627552c2182 [pid: 8|app: 0|req: 17/38] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:14:54 2026] GET /v2.0/security-groups?tenant_id=9e7182f106174852a04a8edd0f9c5246&name=default => generated 2925 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/39] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:14:55 2026] DELETE /v2.0/security-groups/46236eb9-adec-4ca0-a679-9e5b0c17ad74 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/40] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:14:54 2026] POST /v2.0/networks => generated 615 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:14:55.737 8 INFO neutron.db.segments_db [None req-7d42f0e8-4e15-47a1-b72d-eb2db1ba85e1 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment eff643ae-eda5-4d95-9bec-221d7763f11f of type vxlan for network 14a0042a-92c4-4216-8159-68907992258f [pid: 8|app: 0|req: 19/41] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:14:55 2026] POST /v2.0/networks => generated 615 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/42] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:14:55 2026] POST /v2.0/subnets => generated 646 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 20/43] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:14:56 2026] POST /v2.0/subnets => generated 655 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:14:56.459 8 INFO neutron.db.segments_db [None req-e036c7f8-da18-4762-837a-f99a37b54190 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment 2fd09cc2-daa6-476c-9495-38412880a20e of type vxlan for network a2fdaedf-669f-4837-a2a7-87e41ad9ecd2 2026-05-28 10:14:56.700 8 INFO neutron.db.l3_hamode_db [None req-e036c7f8-da18-4762-837a-f99a37b54190 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:14:56.944 8 INFO neutron.db.l3_hamode_db [None req-e036c7f8-da18-4762-837a-f99a37b54190 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 21/44] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:14:56 2026] POST /v2.0/routers => generated 511 bytes in 1716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/45] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:14:58 2026] PUT /v2.0/routers/5ade279c-9798-423c-9db2-a9d699d39184/add_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/46] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:14:59 2026] GET /v2.0/security-groups?tenant_id=281f9583e1f7488693cbdb45d8b9bac7&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/47] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:14:59 2026] GET /v2.0/ports/e8eec050-72c8-416f-8ba7-7b089ae4db43 => generated 959 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/48] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:14:59 2026] DELETE /v2.0/security-groups/291f903e-e528-4016-b1cf-37884292e847 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/49] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:14:59 2026] PUT /v2.0/routers/5ade279c-9798-423c-9db2-a9d699d39184/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/50] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:15:00 2026] GET /v2.0/ports/a44b2542-06b9-4b49-a7ea-f89467f15eb1 => generated 967 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:01.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-27e1854b-c056-468a-aaa7-6fe8093c5a07 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: a44b2542-06b9-4b49-a7ea-f89467f15eb1 2026-05-28 10:15:01.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27e1854b-c056-468a-aaa7-6fe8093c5a07 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: a44b2542-06b9-4b49-a7ea-f89467f15eb1 [pid: 8|app: 0|req: 28/51] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:15:00 2026] PUT /v2.0/routers/5ade279c-9798-423c-9db2-a9d699d39184/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:02.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-7b580a79-faa2-484b-9395-987ad4345bad dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: e8eec050-72c8-416f-8ba7-7b089ae4db43 2026-05-28 10:15:02.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b580a79-faa2-484b-9395-987ad4345bad dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: e8eec050-72c8-416f-8ba7-7b089ae4db43 [pid: 8|app: 0|req: 29/52] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:15:01 2026] PUT /v2.0/routers/5ade279c-9798-423c-9db2-a9d699d39184/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/53] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:15:02 2026] GET /v2.0/security-groups?tenant_id=e9e55b0515a4428ab14c1f18511a3413&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/54] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:15:02 2026] GET /v2.0/ports?device_id=5ade279c-9798-423c-9db2-a9d699d39184 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/55] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:15:02 2026] DELETE /v2.0/security-groups/0fb7dbe1-43b0-4383-b7fc-eab51ecc8610 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:15:03.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-532384b9-9c46-43c6-a63b-b98821947f45 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 8069beaa-f166-412a-9535-1324fbea046e 2026-05-28 10:15:03.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-532384b9-9c46-43c6-a63b-b98821947f45 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 8069beaa-f166-412a-9535-1324fbea046e 2026-05-28 10:15:03.627 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-532384b9-9c46-43c6-a63b-b98821947f45 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - 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:15:03.951 8 INFO neutron.services.segments.plugin [-] Segment 2fd09cc2-daa6-476c-9495-38412880a20e resource provider aggregate not found 2026-05-28 10:15:03.956 8 INFO neutron.services.segments.plugin [-] Segment 2fd09cc2-daa6-476c-9495-38412880a20e resource provider aggregate not found 2026-05-28 10:15:03.975 8 INFO neutron.db.l3_hamode_db [None req-532384b9-9c46-43c6-a63b-b98821947f45 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] HA network a2fdaedf-669f-4837-a2a7-87e41ad9ecd2 was deleted as no HA routers are present in tenant a1899fadad2942469c7063d0a5d3935a. 2026-05-28 10:15:03.977 8 INFO neutron.services.segments.plugin [-] Segment 2fd09cc2-daa6-476c-9495-38412880a20e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fd09cc2-daa6-476c-9495-38412880a20e found for delete ", "request_id": "req-25be0f2c-13ee-4b9c-8bdd-63fee6f9d078"}]} [pid: 8|app: 0|req: 33/56] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:15:03 2026] DELETE /v2.0/routers/5ade279c-9798-423c-9db2-a9d699d39184 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:15:03.986 8 INFO neutron.services.segments.plugin [-] Segment 2fd09cc2-daa6-476c-9495-38412880a20e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fd09cc2-daa6-476c-9495-38412880a20e found for delete ", "request_id": "req-e7db1002-d918-42ad-9e0a-22a646e5099a"}]} [pid: 8|app: 0|req: 34/57] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:15:03 2026] DELETE /v2.0/subnets/30789fe0-f9fc-4cb6-8e4e-0db26fd6e1cb => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/58] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:15:04 2026] DELETE /v2.0/subnets/223e081c-3b28-42f8-80e4-af273b2dbe77 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 10:15:04.390 8 INFO neutron.api.v2.resource [None req-ae06d7d8-1f6d-4d35-a4b7-6a5dce240de7 5a406a3ca0b74974b01ffc5f855152b7 246491b82d1f47c4aa82ea6e5fbf07cd - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 8|app: 0|req: 36/59] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:15:04 2026] DELETE /v2.0/security-groups/ba90f69b-9c96-43ca-81d7-4f24d059ef0d => generated 136 bytes in 41 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:15:04.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-07783276-e245-4e75-a228-e0b51f6a03b7 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 2169a0c6-d8aa-4266-b0b6-34312ae2e010 2026-05-28 10:15:04.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07783276-e245-4e75-a228-e0b51f6a03b7 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 2169a0c6-d8aa-4266-b0b6-34312ae2e010 [pid: 8|app: 0|req: 37/60] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:15:04 2026] DELETE /v2.0/networks/14a0042a-92c4-4216-8159-68907992258f => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 10:15:04.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-93d36a4c-06bb-4e3a-9aa3-427dc382b57f 5a406a3ca0b74974b01ffc5f855152b7 246491b82d1f47c4aa82ea6e5fbf07cd - - default default] TaaS: Handle Delete Port: 1886835e-6f24-462f-8ef2-8844e59306cc 2026-05-28 10:15:04.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93d36a4c-06bb-4e3a-9aa3-427dc382b57f 5a406a3ca0b74974b01ffc5f855152b7 246491b82d1f47c4aa82ea6e5fbf07cd - - default default] Tap Mirror: Handle Delete Port: 1886835e-6f24-462f-8ef2-8844e59306cc 2026-05-28 10:15:05.005 8 INFO neutron.db.l3_db [None req-93d36a4c-06bb-4e3a-9aa3-427dc382b57f 5a406a3ca0b74974b01ffc5f855152b7 246491b82d1f47c4aa82ea6e5fbf07cd - - default default] Floating IP 0fef705c-da3b-48fb-bfeb-a3a54f22996d disassociated (deleted). External IP: 10.96.250.205, port: 66417e31-959e-4452-aa34-febaede1119c. [pid: 8|app: 0|req: 38/61] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:15:04 2026] DELETE /v2.0/floatingips/0fef705c-da3b-48fb-bfeb-a3a54f22996d => generated 0 bytes in 684 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:15:05.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-95277982-e114-44fa-8e87-37c9debbd2dd dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 54da97c6-56ce-408a-b4db-73b3516a303c 2026-05-28 10:15:05.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95277982-e114-44fa-8e87-37c9debbd2dd dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 54da97c6-56ce-408a-b4db-73b3516a303c [pid: 8|app: 0|req: 39/62] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:15:05 2026] DELETE /v2.0/networks/94a16eb6-86ba-4cdd-8dbe-4627552c2182 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/63] 10.0.0.240 () {32 vars in 653 bytes} [Thu May 28 10:15:05 2026] GET /v2.0/extensions => generated 21537 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-28 10:15:05.886 8 INFO neutron.db.segments_db [None req-163e49de-8c30-4216-871e-51f595f90ff7 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment 280645dc-1557-4c39-bf2a-3d0cee449195 of type vxlan for network 2190501e-3a58-402b-946b-283786c9715a [pid: 8|app: 0|req: 41/64] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:15:05 2026] POST /v2.0/networks => generated 615 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/65] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:15:05 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:06.017 8 INFO neutron.services.segments.plugin [-] Segment eff643ae-eda5-4d95-9bec-221d7763f11f resource provider aggregate not found 2026-05-28 10:15:06.021 8 INFO neutron.services.segments.plugin [-] Segment eff643ae-eda5-4d95-9bec-221d7763f11f resource provider aggregate not found 2026-05-28 10:15:06.042 8 INFO neutron.services.segments.plugin [-] Segment eff643ae-eda5-4d95-9bec-221d7763f11f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eff643ae-eda5-4d95-9bec-221d7763f11f found for delete ", "request_id": "req-f3eb18e6-3eca-47c1-b6d7-3ce0ceb3c791"}]} 2026-05-28 10:15:06.043 8 INFO neutron.services.segments.plugin [-] Segment eff643ae-eda5-4d95-9bec-221d7763f11f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eff643ae-eda5-4d95-9bec-221d7763f11f found for delete ", "request_id": "req-fc62323d-0341-4479-ace0-6547e8d9e88e"}]} 2026-05-28 10:15:06.069 8 INFO neutron.services.segments.plugin [-] Segment a46c5f87-61cc-40dd-ac05-25f4f021cf40 resource provider aggregate not found 2026-05-28 10:15:06.074 8 INFO neutron.services.segments.plugin [-] Segment a46c5f87-61cc-40dd-ac05-25f4f021cf40 resource provider aggregate not found 2026-05-28 10:15:06.098 8 INFO neutron.services.segments.plugin [-] Segment a46c5f87-61cc-40dd-ac05-25f4f021cf40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a46c5f87-61cc-40dd-ac05-25f4f021cf40 found for delete ", "request_id": "req-8ec88a10-029c-4469-aba5-44c9044edfa7"}]} 2026-05-28 10:15:06.104 8 INFO neutron.services.segments.plugin [-] Segment a46c5f87-61cc-40dd-ac05-25f4f021cf40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a46c5f87-61cc-40dd-ac05-25f4f021cf40 found for delete ", "request_id": "req-1e9e0c32-e137-4a2d-a6e4-5d5bf3539e5b"}]} [pid: 8|app: 0|req: 43/66] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:15:05 2026] POST /v2.0/subnets => generated 646 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/67] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:15:06 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:06.345 8 INFO neutron.db.segments_db [None req-29b635c7-5672-49ef-9eba-57cd2ae675de dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment 7b5fa836-2716-4bbf-a747-e6f4643ff32a of type vxlan for network 3700260e-3c29-473f-a445-3878fa5a3780 2026-05-28 10:15:06.615 8 INFO neutron.db.l3_hamode_db [None req-29b635c7-5672-49ef-9eba-57cd2ae675de dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:15:06.717 8 INFO neutron.db.l3_hamode_db [None req-29b635c7-5672-49ef-9eba-57cd2ae675de dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 45/68] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:15:06 2026] POST /v2.0/routers => generated 510 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/69] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/70] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/ports?device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/71] 10.0.0.140 () {34 vars in 1272 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/ports?device_id=17aee335-af3a-4550-a2b1-110af4321837&device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f&device_id=0783a2dd-1a3e-406d-be51-cc67b136e30a&device_id=b75ba232-778b-4f49-b606-9f7ff1fb2d45 => generated 4929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/72] 10.0.0.240 () {34 vars in 665 bytes} [Thu May 28 10:15:07 2026] POST /v2.0/ports => generated 960 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 50/73] 10.0.0.240 () {32 vars in 665 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/74] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/security-groups?id=ba90f69b-9c96-43ca-81d7-4f24d059ef0d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/77] 10.0.0.140 () {34 vars in 1280 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/security-groups?id=ba9f9f85-d983-4f8a-b9b9-3a65263ab536&id=ba90f69b-9c96-43ca-81d7-4f24d059ef0d&id=3120b465-7883-4990-81d9-a19f06b77fb7&id=63c3dfc8-7655-40eb-b4d9-a55f71c41740&fields=id&fields=name => generated 391 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/78] 199.19.213.181 () {34 vars in 994 bytes} [Thu May 28 10:15:07 2026] GET /v2.0/ports?device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:07.934 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62f43bd4-94b7-43b4-9700-55a71f071274'] response: {'name': 'network-changed', 'server_uuid': '7c2ba16a-745f-421b-a250-f76f4b1e549f', 'tag': '66417e31-959e-4452-aa34-febaede1119c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 56/79] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:15:07 2026] PUT /v2.0/routers/e9974700-865c-42fd-9709-522abbd6d6ff/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 57/80] 10.0.0.240 () {32 vars in 699 bytes} [Thu May 28 10:15:08 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-17c1ce0e-5cfb-4be8-b224-df3eff764add bf931775c25048c5be2b3dd2054db011 b889567fd2914a20b74303ff920ee7d7 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:56.487 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:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:15:56.487 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 24/81] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:14:56 2026] DELETE /v2.0/ports/065b5c86-28cc-4f90-8b9b-96adc6e3fa2e => generated 150 bytes in 60122 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/82] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:15:56 2026] GET /v2.0/ports?tenant_id=246491b82d1f47c4aa82ea6e5fbf07cd&device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 1238 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/83] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:15:56 2026] GET /v2.0/ports?device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/84] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:15:56 2026] GET /v2.0/ports?device_id=7c2ba16a-745f-421b-a250-f76f4b1e549f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/85] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:15:56 2026] GET /v2.0/ports/9faf4d94-c16a-4d26-801e-4ebc92449836 => generated 1034 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/86] 10.0.0.240 () {32 vars in 697 bytes} [Thu May 28 10:15:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-3b42ec69-7162-4aec-b505-a7a08e989c25 bf931775c25048c5be2b3dd2054db011 b889567fd2914a20b74303ff920ee7d7 - - 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation OSError: [Errno 101] Network is unreachable 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation raise NewConnectionError( 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectionError(e, request=request) 2026-05-28 10:15:57.948 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:15:57.948 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 36/93] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:15:56 2026] DELETE /v2.0/ports/065b5c86-28cc-4f90-8b9b-96adc6e3fa2e => generated 150 bytes in 1082 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/94] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:15:57 2026] GET /v2.0/networks?id=37098522-653f-4044-914f-903438da2f9c => generated 779 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/95] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:15:58 2026] GET /v2.0/security-groups?id=ba90f69b-9c96-43ca-81d7-4f24d059ef0d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/96] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:15:58 2026] GET /v2.0/security-groups?id=ba90f69b-9c96-43ca-81d7-4f24d059ef0d&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:58.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0f5e82c-189d-4ab1-be75-ee1f46dbe9b4 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 9faf4d94-c16a-4d26-801e-4ebc92449836 2026-05-28 10:15:58.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0f5e82c-189d-4ab1-be75-ee1f46dbe9b4 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 9faf4d94-c16a-4d26-801e-4ebc92449836 [pid: 7|app: 0|req: 40/97] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:15:58 2026] PUT /v2.0/routers/e9974700-865c-42fd-9709-522abbd6d6ff/remove_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 41/98] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:15:59 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:15:59.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be0a7a81-4963-47cb-8164-30715d8d34c1 bf931775c25048c5be2b3dd2054db011 b889567fd2914a20b74303ff920ee7d7 - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 42/99] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:15:59 2026] DELETE /v2.0/networks/b4bbba30-0223-4fb4-a1d9-ad56c7e40da4 => generated 266 bytes in 39 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/100] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:15:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=66417e31-959e-4452-aa34-febaede1119c => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:15:59.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-f273b628-3e05-4b35-805f-61dde8c296e2 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: 5d456325-bc3f-452d-b93f-0112eb7a97f1 2026-05-28 10:15:59.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f273b628-3e05-4b35-805f-61dde8c296e2 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: 5d456325-bc3f-452d-b93f-0112eb7a97f1 [pid: 7|app: 0|req: 44/101] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:15:59 2026] PUT /v2.0/routers/49908884-aa59-4ff9-a2a0-bf03487a12f8/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:00.581 7 INFO neutron.api.v2.resource [None req-28660952-3f5c-4325-a660-9795665c8a68 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/102] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:00 2026] PUT /v2.0/routers/e9974700-865c-42fd-9709-522abbd6d6ff/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/103] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:00 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/104] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:16:00 2026] GET /v2.0/subnets?id=5e4c45f1-8d8a-4fc9-87f7-69ef4ca09089 => generated 701 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/105] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:00 2026] GET /v2.0/security-groups?tenant_id=b889567fd2914a20b74303ff920ee7d7&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:00.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fe52905-2882-4da2-a33d-9cdbf205dc72 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: d765211f-687b-44b7-a9ed-b712d01af51f 2026-05-28 10:16:00.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fe52905-2882-4da2-a33d-9cdbf205dc72 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: d765211f-687b-44b7-a9ed-b712d01af51f 2026-05-28 10:16:01.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fe52905-2882-4da2-a33d-9cdbf205dc72 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: ec01639a-c590-4013-84bf-38bb98391279 2026-05-28 10:16:01.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fe52905-2882-4da2-a33d-9cdbf205dc72 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: ec01639a-c590-4013-84bf-38bb98391279 2026-05-28 10:16:01.378 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-3fe52905-2882-4da2-a33d-9cdbf205dc72 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - 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:16:01.691 7 INFO neutron.services.segments.plugin [-] Segment a2e41310-a122-4f63-a2b4-2aa4c53c615d resource provider aggregate not found 2026-05-28 10:16:01.703 7 INFO neutron.services.segments.plugin [-] Segment a2e41310-a122-4f63-a2b4-2aa4c53c615d resource provider aggregate not found 2026-05-28 10:16:01.732 7 INFO neutron.services.segments.plugin [-] Segment a2e41310-a122-4f63-a2b4-2aa4c53c615d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e41310-a122-4f63-a2b4-2aa4c53c615d found for delete ", "request_id": "req-7a39bb36-0bac-49aa-966c-786184dc3d52"}]} 2026-05-28 10:16:01.732 7 INFO neutron.services.segments.plugin [-] Segment a2e41310-a122-4f63-a2b4-2aa4c53c615d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2e41310-a122-4f63-a2b4-2aa4c53c615d found for delete ", "request_id": "req-8dcecb59-c697-43f8-a75a-8485e483860e"}]} 2026-05-28 10:16:01.738 7 INFO neutron.db.l3_hamode_db [None req-3fe52905-2882-4da2-a33d-9cdbf205dc72 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] HA network 483a598e-4ba4-45cd-b44d-f1c88db2f998 was deleted as no HA routers are present in tenant 246491b82d1f47c4aa82ea6e5fbf07cd. [pid: 7|app: 0|req: 49/106] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:00 2026] DELETE /v2.0/routers/49908884-aa59-4ff9-a2a0-bf03487a12f8 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/107] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:01 2026] GET /v2.0/ports?device_id=e9974700-865c-42fd-9709-522abbd6d6ff => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/108] 10.0.0.240 () {32 vars in 703 bytes} [Thu May 28 10:16:01 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/109] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:16:01 2026] GET /v2.0/ports?network_id=37098522-653f-4044-914f-903438da2f9c&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:01.847 7 INFO neutron.api.v2.resource [None req-64d09ead-a3bd-4b82-a58d-42e350f10008 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 53/110] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:01 2026] DELETE /v2.0/security-groups/50db4e1c-3915-4042-a651-3c0c68a6e802 => generated 136 bytes in 24 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:16:01.953 7 INFO neutron.db.db_base_plugin_v2 [None req-bfe67b5b-9467-4f6e-bc7e-92b93d21f163 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Found port (66417e31-959e-4452-aa34-febaede1119c, 10.100.0.8) having IP allocation on subnet 5e4c45f1-8d8a-4fc9-87f7-69ef4ca09089, cannot delete 2026-05-28 10:16:01.954 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfe67b5b-9467-4f6e-bc7e-92b93d21f163 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 54/111] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:01 2026] DELETE /v2.0/subnets/5e4c45f1-8d8a-4fc9-87f7-69ef4ca09089 => generated 204 bytes in 108 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:16:02.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-085f733a-df9e-4c57-a737-139ce9f643e8 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 5a9d938e-f218-4f2b-a3c7-81b33bd908de 2026-05-28 10:16:02.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-085f733a-df9e-4c57-a737-139ce9f643e8 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 5a9d938e-f218-4f2b-a3c7-81b33bd908de 2026-05-28 10:16:02.557 7 INFO neutron.db.l3_hamode_db [None req-085f733a-df9e-4c57-a737-139ce9f643e8 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] HA network 3700260e-3c29-473f-a445-3878fa5a3780 was deleted as no HA routers are present in tenant a1899fadad2942469c7063d0a5d3935a. [pid: 7|app: 0|req: 55/112] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:01 2026] DELETE /v2.0/routers/e9974700-865c-42fd-9709-522abbd6d6ff => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 10.0.0.240 () {32 vars in 693 bytes} [Thu May 28 10:16:02 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.19.213.181 () {34 vars in 911 bytes} [Thu May 28 10:16:02 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:02 2026] DELETE /v2.0/subnets/f4c3f798-7101-42d8-aa3a-7fc7f69beae2 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 10.0.0.240 () {32 vars in 695 bytes} [Thu May 28 10:16:02 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:16:02 2026] GET /v2.0/networks/37098522-653f-4044-914f-903438da2f9c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:02.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-5033d482-38fb-49b9-bcc3-c3f2a3d64785 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 670b97c8-6323-441f-9c39-02e9c51045fc 2026-05-28 10:16:02.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5033d482-38fb-49b9-bcc3-c3f2a3d64785 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 670b97c8-6323-441f-9c39-02e9c51045fc [pid: 7|app: 0|req: 61/118] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:16:02 2026] DELETE /v2.0/networks/2190501e-3a58-402b-946b-283786c9715a => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/119] 10.0.0.240 () {32 vars in 685 bytes} [Thu May 28 10:16:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/120] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:16:03 2026] GET /v2.0/networks/37098522-653f-4044-914f-903438da2f9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:03.256 7 INFO neutron.db.segments_db [None req-5fd9dae5-3954-4c86-8a3e-9cce73aa0e29 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment 8455afa8-6b3d-4103-b705-92d0efd956ec of type vxlan for network 9076402d-42c0-48df-813b-fdb93b47059d [pid: 7|app: 0|req: 64/121] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:03 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/122] 10.0.0.240 () {32 vars in 687 bytes} [Thu May 28 10:16:03 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/123] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:03 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/124] 10.0.0.240 () {32 vars in 661 bytes} [Thu May 28 10:16:03 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:03.757 7 INFO neutron.services.segments.plugin [-] Segment 7b5fa836-2716-4bbf-a747-e6f4643ff32a resource provider aggregate not found 2026-05-28 10:16:03.759 7 INFO neutron.services.segments.plugin [-] Segment 7b5fa836-2716-4bbf-a747-e6f4643ff32a resource provider aggregate not found 2026-05-28 10:16:03.774 7 INFO neutron.services.segments.plugin [-] Segment 7b5fa836-2716-4bbf-a747-e6f4643ff32a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5fa836-2716-4bbf-a747-e6f4643ff32a found for delete ", "request_id": "req-0b0c0f2f-cd7f-4320-ae56-7aeb8f11134e"}]} 2026-05-28 10:16:03.783 7 INFO neutron.services.segments.plugin [-] Segment 7b5fa836-2716-4bbf-a747-e6f4643ff32a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5fa836-2716-4bbf-a747-e6f4643ff32a found for delete ", "request_id": "req-4949b4a8-6f4f-45a5-9e82-5444f5c22ef9"}]} 2026-05-28 10:16:03.799 7 INFO neutron.services.segments.plugin [-] Segment 280645dc-1557-4c39-bf2a-3d0cee449195 resource provider aggregate not found 2026-05-28 10:16:03.820 7 INFO neutron.services.segments.plugin [-] Segment 280645dc-1557-4c39-bf2a-3d0cee449195 resource provider aggregate not found 2026-05-28 10:16:03.827 7 INFO neutron.services.segments.plugin [-] Segment 280645dc-1557-4c39-bf2a-3d0cee449195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 280645dc-1557-4c39-bf2a-3d0cee449195 found for delete ", "request_id": "req-1567a30c-7000-4c02-a9f6-6bb6976ce3c8"}]} 2026-05-28 10:16:03.855 7 INFO neutron.services.segments.plugin [-] Segment 280645dc-1557-4c39-bf2a-3d0cee449195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 280645dc-1557-4c39-bf2a-3d0cee449195 found for delete ", "request_id": "req-786d6c14-0b4b-4855-95af-44ded51e3910"}]} [pid: 7|app: 0|req: 68/125] 10.0.0.240 () {34 vars in 684 bytes} [Thu May 28 10:16:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:16:04.093 7 INFO neutron.db.segments_db [None req-85838a7d-004d-460d-8e4d-9c5ac1450239 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment 3c222b53-4025-405f-ad7e-19ab90155841 of type vxlan for network 5c5554b1-f644-4277-98a6-a66a42509e44 2026-05-28 10:16:04.745 7 INFO neutron.db.l3_hamode_db [None req-85838a7d-004d-460d-8e4d-9c5ac1450239 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:04.913 7 INFO neutron.db.l3_hamode_db [None req-85838a7d-004d-460d-8e4d-9c5ac1450239 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 69/126] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:04 2026] POST /v2.0/routers => generated 511 bytes in 1596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/127] 10.0.0.240 () {32 vars in 699 bytes} [Thu May 28 10:16:05 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:05.845 7 INFO neutron.db.segments_db [None req-5566a37a-0db8-49d8-9e9a-9f411c5bc251 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Added segment 229115f0-7550-4471-a211-0c8fd5ab6010 of type vxlan for network 0140634f-b716-4808-848d-aa6441a970cc [pid: 7|app: 0|req: 71/128] 10.0.0.240 () {34 vars in 671 bytes} [Thu May 28 10:16:05 2026] POST /v2.0/networks => generated 724 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/129] 10.0.0.240 () {32 vars in 663 bytes} [Thu May 28 10:16:05 2026] GET /v2.0/security-groups => generated 4530 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/130] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:05 2026] PUT /v2.0/routers/c7edc6d3-19aa-4117-af71-008cf3b415f0/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 74/131] 10.0.0.240 () {32 vars in 679 bytes} [Thu May 28 10:16:07 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/132] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:07 2026] POST /v2.0/subnets => generated 690 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/133] 10.0.0.240 () {34 vars in 758 bytes} [Thu May 28 10:16:07 2026] PUT /v2.0/security-groups/edd48401-db23-4410-b5ed-f5cca84dd713 => generated 1661 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/134] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:16:07 2026] GET /v2.0/ports/f2499e0f-0126-489c-8cf9-6c9570ac5877 => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/135] 10.0.0.240 () {32 vars in 683 bytes} [Thu May 28 10:16:07 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:07.584 7 INFO neutron.db.segments_db [None req-7eeec86a-4a20-4589-9e29-0cd7d55815f0 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Added segment 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 of type vxlan for network 277645c1-b072-4cb1-b841-adba7940282e 2026-05-28 10:16:07.859 7 INFO neutron.db.l3_hamode_db [None req-7eeec86a-4a20-4589-9e29-0cd7d55815f0 fec6c3b9660a4bf1bb1009da2b150c6a 190f0fafe99e403394f0fc01ab9f09ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:08.642 7 INFO neutron.db.l3_hamode_db [None req-7eeec86a-4a20-4589-9e29-0cd7d55815f0 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation [req-8614b434-69e4-4e22-b22e-fbc9aca72df9 req-dc5f2193-16ad-4ca1-b938-79fedff2ae15 5a406a3ca0b74974b01ffc5f855152b7 246491b82d1f47c4aa82ea6e5fbf07cd - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:16:09.046 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:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:16:09.046 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 58/136] 199.19.213.181 () {36 vars in 997 bytes} [Thu May 28 10:15:08 2026] DELETE /v2.0/ports/66417e31-959e-4452-aa34-febaede1119c => generated 150 bytes in 60087 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/137] 10.0.0.240 () {32 vars in 737 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/security-groups/edd48401-db23-4410-b5ed-f5cca84dd713 => generated 1661 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/140] 10.0.0.240 () {32 vars in 675 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:09.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-e545bda5-128e-4c1a-ae74-5868f5547a3e dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: f2499e0f-0126-489c-8cf9-6c9570ac5877 2026-05-28 10:16:09.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e545bda5-128e-4c1a-ae74-5868f5547a3e dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: f2499e0f-0126-489c-8cf9-6c9570ac5877 [pid: 7|app: 0|req: 79/141] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:07 2026] POST /v2.0/routers => generated 730 bytes in 2023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/142] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:09 2026] DELETE /v2.0/security-groups/edd48401-db23-4410-b5ed-f5cca84dd713 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/143] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/144] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:09 2026] PUT /v2.0/routers/c7edc6d3-19aa-4117-af71-008cf3b415f0/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/145] 10.0.0.240 () {32 vars in 663 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/146] 10.0.0.240 () {32 vars in 723 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/147] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/ports?device_id=c7edc6d3-19aa-4117-af71-008cf3b415f0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:09.941 8 INFO neutron.api.v2.resource [None req-9ff872cf-fb18-4140-b7a0-775bcce40261 1694660a83c24df78714a9cee638091e 9f4124edef9c49349f7689c1c6bc7bb4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 67/148] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:09 2026] DELETE /v2.0/security-groups/edd48401-db23-4410-b5ed-f5cca84dd713 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/149] 10.0.0.240 () {32 vars in 687 bytes} [Thu May 28 10:16:09 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:10.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a0fc023-af80-43f7-8925-ef8cb8e4f495 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: b280707f-de52-4d05-9293-a8f83a108dfd 2026-05-28 10:16:10.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a0fc023-af80-43f7-8925-ef8cb8e4f495 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: b280707f-de52-4d05-9293-a8f83a108dfd 2026-05-28 10:16:10.363 8 INFO neutron.services.segments.plugin [-] Segment 3c222b53-4025-405f-ad7e-19ab90155841 resource provider aggregate not found 2026-05-28 10:16:10.372 8 INFO neutron.services.segments.plugin [-] Segment 3c222b53-4025-405f-ad7e-19ab90155841 resource provider aggregate not found 2026-05-28 10:16:10.392 8 INFO neutron.services.segments.plugin [-] Segment 3c222b53-4025-405f-ad7e-19ab90155841 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c222b53-4025-405f-ad7e-19ab90155841 found for delete ", "request_id": "req-70f78fa6-0e55-4c1d-a6b7-65604e1c61cf"}]} 2026-05-28 10:16:10.393 8 INFO neutron.services.segments.plugin [-] Segment 3c222b53-4025-405f-ad7e-19ab90155841 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c222b53-4025-405f-ad7e-19ab90155841 found for delete ", "request_id": "req-3bafd760-acf2-4064-b144-ef5be8848eb5"}]} 2026-05-28 10:16:10.403 8 INFO neutron.db.l3_hamode_db [None req-1a0fc023-af80-43f7-8925-ef8cb8e4f495 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] HA network 5c5554b1-f644-4277-98a6-a66a42509e44 was deleted as no HA routers are present in tenant a1899fadad2942469c7063d0a5d3935a. [pid: 8|app: 0|req: 69/150] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:09 2026] DELETE /v2.0/routers/c7edc6d3-19aa-4117-af71-008cf3b415f0 => generated 0 bytes in 470 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/151] 10.0.0.240 () {34 vars in 684 bytes} [Thu May 28 10:16:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/152] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:10 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 72/153] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:10 2026] DELETE /v2.0/subnets/5c6ce8f2-0060-4a8f-b96b-ab91d4ea782a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/154] 10.0.0.240 () {32 vars in 687 bytes} [Thu May 28 10:16:10 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/155] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/156] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:09 2026] PUT /v2.0/routers/84c145cd-b77c-476b-a490-dbeefff9d998/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/157] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:16:10 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:10.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c99006d-e9e1-4a03-b5fe-ed7af57c9d7e dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 286de0d1-0c63-4deb-81cd-4b5a9f993698 2026-05-28 10:16:10.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c99006d-e9e1-4a03-b5fe-ed7af57c9d7e dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 286de0d1-0c63-4deb-81cd-4b5a9f993698 [pid: 7|app: 0|req: 84/158] 10.0.0.240 () {32 vars in 747 bytes} [Thu May 28 10:16:10 2026] GET /v2.0/security-group-rules/58590ae0-8798-4bf8-88ec-af833f8260af => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 85/159] 10.0.0.240 () {32 vars in 699 bytes} [Thu May 28 10:16:10 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/160] 10.0.0.240 () {32 vars in 673 bytes} [Thu May 28 10:16:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/161] 10.0.0.240 () {32 vars in 679 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/162] 10.0.0.240 () {32 vars in 750 bytes} [Thu May 28 10:16:11 2026] DELETE /v2.0/security-group-rules/58590ae0-8798-4bf8-88ec-af833f8260af => 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: 89/163] 10.0.0.240 () {32 vars in 667 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/164] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:16:10 2026] DELETE /v2.0/networks/9076402d-42c0-48df-813b-fdb93b47059d => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/165] 10.0.0.240 () {32 vars in 677 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/166] 10.0.0.240 () {32 vars in 673 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:11.154 8 INFO neutron.db.segments_db [None req-27ba88ec-e530-4253-a843-75aac519fde5 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Added segment 70be12c9-83ac-462a-b8a4-c54ea5a1540c of type vxlan for network 94ba6871-c639-4722-9498-eb6ea2ac6178 [pid: 7|app: 0|req: 91/167] 10.0.0.240 () {32 vars in 665 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/168] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/169] 10.0.0.240 () {32 vars in 675 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/170] 10.0.0.240 () {32 vars in 747 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules/22e6e54b-5088-490a-947f-3d3d209cdcb7 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/171] 10.0.0.240 () {32 vars in 713 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/172] 10.0.0.240 () {32 vars in 673 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/173] 10.0.0.240 () {32 vars in 691 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/174] 10.0.0.240 () {32 vars in 750 bytes} [Thu May 28 10:16:11 2026] DELETE /v2.0/security-group-rules/22e6e54b-5088-490a-947f-3d3d209cdcb7 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/175] 10.0.0.240 () {32 vars in 683 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:11.446 8 INFO neutron.db.l3_hamode_db [None req-27ba88ec-e530-4253-a843-75aac519fde5 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 100/176] 10.0.0.240 () {32 vars in 673 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/177] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:11.512 7 INFO neutron.db.securitygroups_db [None req-cece6982-6750-4ad6-b629-6b7e5b57a81c 1694660a83c24df78714a9cee638091e 9f4124edef9c49349f7689c1c6bc7bb4 - - default default] Project 9f4124edef9c49349f7689c1c6bc7bb4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 102/178] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/179] 10.0.0.240 () {32 vars in 687 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/180] 10.0.0.240 () {32 vars in 747 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules/f2d8fe8f-ed85-49ba-8946-451bc69fbfc1 => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/181] 10.0.0.240 () {32 vars in 705 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/182] 10.0.0.240 () {32 vars in 673 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/183] 10.0.0.240 () {32 vars in 675 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/184] 10.0.0.240 () {32 vars in 750 bytes} [Thu May 28 10:16:11 2026] DELETE /v2.0/security-group-rules/f2d8fe8f-ed85-49ba-8946-451bc69fbfc1 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/185] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/186] 10.0.0.240 () {32 vars in 673 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/187] 10.0.0.240 () {32 vars in 675 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/188] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:11 2026] DELETE /v2.0/security-groups/74f03ade-24bf-49ae-ad77-89fca47fbb96 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/189] 10.0.0.240 () {32 vars in 693 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/190] 10.0.0.240 () {32 vars in 663 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/191] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/192] 10.0.0.240 () {32 vars in 709 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/193] 10.0.0.240 () {32 vars in 663 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/194] 10.0.0.240 () {32 vars in 705 bytes} [Thu May 28 10:16:11 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/195] 10.0.0.240 () {32 vars in 719 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/196] 10.0.0.240 () {32 vars in 697 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/197] 10.0.0.240 () {32 vars in 711 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/198] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/199] 10.0.0.240 () {32 vars in 687 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/200] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/201] 10.0.0.240 () {32 vars in 675 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/202] 10.0.0.240 () {32 vars in 671 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/203] 10.0.0.240 () {32 vars in 661 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/204] 10.0.0.240 () {32 vars in 699 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/205] 10.0.0.240 () {32 vars in 699 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/206] 10.0.0.240 () {32 vars in 677 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/207] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/208] 10.0.0.240 () {32 vars in 683 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/209] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/210] 10.0.0.240 () {32 vars in 685 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/211] 10.0.0.240 () {34 vars in 685 bytes} [Thu May 28 10:16:12 2026] POST /v2.0/security-groups => generated 1659 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/212] 10.0.0.240 () {32 vars in 707 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/213] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/214] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:12.498 8 INFO neutron.services.segments.plugin [-] Segment 8455afa8-6b3d-4103-b705-92d0efd956ec resource provider aggregate not found 2026-05-28 10:16:12.509 8 INFO neutron.services.segments.plugin [-] Segment 8455afa8-6b3d-4103-b705-92d0efd956ec resource provider aggregate not found 2026-05-28 10:16:12.527 8 INFO neutron.services.segments.plugin [-] Segment 8455afa8-6b3d-4103-b705-92d0efd956ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8455afa8-6b3d-4103-b705-92d0efd956ec found for delete ", "request_id": "req-970c8d0a-911c-4b11-86f9-25bffd4c7fcf"}]} 2026-05-28 10:16:12.545 8 INFO neutron.services.segments.plugin [-] Segment 8455afa8-6b3d-4103-b705-92d0efd956ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8455afa8-6b3d-4103-b705-92d0efd956ec found for delete ", "request_id": "req-ce0401ce-6e18-4e4d-a530-7cab7d9e3c80"}]} [pid: 7|app: 0|req: 139/215] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/216] 10.0.0.240 () {32 vars in 697 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:12.670 8 INFO neutron.db.l3_hamode_db [None req-27ba88ec-e530-4253-a843-75aac519fde5 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 141/217] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:12 2026] GET /v2.0/security-groups?tenant_id=9f4124edef9c49349f7689c1c6bc7bb4&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/218] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:11 2026] POST /v2.0/routers => generated 691 bytes in 2378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/219] 10.0.0.240 () {32 vars in 695 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/220] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:13 2026] DELETE /v2.0/security-groups/62e51bd6-1a39-499f-90dd-2c2fa88e5d54 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/221] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/routers/d1294c48-2277-4642-826a-16e20c6e1351 => generated 697 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/222] 10.0.0.240 () {32 vars in 685 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/223] 10.0.0.240 () {32 vars in 647 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/routers => generated 700 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 83/224] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/225] 10.0.0.240 () {34 vars in 676 bytes} [Thu May 28 10:16:12 2026] POST /v2.0/floatingips => generated 552 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/226] 10.0.0.240 () {32 vars in 705 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/227] 10.0.0.240 () {32 vars in 667 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/228] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/229] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/230] 10.0.0.240 () {32 vars in 691 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/231] 10.0.0.240 () {32 vars in 691 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/232] 10.0.0.240 () {32 vars in 695 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/233] 10.0.0.240 () {32 vars in 685 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/234] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/235] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/236] 10.0.0.240 () {32 vars in 703 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/237] 10.0.0.240 () {32 vars in 713 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/238] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/239] 10.0.0.240 () {32 vars in 715 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/240] 10.0.0.240 () {32 vars in 727 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/241] 10.0.0.240 () {32 vars in 741 bytes} [Thu May 28 10:16:13 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/242] 10.0.0.240 () {32 vars in 719 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/243] 10.0.0.240 () {32 vars in 683 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/244] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/245] 10.0.0.240 () {32 vars in 719 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/246] 10.0.0.240 () {32 vars in 679 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/247] 10.0.0.240 () {32 vars in 669 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/248] 10.0.0.240 () {32 vars in 697 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/249] 10.0.0.240 () {32 vars in 705 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/250] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/251] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/252] 10.0.0.240 () {34 vars in 741 bytes} [Thu May 28 10:16:13 2026] PUT /v2.0/routers/d1294c48-2277-4642-826a-16e20c6e1351 => generated 704 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/253] 10.0.0.240 () {32 vars in 683 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/254] 10.0.0.240 () {32 vars in 705 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/255] 10.0.0.240 () {32 vars in 695 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/256] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/257] 10.0.0.240 () {32 vars in 697 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/258] 10.0.0.240 () {32 vars in 679 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/259] 10.0.0.240 () {32 vars in 689 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/260] 10.0.0.240 () {32 vars in 701 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/261] 10.0.0.240 () {32 vars in 665 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/262] 10.0.0.240 () {32 vars in 681 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/263] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/routers/d1294c48-2277-4642-826a-16e20c6e1351 => generated 704 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/264] 10.0.0.240 () {32 vars in 677 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/265] 10.0.0.240 () {32 vars in 693 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/266] 10.0.0.240 () {32 vars in 677 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 88/267] 10.0.0.240 () {32 vars in 667 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/268] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/ports?device_id=d1294c48-2277-4642-826a-16e20c6e1351 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/269] 10.0.0.240 () {32 vars in 663 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/270] 10.0.0.240 () {32 vars in 675 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/271] 10.0.0.240 () {32 vars in 687 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:14.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dde4d9e-accf-4fac-ad58-391eed249879 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: d3ec30fd-ee2c-4add-ac52-8b80b0f98174 2026-05-28 10:16:14.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dde4d9e-accf-4fac-ad58-391eed249879 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: d3ec30fd-ee2c-4add-ac52-8b80b0f98174 2026-05-28 10:16:14.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dde4d9e-accf-4fac-ad58-391eed249879 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] TaaS: Handle Delete Port: 9a24c15c-8bff-41ae-8067-8666e6b5fd0c 2026-05-28 10:16:14.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dde4d9e-accf-4fac-ad58-391eed249879 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] Tap Mirror: Handle Delete Port: 9a24c15c-8bff-41ae-8067-8666e6b5fd0c [pid: 8|app: 0|req: 92/272] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:14 2026] GET /v2.0/security-groups?tenant_id=ffa52e31e5e44e53ad222b9ee89d2f35&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:15.090 7 INFO neutron.services.segments.plugin [-] Segment 70be12c9-83ac-462a-b8a4-c54ea5a1540c resource provider aggregate not found 2026-05-28 10:16:15.093 7 INFO neutron.services.segments.plugin [-] Segment 70be12c9-83ac-462a-b8a4-c54ea5a1540c resource provider aggregate not found [pid: 8|app: 0|req: 93/273] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=17aee335-af3a-4550-a2b1-110af4321837 => generated 1242 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:15.114 7 INFO neutron.services.segments.plugin [-] Segment 70be12c9-83ac-462a-b8a4-c54ea5a1540c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70be12c9-83ac-462a-b8a4-c54ea5a1540c found for delete ", "request_id": "req-357cbf08-b78a-4021-b241-bc2f59e73e21"}]} 2026-05-28 10:16:15.115 7 INFO neutron.services.segments.plugin [-] Segment 70be12c9-83ac-462a-b8a4-c54ea5a1540c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70be12c9-83ac-462a-b8a4-c54ea5a1540c found for delete ", "request_id": "req-02986061-ba3e-4f81-a400-a50e752674e4"}]} 2026-05-28 10:16:15.126 7 INFO neutron.db.l3_hamode_db [None req-7dde4d9e-accf-4fac-ad58-391eed249879 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] HA network 94ba6871-c639-4722-9498-eb6ea2ac6178 was deleted as no HA routers are present in tenant a1899fadad2942469c7063d0a5d3935a. [pid: 7|app: 0|req: 181/274] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:14 2026] DELETE /v2.0/routers/d1294c48-2277-4642-826a-16e20c6e1351 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 94/275] 10.0.0.140 () {34 vars in 1098 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--603461137&fields=id&tenant_id=190f0fafe99e403394f0fc01ab9f09ad => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/276] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/security-groups?id=ba9f9f85-d983-4f8a-b9b9-3a65263ab536&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/277] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=d1294c48-2277-4642-826a-16e20c6e1351 => 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: 182/278] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/security-groups/72089913-827c-481b-8627-9acce871456a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:16:15.254 7 INFO neutron.api.v2.resource [None req-ffa7d385-cb1c-474f-b45a-9967c3fa9020 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/279] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/routers/d1294c48-2277-4642-826a-16e20c6e1351 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/280] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=c7edc6d3-19aa-4117-af71-008cf3b415f0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/281] 10.0.0.140 () {34 vars in 982 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/networks?id=0140634f-b716-4808-848d-aa6441a970cc => generated 675 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:15.307 7 INFO neutron.api.v2.resource [None req-6edea454-f1af-4c7b-b9ad-299512fa474d dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/282] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/routers/c7edc6d3-19aa-4117-af71-008cf3b415f0 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/283] 10.0.0.140 () {34 vars in 965 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/quotas/190f0fafe99e403394f0fc01ab9f09ad => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:15.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e020ba13-eead-4e42-a747-454b819ae134 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/284] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/subnets/5c6ce8f2-0060-4a8f-b96b-ab91d4ea782a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/285] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=e9974700-865c-42fd-9709-522abbd6d6ff => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:15.384 8 INFO neutron.api.v2.resource [None req-d13ca8f0-c21f-4858-97ed-633b25e8dacc dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 100/286] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/routers/e9974700-865c-42fd-9709-522abbd6d6ff => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:15.406 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d5a577e-f5ac-4e00-9b26-2b3d59e76f7b dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/287] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/subnets/f4c3f798-7101-42d8-aa3a-7fc7f69beae2 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/288] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=5ade279c-9798-423c-9db2-a9d699d39184 => 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: 187/289] 10.0.0.140 () {34 vars in 1002 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?tenant_id=190f0fafe99e403394f0fc01ab9f09ad&fields=id => generated 103 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:15.462 8 INFO neutron.api.v2.resource [None req-ad505be1-a887-4a05-a21a-ab592b548c81 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/290] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/routers/5ade279c-9798-423c-9db2-a9d699d39184 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:15.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13f8a9e2-35ca-4cd1-b8f6-137cc259f4b6 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/291] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/subnets/30789fe0-f9fc-4cb6-8e4e-0db26fd6e1cb => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:15.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07c78f3e-9e3e-4d5a-8e22-291813b57cb4 dae8a6ef8c06446891c133c3220c7fa9 a1899fadad2942469c7063d0a5d3935a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 104/292] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:15 2026] DELETE /v2.0/subnets/223e081c-3b28-42f8-80e4-af273b2dbe77 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/293] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=0783a2dd-1a3e-406d-be51-cc67b136e30a => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/294] 10.0.0.240 () {32 vars in 623 bytes} [Thu May 28 10:16:15 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/295] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/security-groups?id=63c3dfc8-7655-40eb-b4d9-a55f71c41740&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/296] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ports?device_id=b75ba232-778b-4f49-b606-9f7ff1fb2d45 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/297] 10.0.0.140 () {34 vars in 907 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/298] 10.0.0.240 () {32 vars in 633 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/ => generated 632 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/299] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/security-groups?id=3120b465-7883-4990-81d9-a19f06b77fb7&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/300] 10.0.0.140 () {34 vars in 1008 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/301] 10.0.0.140 () {34 vars in 1108 bytes} [Thu May 28 10:16:15 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/302] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:16 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/303] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:16 2026] GET /v2.0/security-groups?tenant_id=a1899fadad2942469c7063d0a5d3935a&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/304] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:16 2026] DELETE /v2.0/security-groups/09d44bfb-ec32-47b1-ae2b-8a8b85208b42 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/305] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:16 2026] GET /v2.0/security-groups?tenant_id=6aadc3d1afe04c76a4a22e6323ec3828&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/306] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:16 2026] DELETE /v2.0/security-groups/29393cc7-b649-48d2-ba50-983281cb113c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/307] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:17 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:17.619 7 INFO neutron.db.segments_db [None req-78eadd84-3371-4aaa-91ea-90c7007e466c d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Added segment 0d8f6461-cd66-42a7-b9f4-f42cbe4d442f of type vxlan for network 6b32ab93-0b8e-40a0-a411-41e3ca2c28ce [pid: 7|app: 0|req: 195/308] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:17 2026] POST /v2.0/networks => generated 629 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/309] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:17 2026] POST /v2.0/subnets => generated 627 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:18.038 7 INFO neutron.db.segments_db [None req-7646e40b-d7d9-4d3b-b774-73c7a7ef2949 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Added segment b67b1082-9fbe-4e21-968f-1597864d91a9 of type vxlan for network a63e6696-9eba-4a79-8afc-431787cd6ec7 2026-05-28 10:16:18.308 7 INFO neutron.db.l3_hamode_db [None req-7646e40b-d7d9-4d3b-b774-73c7a7ef2949 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:18.643 8 INFO neutron.db.segments_db [None req-7bdd9b11-7c8c-4289-a1f0-6672fe364b68 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 of type vxlan for network 5fa6d3bb-b278-495b-a9d9-cf73ee92fbac [pid: 8|app: 0|req: 115/310] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:18 2026] POST /v2.0/networks => generated 610 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/311] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:18 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:18.782 8 INFO neutron.db.segments_db [None req-867065a8-1025-4ba2-9178-aa8506d4fcf7 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment abcabe23-18b8-4f1c-b296-2f3ff78f3a9d of type vxlan for network ef58abbf-efcf-4b52-805e-a988f73d61fa [pid: 8|app: 0|req: 117/312] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:18 2026] POST /v2.0/networks => generated 610 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:19.073 7 INFO neutron.db.l3_hamode_db [None req-7646e40b-d7d9-4d3b-b774-73c7a7ef2949 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 118/313] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:18 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/314] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:19 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:19.360 8 INFO neutron.db.segments_db [None req-8dd03f95-b8ff-45bf-9580-94f0db666a2c f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment a2d95004-51a9-4a8f-9823-c635f9973301 of type vxlan for network 3e9dbb00-2ee0-417b-bd05-d9500f135999 2026-05-28 10:16:19.602 8 INFO neutron.db.l3_hamode_db [None req-8dd03f95-b8ff-45bf-9580-94f0db666a2c f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:19.748 8 INFO neutron.db.l3_hamode_db [None req-8dd03f95-b8ff-45bf-9580-94f0db666a2c f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 196/315] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:17 2026] POST /v2.0/routers => generated 694 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/316] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:19 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/317] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:19 2026] POST /v2.0/routers => generated 507 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/318] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:19 2026] PUT /v2.0/routers/59e7af03-0400-4f18-9f9c-d0fb7e6cc70c/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/319] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:16:21 2026] GET /v2.0/networks?id=0140634f-b716-4808-848d-aa6441a970cc => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/320] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:21 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/321] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:20 2026] PUT /v2.0/routers/62158d49-b10c-4b48-b85f-019ef2e7914e/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/322] 199.19.213.181 () {34 vars in 1050 bytes} [Thu May 28 10:16:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=190f0fafe99e403394f0fc01ab9f09ad => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/323] 10.0.0.240 () {34 vars in 665 bytes} [Thu May 28 10:16:21 2026] POST /v2.0/ports => generated 955 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 202/324] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:16:21 2026] GET /v2.0/ports/00d12f46-a571-45f6-9968-5eca816771e1 => generated 955 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/325] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:21 2026] GET /v2.0/security-groups?tenant_id=88ff6e5cc5914b79b27bd3260cf65dc1&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/326] 199.19.213.181 () {38 vars in 955 bytes} [Thu May 28 10:16:21 2026] POST /v2.0/ports => generated 958 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 124/327] 10.0.0.240 () {34 vars in 665 bytes} [Thu May 28 10:16:21 2026] POST /v2.0/ports => generated 955 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 125/328] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:22 2026] DELETE /v2.0/security-groups/1d31299c-df7f-48ae-bebb-2f9f21fcc31e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/329] 199.19.213.181 () {38 vars in 1028 bytes} [Thu May 28 10:16:22 2026] PUT /v2.0/ports/56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05 => generated 1239 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 10:16:22.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4094a3d7-6929-4fbf-86bf-613be7521473'] response: {'name': 'network-changed', 'server_uuid': '8884562b-cab3-4ed3-9dfa-8fc357018ed3', 'tag': '56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 204/330] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:22 2026] PUT /v2.0/routers/62158d49-b10c-4b48-b85f-019ef2e7914e/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/331] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/332] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/security-groups?tenant_id=dbd5e1445640420d9560808fcaa36ee7&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/335] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/ports?tenant_id=190f0fafe99e403394f0fc01ab9f09ad&device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:23.651 8 INFO neutron.db.l3_db [None req-a8997bda-60e9-4e89-834a-a665f9a149c7 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Floating IP ae66f70a-91b4-4730-aed8-1a54a1e8182c associated. External IP: 10.96.250.215, port: f409e745-5028-4a59-be66-d1dcec1904d0. [pid: 7|app: 0|req: 210/336] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/ports/0ecf1abf-2d9c-4acb-8eb7-08d64237142b => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/337] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/338] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:23 2026] DELETE /v2.0/security-groups/a8159e68-c339-4ada-9b3b-5b15eaec728a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/339] 199.19.213.181 () {34 vars in 1018 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/networks?tenant_id=190f0fafe99e403394f0fc01ab9f09ad&shared=False => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/340] 10.0.0.240 () {34 vars in 677 bytes} [Thu May 28 10:16:22 2026] POST /v2.0/floatingips => generated 842 bytes in 1172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/341] 199.19.213.181 () {34 vars in 930 bytes} [Thu May 28 10:16:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:24.127 8 INFO neutron.db.l3_db [None req-89210828-be0c-4323-9b9c-1e5cb9401078 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Floating IP ae66f70a-91b4-4730-aed8-1a54a1e8182c disassociated. External IP: 10.96.250.215, port: f409e745-5028-4a59-be66-d1dcec1904d0. 2026-05-28 10:16:24.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-61d19a1c-ec07-4d2c-aa2c-cb4b0de4fa84 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 0ecf1abf-2d9c-4acb-8eb7-08d64237142b 2026-05-28 10:16:24.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61d19a1c-ec07-4d2c-aa2c-cb4b0de4fa84 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 0ecf1abf-2d9c-4acb-8eb7-08d64237142b [pid: 8|app: 0|req: 129/342] 10.0.0.240 () {34 vars in 749 bytes} [Thu May 28 10:16:24 2026] PUT /v2.0/floatingips/ae66f70a-91b4-4730-aed8-1a54a1e8182c => generated 552 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:24.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-da654dfe-5f08-4b4f-ab2d-72d3312d8efa d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] TaaS: Handle Delete Port: 7f3d5882-7a76-44c7-9634-884cf5388a6f 2026-05-28 10:16:24.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da654dfe-5f08-4b4f-ab2d-72d3312d8efa d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Tap Mirror: Handle Delete Port: 7f3d5882-7a76-44c7-9634-884cf5388a6f [pid: 7|app: 0|req: 214/343] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:23 2026] PUT /v2.0/routers/62158d49-b10c-4b48-b85f-019ef2e7914e/remove_router_interface => generated 309 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/344] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:16:24 2026] DELETE /v2.0/floatingips/ae66f70a-91b4-4730-aed8-1a54a1e8182c => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:16:25.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-45cf03dd-147f-49ec-9b68-79c599970cfc f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 00d12f46-a571-45f6-9968-5eca816771e1 2026-05-28 10:16:25.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45cf03dd-147f-49ec-9b68-79c599970cfc f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 00d12f46-a571-45f6-9968-5eca816771e1 [pid: 7|app: 0|req: 215/345] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:24 2026] PUT /v2.0/routers/62158d49-b10c-4b48-b85f-019ef2e7914e/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/346] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:25.542 8 INFO neutron.db.l3_db [None req-64c9118a-507d-47a3-8320-0fd57e66df40 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Floating IP 7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 associated. External IP: 10.96.250.204, port: d16b4787-9b79-4cb0-87a3-eef592723689. [pid: 7|app: 0|req: 217/347] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/ports?tenant_id=190f0fafe99e403394f0fc01ab9f09ad&device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/348] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/ports?device_id=62158d49-b10c-4b48-b85f-019ef2e7914e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/349] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/350] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:25.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec762b63-2f1d-48a7-a843-8426856a75fb f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: a4e76e8e-05d9-4494-a472-801b97349797 2026-05-28 10:16:25.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec762b63-2f1d-48a7-a843-8426856a75fb f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: a4e76e8e-05d9-4494-a472-801b97349797 [pid: 8|app: 0|req: 131/351] 10.0.0.240 () {34 vars in 677 bytes} [Thu May 28 10:16:24 2026] POST /v2.0/floatingips => generated 842 bytes in 1114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/352] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/subnets?id=24175623-ae59-420c-8247-a9666e0d6ba7 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/353] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/floatingips/7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 => generated 842 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/354] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/ports?network_id=0140634f-b716-4808-848d-aa6441a970cc&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:26.185 7 INFO neutron.services.segments.plugin [-] Segment a2d95004-51a9-4a8f-9823-c635f9973301 resource provider aggregate not found 2026-05-28 10:16:26.194 7 INFO neutron.services.segments.plugin [-] Segment a2d95004-51a9-4a8f-9823-c635f9973301 resource provider aggregate not found 2026-05-28 10:16:26.210 7 INFO neutron.db.l3_hamode_db [None req-ec762b63-2f1d-48a7-a843-8426856a75fb f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] HA network 3e9dbb00-2ee0-417b-bd05-d9500f135999 was deleted as no HA routers are present in tenant 3173512a4b03450fa126bf99a29e0420. 2026-05-28 10:16:26.212 7 INFO neutron.services.segments.plugin [-] Segment a2d95004-51a9-4a8f-9823-c635f9973301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2d95004-51a9-4a8f-9823-c635f9973301 found for delete ", "request_id": "req-f12bd39d-fcdc-4440-a107-80b1ec8fa52b"}]} [pid: 7|app: 0|req: 221/355] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:25 2026] DELETE /v2.0/routers/62158d49-b10c-4b48-b85f-019ef2e7914e => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:16:26.227 7 INFO neutron.services.segments.plugin [-] Segment a2d95004-51a9-4a8f-9823-c635f9973301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2d95004-51a9-4a8f-9823-c635f9973301 found for delete ", "request_id": "req-533b82e2-3a92-47fd-9cbd-95315a458895"}]} [pid: 7|app: 0|req: 222/356] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:16:26 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/357] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:26 2026] DELETE /v2.0/subnets/c67113a7-e81a-4e6b-b000-9e34c63bd16f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/358] 10.0.0.240 () {32 vars in 655 bytes} [Thu May 28 10:16:25 2026] GET /v2.0/floatingips => generated 845 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/359] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:16:26 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/360] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:26 2026] DELETE /v2.0/subnets/dc5c396e-e095-4954-9134-e576d13b8367 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 10:16:26.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-51d9bddc-1c2c-4cad-b946-810bab462df0 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 7a032709-79cd-4c2e-9255-ec11d827a9e4 2026-05-28 10:16:26.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51d9bddc-1c2c-4cad-b946-810bab462df0 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 7a032709-79cd-4c2e-9255-ec11d827a9e4 2026-05-28 10:16:26.829 8 INFO neutron.services.segments.plugin [-] Segment abcabe23-18b8-4f1c-b296-2f3ff78f3a9d resource provider aggregate not found 2026-05-28 10:16:26.838 8 INFO neutron.services.segments.plugin [-] Segment abcabe23-18b8-4f1c-b296-2f3ff78f3a9d resource provider aggregate not found 2026-05-28 10:16:26.853 8 INFO neutron.services.segments.plugin [-] Segment abcabe23-18b8-4f1c-b296-2f3ff78f3a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abcabe23-18b8-4f1c-b296-2f3ff78f3a9d found for delete ", "request_id": "req-7bad421f-4ad2-431f-84c5-3808817476c3"}]} 2026-05-28 10:16:26.861 8 INFO neutron.services.segments.plugin [-] Segment abcabe23-18b8-4f1c-b296-2f3ff78f3a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abcabe23-18b8-4f1c-b296-2f3ff78f3a9d found for delete ", "request_id": "req-f1d03b80-7f31-4695-aa67-204a4e9ecf68"}]} [pid: 8|app: 0|req: 137/361] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:16:26 2026] DELETE /v2.0/networks/ef58abbf-efcf-4b52-805e-a988f73d61fa => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 10:16:26.916 7 INFO neutron.db.l3_db [None req-c838d8de-fb41-46bc-8088-b24ea5bfffe9 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Floating IP 7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 associated. External IP: 10.96.250.204, port: d16b4787-9b79-4cb0-87a3-eef592723689. [pid: 8|app: 0|req: 138/362] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:26 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:27.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-511ff268-cb15-4df9-8a23-9fcd8272a6fa f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: e9539214-cc4a-4d6d-bdbd-988669411aae 2026-05-28 10:16:27.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-511ff268-cb15-4df9-8a23-9fcd8272a6fa f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: e9539214-cc4a-4d6d-bdbd-988669411aae [pid: 8|app: 0|req: 139/363] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:16:26 2026] DELETE /v2.0/networks/5fa6d3bb-b278-495b-a9d9-cf73ee92fbac => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/364] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:27 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:27.422 8 INFO neutron.db.segments_db [None req-a81ffb10-af19-49ef-8877-7597a8695ddf f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment e0098e0a-6d73-4c86-8f52-0a55a1b0f0af of type vxlan for network 61adccff-b2e4-41a0-a58b-5028862b5320 [pid: 8|app: 0|req: 141/365] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:27 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/366] 10.0.0.240 () {34 vars in 749 bytes} [Thu May 28 10:16:26 2026] PUT /v2.0/floatingips/7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 => generated 842 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/367] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:27 2026] POST /v2.0/subnets => generated 626 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:27.907 8 INFO neutron.db.segments_db [None req-52c96121-77c9-49a7-a4f4-cb8a2167278b f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment ea9edc17-4d29-4b7b-8b38-835aa7cb8279 of type vxlan for network c91cfb4e-e555-4dd3-9b7f-e7039c6c6e73 2026-05-28 10:16:28.192 8 INFO neutron.db.l3_hamode_db [None req-52c96121-77c9-49a7-a4f4-cb8a2167278b f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:28.279 7 INFO neutron.db.l3_db [None req-08911a35-907a-494c-ba08-80fa51caebd6 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Floating IP 7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 disassociated. External IP: 10.96.250.204, port: f409e745-5028-4a59-be66-d1dcec1904d0. 2026-05-28 10:16:28.331 8 INFO neutron.db.l3_hamode_db [None req-52c96121-77c9-49a7-a4f4-cb8a2167278b f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/368] 10.0.0.240 () {34 vars in 749 bytes} [Thu May 28 10:16:27 2026] PUT /v2.0/floatingips/7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 => generated 552 bytes in 951 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/369] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:28 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:28.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3b299fe-4a7a-44b2-a2a9-75e46886f94c d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] TaaS: Handle Delete Port: 990c06a2-0c0b-4a4f-99b3-439617b70243 2026-05-28 10:16:28.795 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3b299fe-4a7a-44b2-a2a9-75e46886f94c d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] Tap Mirror: Handle Delete Port: 990c06a2-0c0b-4a4f-99b3-439617b70243 2026-05-28 10:16:28.881 8 INFO neutron.services.segments.plugin [-] Segment 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 resource provider aggregate not found 2026-05-28 10:16:28.889 8 INFO neutron.services.segments.plugin [-] Segment 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 resource provider aggregate not found 2026-05-28 10:16:28.912 8 INFO neutron.services.segments.plugin [-] Segment 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 found for delete ", "request_id": "req-f66fbd1a-5b48-4518-ad52-afedbb455e50"}]} 2026-05-28 10:16:28.919 8 INFO neutron.services.segments.plugin [-] Segment 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b57d68c-e9a2-4aba-9dcc-e76db0c698c5 found for delete ", "request_id": "req-67b76884-1479-4841-beba-5818797b1b08"}]} [pid: 8|app: 0|req: 143/370] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:27 2026] POST /v2.0/routers => generated 506 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/371] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:16:28 2026] DELETE /v2.0/floatingips/7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/372] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:28 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:29.032 8 INFO neutron.api.v2.resource [None req-46523c3b-be48-4ed5-b54e-e30f73ff1c12 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 145/373] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:16:29 2026] DELETE /v2.0/floatingips/7ba5ac52-d6c5-41fc-a85a-4e49abbd0207 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/374] 10.0.0.240 () {34 vars in 665 bytes} [Thu May 28 10:16:29 2026] POST /v2.0/ports => generated 951 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 230/375] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:29 2026] GET /v2.0/security-groups?tenant_id=1c7ea458ae3c458882b6eb9c05386245&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/376] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:29 2026] PUT /v2.0/routers/4502a9a6-2305-45b6-b59a-f01d9d6269dd/add_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 232/377] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:30 2026] DELETE /v2.0/security-groups/d131e2b7-06c4-4465-9535-f274ab247c1a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/378] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:30 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/379] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:16:30 2026] GET /v2.0/ports/72a9bceb-4978-431e-861a-76b33d253bd0 => generated 1025 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/380] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:30 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:31.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c97f63b-31cf-4f03-966b-8a79a1449616 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 72a9bceb-4978-431e-861a-76b33d253bd0 2026-05-28 10:16:31.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c97f63b-31cf-4f03-966b-8a79a1449616 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 72a9bceb-4978-431e-861a-76b33d253bd0 [pid: 7|app: 0|req: 236/381] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:30 2026] PUT /v2.0/routers/4502a9a6-2305-45b6-b59a-f01d9d6269dd/remove_router_interface => generated 309 bytes in 665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 237/382] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:31 2026] GET /v2.0/security-groups?tenant_id=c8c9260924824e3bb692cdc0a67c8264&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:31.773 7 INFO neutron.api.v2.resource [None req-75d52771-6c96-467d-b710-3f451b94c2cb f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/383] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:31 2026] PUT /v2.0/routers/4502a9a6-2305-45b6-b59a-f01d9d6269dd/remove_router_interface => generated 197 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/384] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:31 2026] DELETE /v2.0/security-groups/b4147621-22cc-4fc9-942b-39e76b06a352 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/385] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:31 2026] GET /v2.0/ports?device_id=4502a9a6-2305-45b6-b59a-f01d9d6269dd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:32.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fd225bf-b598-4fb0-b9d1-e0489fbd0c42 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 721e1234-2f86-4666-bb66-89f22c43d1a4 2026-05-28 10:16:32.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fd225bf-b598-4fb0-b9d1-e0489fbd0c42 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 721e1234-2f86-4666-bb66-89f22c43d1a4 2026-05-28 10:16:32.379 7 INFO neutron.services.segments.plugin [-] Segment ea9edc17-4d29-4b7b-8b38-835aa7cb8279 resource provider aggregate not found 2026-05-28 10:16:32.388 7 INFO neutron.services.segments.plugin [-] Segment ea9edc17-4d29-4b7b-8b38-835aa7cb8279 resource provider aggregate not found 2026-05-28 10:16:32.402 7 INFO neutron.services.segments.plugin [-] Segment ea9edc17-4d29-4b7b-8b38-835aa7cb8279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea9edc17-4d29-4b7b-8b38-835aa7cb8279 found for delete ", "request_id": "req-f6295f69-f4ec-4253-b560-1ac35df34303"}]} 2026-05-28 10:16:32.409 7 INFO neutron.services.segments.plugin [-] Segment ea9edc17-4d29-4b7b-8b38-835aa7cb8279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea9edc17-4d29-4b7b-8b38-835aa7cb8279 found for delete ", "request_id": "req-3600e285-9d7c-44f8-a2a0-0ecf87a053d9"}]} 2026-05-28 10:16:32.417 7 INFO neutron.db.l3_hamode_db [None req-1fd225bf-b598-4fb0-b9d1-e0489fbd0c42 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] HA network c91cfb4e-e555-4dd3-9b7f-e7039c6c6e73 was deleted as no HA routers are present in tenant 3173512a4b03450fa126bf99a29e0420. [pid: 7|app: 0|req: 241/386] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:31 2026] DELETE /v2.0/routers/4502a9a6-2305-45b6-b59a-f01d9d6269dd => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/387] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:32 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/388] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:32 2026] DELETE /v2.0/subnets/de0d4b46-d232-4664-bbf8-f05697475c89 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/389] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:32 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/390] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:16:32 2026] DELETE /v2.0/networks/61adccff-b2e4-41a0-a58b-5028862b5320 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/391] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:32 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:32.912 7 INFO neutron.db.segments_db [None req-6d64f6bf-523a-4a69-a2bd-0cb92c1a0353 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment b534e711-bab3-44ff-b935-50d0b22b4d49 of type vxlan for network b137d6a2-6d81-4f14-8feb-c6f097f8fb9a [pid: 7|app: 0|req: 247/392] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:32 2026] POST /v2.0/networks => generated 611 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:33.324 7 INFO neutron.db.l3_db [None req-719cc29b-cfde-4f12-9836-b3c79617b17f 61925e48dcc64cfe9595bb187308e5b5 190f0fafe99e403394f0fc01ab9f09ad - - default default] Floating IP 2efc5930-1e72-4528-a3aa-0b916f41e427 associated. External IP: 10.96.250.202, port: 56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05. [pid: 7|app: 0|req: 248/393] 10.0.0.240 () {34 vars in 749 bytes} [Thu May 28 10:16:33 2026] PUT /v2.0/floatingips/2efc5930-1e72-4528-a3aa-0b916f41e427 => generated 856 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/394] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:33 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:34.024 7 INFO neutron.db.segments_db [None req-78a35225-4f82-4884-9423-4895c2ebea13 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment 443b50de-9244-4065-b10e-72fba2ac24df of type vxlan for network 62bbbb27-44dd-4197-aeaf-a72a1bf8e779 2026-05-28 10:16:34.279 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-368b01e8-2952-4fb3-91d6-58fac80679d0'] response: {'name': 'network-changed', 'server_uuid': '8884562b-cab3-4ed3-9dfa-8fc357018ed3', 'tag': '56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05', 'status': 'completed', 'code': 200} 2026-05-28 10:16:34.326 7 INFO neutron.db.l3_hamode_db [None req-78a35225-4f82-4884-9423-4895c2ebea13 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:34.425 7 INFO neutron.services.segments.plugin [-] Segment e0098e0a-6d73-4c86-8f52-0a55a1b0f0af resource provider aggregate not found 2026-05-28 10:16:34.436 7 INFO neutron.services.segments.plugin [-] Segment e0098e0a-6d73-4c86-8f52-0a55a1b0f0af resource provider aggregate not found 2026-05-28 10:16:34.453 7 INFO neutron.services.segments.plugin [-] Segment e0098e0a-6d73-4c86-8f52-0a55a1b0f0af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0098e0a-6d73-4c86-8f52-0a55a1b0f0af found for delete ", "request_id": "req-774669a1-02ec-4d62-bd09-24ed454659b4"}]} 2026-05-28 10:16:34.465 7 INFO neutron.services.segments.plugin [-] Segment e0098e0a-6d73-4c86-8f52-0a55a1b0f0af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0098e0a-6d73-4c86-8f52-0a55a1b0f0af found for delete ", "request_id": "req-36b00e77-5bf7-4e92-9800-c6b41fab78e7"}]} 2026-05-28 10:16:34.478 7 INFO neutron.db.l3_hamode_db [None req-78a35225-4f82-4884-9423-4895c2ebea13 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 250/395] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:33 2026] POST /v2.0/routers => generated 507 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/396] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:16:35 2026] GET /v2.0/ports?tenant_id=190f0fafe99e403394f0fc01ab9f09ad&device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/397] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:35 2026] PUT /v2.0/routers/07319f5f-52f9-468f-8b17-a950e948826a/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/398] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:16:36 2026] GET /v2.0/networks?id=0140634f-b716-4808-848d-aa6441a970cc => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/399] 10.0.0.240 () {32 vars in 717 bytes} [Thu May 28 10:16:36 2026] GET /v2.0/ports/62a89e39-62ed-4e49-9243-75eb3523766f => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/400] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:36.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e0966dc-703a-4a5a-8f1f-407d8e78466a f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 62a89e39-62ed-4e49-9243-75eb3523766f 2026-05-28 10:16:36.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e0966dc-703a-4a5a-8f1f-407d8e78466a f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 62a89e39-62ed-4e49-9243-75eb3523766f [pid: 7|app: 0|req: 256/401] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:16:36 2026] PUT /v2.0/routers/07319f5f-52f9-468f-8b17-a950e948826a/remove_router_interface => generated 309 bytes in 749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/402] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:16:37 2026] GET /v2.0/subnets?id=24175623-ae59-420c-8247-a9666e0d6ba7 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/403] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:37 2026] GET /v2.0/ports?device_id=07319f5f-52f9-468f-8b17-a950e948826a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/404] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:16:37 2026] GET /v2.0/ports?network_id=0140634f-b716-4808-848d-aa6441a970cc&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:16:37.451 7 INFO neutron_taas.services.taas.taas_plugin [None req-196ac02a-0c01-4783-852a-cf2307bb632d f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: f91c3e87-4f75-456b-a445-74bab1a036da 2026-05-28 10:16:37.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-196ac02a-0c01-4783-852a-cf2307bb632d f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: f91c3e87-4f75-456b-a445-74bab1a036da 2026-05-28 10:16:37.811 7 INFO neutron.services.segments.plugin [-] Segment 443b50de-9244-4065-b10e-72fba2ac24df resource provider aggregate not found 2026-05-28 10:16:37.820 7 INFO neutron.services.segments.plugin [-] Segment 443b50de-9244-4065-b10e-72fba2ac24df resource provider aggregate not found 2026-05-28 10:16:37.832 7 INFO neutron.services.segments.plugin [-] Segment 443b50de-9244-4065-b10e-72fba2ac24df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 443b50de-9244-4065-b10e-72fba2ac24df found for delete ", "request_id": "req-aa154b14-34c5-4f85-a555-89bb8469bdec"}]} 2026-05-28 10:16:37.844 7 INFO neutron.services.segments.plugin [-] Segment 443b50de-9244-4065-b10e-72fba2ac24df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 443b50de-9244-4065-b10e-72fba2ac24df found for delete ", "request_id": "req-0081ca5a-64a9-4503-8828-b021fb3a769c"}]} 2026-05-28 10:16:37.850 7 INFO neutron.db.l3_hamode_db [None req-196ac02a-0c01-4783-852a-cf2307bb632d f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] HA network 62bbbb27-44dd-4197-aeaf-a72a1bf8e779 was deleted as no HA routers are present in tenant 3173512a4b03450fa126bf99a29e0420. [pid: 7|app: 0|req: 260/405] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:37 2026] DELETE /v2.0/routers/07319f5f-52f9-468f-8b17-a950e948826a => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/406] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:16:37 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/409] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:37 2026] DELETE /v2.0/subnets/103c593d-354b-4808-8a43-1fe78ba3ee4f => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/410] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:16:38 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:38.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-71e725cb-6725-48f9-8f17-14a822c68b64 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: c23ab2e6-065b-4ae8-b130-18783fa49a45 2026-05-28 10:16:38.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71e725cb-6725-48f9-8f17-14a822c68b64 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: c23ab2e6-065b-4ae8-b130-18783fa49a45 [pid: 7|app: 0|req: 266/411] 10.0.0.240 () {32 vars in 726 bytes} [Thu May 28 10:16:38 2026] DELETE /v2.0/networks/b137d6a2-6d81-4f14-8feb-c6f097f8fb9a => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 10:16:38.501 7 INFO neutron.db.segments_db [None req-b01e78c2-0f5b-4e11-a8be-84685f502be4 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Added segment cc090a1f-d4e0-47c5-a7e2-1569e0826f01 of type vxlan for network f425ea0c-e6d6-4fe4-beb4-06afb74520a3 2026-05-28 10:16:38.713 7 INFO neutron.db.l3_hamode_db [None req-b01e78c2-0f5b-4e11-a8be-84685f502be4 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:39.446 7 INFO neutron.db.l3_hamode_db [None req-b01e78c2-0f5b-4e11-a8be-84685f502be4 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:39.855 7 INFO neutron.services.segments.plugin [-] Segment b534e711-bab3-44ff-b935-50d0b22b4d49 resource provider aggregate not found 2026-05-28 10:16:39.869 7 INFO neutron.services.segments.plugin [-] Segment b534e711-bab3-44ff-b935-50d0b22b4d49 resource provider aggregate not found 2026-05-28 10:16:39.891 7 INFO neutron.services.segments.plugin [-] Segment b534e711-bab3-44ff-b935-50d0b22b4d49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b534e711-bab3-44ff-b935-50d0b22b4d49 found for delete ", "request_id": "req-41b5b0c3-447d-43cf-932e-87170de3d47b"}]} 2026-05-28 10:16:39.894 7 INFO neutron.services.segments.plugin [-] Segment b534e711-bab3-44ff-b935-50d0b22b4d49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b534e711-bab3-44ff-b935-50d0b22b4d49 found for delete ", "request_id": "req-f6db85a5-5606-4657-97f0-d1cf1d36786d"}]} [pid: 7|app: 0|req: 267/412] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:38 2026] POST /v2.0/routers => generated 688 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/413] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:16:40 2026] GET /v2.0/routers/1c831b47-be94-4784-8db1-cc06ca365f97 => generated 694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/414] 10.0.0.240 () {32 vars in 647 bytes} [Thu May 28 10:16:40 2026] GET /v2.0/routers => generated 697 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/415] 10.0.0.240 () {34 vars in 741 bytes} [Thu May 28 10:16:40 2026] PUT /v2.0/routers/1c831b47-be94-4784-8db1-cc06ca365f97 => generated 701 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/416] 10.0.0.240 () {32 vars in 721 bytes} [Thu May 28 10:16:40 2026] GET /v2.0/routers/1c831b47-be94-4784-8db1-cc06ca365f97 => generated 701 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/417] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:41 2026] GET /v2.0/ports?device_id=1c831b47-be94-4784-8db1-cc06ca365f97 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:16:41.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-2af608a1-60c1-46cc-9cc8-9c8777e2e9f2 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: 1d2c6b6e-4a9f-4d88-bbc8-0a28de4f87d2 2026-05-28 10:16:41.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2af608a1-60c1-46cc-9cc8-9c8777e2e9f2 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: 1d2c6b6e-4a9f-4d88-bbc8-0a28de4f87d2 2026-05-28 10:16:41.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-2af608a1-60c1-46cc-9cc8-9c8777e2e9f2 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] TaaS: Handle Delete Port: e1497ee8-c926-4e14-b13d-cd6c98bf39fc 2026-05-28 10:16:41.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2af608a1-60c1-46cc-9cc8-9c8777e2e9f2 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] Tap Mirror: Handle Delete Port: e1497ee8-c926-4e14-b13d-cd6c98bf39fc 2026-05-28 10:16:41.818 7 INFO neutron.db.l3_hamode_db [None req-2af608a1-60c1-46cc-9cc8-9c8777e2e9f2 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] HA network f425ea0c-e6d6-4fe4-beb4-06afb74520a3 was deleted as no HA routers are present in tenant 3173512a4b03450fa126bf99a29e0420. [pid: 7|app: 0|req: 273/418] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:41 2026] DELETE /v2.0/routers/1c831b47-be94-4784-8db1-cc06ca365f97 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:16:41.910 7 INFO neutron.services.segments.plugin [-] Segment cc090a1f-d4e0-47c5-a7e2-1569e0826f01 resource provider aggregate not found 2026-05-28 10:16:41.918 7 INFO neutron.services.segments.plugin [-] Segment cc090a1f-d4e0-47c5-a7e2-1569e0826f01 resource provider aggregate not found 2026-05-28 10:16:41.924 7 INFO neutron.services.segments.plugin [-] Segment cc090a1f-d4e0-47c5-a7e2-1569e0826f01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc090a1f-d4e0-47c5-a7e2-1569e0826f01 found for delete ", "request_id": "req-f9d97098-61a1-45c4-84d4-20a99191f274"}]} 2026-05-28 10:16:41.936 7 INFO neutron.services.segments.plugin [-] Segment cc090a1f-d4e0-47c5-a7e2-1569e0826f01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc090a1f-d4e0-47c5-a7e2-1569e0826f01 found for delete ", "request_id": "req-d2994662-c840-42e5-8226-f9eeb313f664"}]} 2026-05-28 10:16:42.106 7 INFO neutron.db.segments_db [None req-aa168fdc-556c-4586-bc2d-a643d8768f99 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Added segment a49928eb-b5d2-4f68-aa44-aa57e2ecd5c6 of type vxlan for network d74d1c9e-c7e6-4072-bd17-cc2f81f24736 [pid: 7|app: 0|req: 274/419] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:41 2026] POST /v2.0/networks => generated 621 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/420] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:42 2026] GET /v2.0/ports?device_id=1c831b47-be94-4784-8db1-cc06ca365f97 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/421] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:42 2026] POST /v2.0/subnets => generated 658 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:42.393 7 INFO neutron.api.v2.resource [None req-e812a1b0-80e4-4e1a-a9de-4ce2f3e9a646 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/422] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:42 2026] DELETE /v2.0/routers/1c831b47-be94-4784-8db1-cc06ca365f97 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/423] 10.0.0.240 () {32 vars in 722 bytes} [Thu May 28 10:16:42 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/424] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:42 2026] GET /v2.0/ports?device_id=07319f5f-52f9-468f-8b17-a950e948826a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/425] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:42 2026] POST /v2.0/subnets => generated 731 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:42.693 7 INFO neutron.api.v2.resource [None req-6ea4e543-18f1-446a-bb9a-54e7f49c4857 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 281/426] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:42 2026] DELETE /v2.0/routers/07319f5f-52f9-468f-8b17-a950e948826a => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:42.748 7 INFO neutron.db.segments_db [None req-ee5250a5-923a-4b00-ae6d-4847d0795387 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Added segment 3e04ab55-dd16-4f8e-a638-ff6ab3bd2399 of type vxlan for network fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d [pid: 7|app: 0|req: 282/427] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:42 2026] POST /v2.0/networks => generated 618 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:42.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88314812-3973-4abf-bb97-dc4c0ef73be4 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 283/428] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:42 2026] DELETE /v2.0/subnets/103c593d-354b-4808-8a43-1fe78ba3ee4f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/429] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:42 2026] POST /v2.0/subnets => generated 656 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/430] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:43 2026] GET /v2.0/ports?device_id=4502a9a6-2305-45b6-b59a-f01d9d6269dd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/431] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:43 2026] POST /v2.0/subnets => generated 725 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:43.314 7 INFO neutron.api.v2.resource [None req-89638b0c-2727-4bcf-836e-462dddee1e07 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 287/432] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:43 2026] DELETE /v2.0/routers/4502a9a6-2305-45b6-b59a-f01d9d6269dd => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:43.365 7 INFO neutron.db.segments_db [None req-91930345-af5f-4722-8f35-8c8900feac7e 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Added segment 6a77bca8-e926-4fd4-9e0a-2be572cef8ce of type vxlan for network 4031ea8f-6986-47ac-a56c-699d55417989 [pid: 7|app: 0|req: 288/433] 10.0.0.240 () {34 vars in 670 bytes} [Thu May 28 10:16:43 2026] POST /v2.0/networks => generated 619 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:43.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8aa300b-31dc-4917-9220-97895ce3cfc1 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 289/434] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:43 2026] DELETE /v2.0/subnets/de0d4b46-d232-4664-bbf8-f05697475c89 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/435] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:43 2026] POST /v2.0/subnets => generated 656 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/436] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:16:43 2026] GET /v2.0/ports?device_id=62158d49-b10c-4b48-b85f-019ef2e7914e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/437] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:43 2026] POST /v2.0/subnets => generated 730 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:43.934 7 INFO neutron.api.v2.resource [None req-62ed42af-fa22-45a3-befd-fec345060a7f f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 293/438] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:43 2026] DELETE /v2.0/routers/62158d49-b10c-4b48-b85f-019ef2e7914e => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:43.979 7 INFO neutron.db.segments_db [None req-a534f2cd-3bc8-4b57-8b85-9e151239fc67 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Added segment f42210c1-82d4-405a-84ad-0d09cb2a96d6 of type vxlan for network e0be60ca-4f31-485e-8002-944645ba354a 2026-05-28 10:16:44.214 7 INFO neutron.db.l3_hamode_db [None req-a534f2cd-3bc8-4b57-8b85-9e151239fc67 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:16:45.383 7 INFO neutron.db.l3_hamode_db [None req-a534f2cd-3bc8-4b57-8b85-9e151239fc67 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 294/439] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:16:43 2026] POST /v2.0/routers => generated 685 bytes in 2306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:16:46.254 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1590f219-73d5-416c-ae04-58ecaa8365d8 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/440] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:46 2026] DELETE /v2.0/subnets/c67113a7-e81a-4e6b-b000-9e34c63bd16f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/441] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:46 2026] PUT /v2.0/routers/c04af4a3-2053-4f3d-bee5-93cdd89e1535/add_router_interface => generated 309 bytes in 1310 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:47.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84df8f2d-0ccc-4bf0-ab53-bb392b069725 f6fd2b67f6a046e185cacff1e77af4d4 3173512a4b03450fa126bf99a29e0420 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 297/442] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:16:47 2026] DELETE /v2.0/subnets/dc5c396e-e095-4954-9134-e576d13b8367 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/443] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:47 2026] PUT /v2.0/routers/c04af4a3-2053-4f3d-bee5-93cdd89e1535/add_router_interface => generated 309 bytes in 1391 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/444] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:48 2026] GET /v2.0/security-groups?tenant_id=3173512a4b03450fa126bf99a29e0420&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/445] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:16:49 2026] PUT /v2.0/routers/c04af4a3-2053-4f3d-bee5-93cdd89e1535/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/446] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:50 2026] DELETE /v2.0/security-groups/6471d44b-a817-42e1-be2a-9fcab9d2014f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/447] 10.0.0.240 () {34 vars in 684 bytes} [Thu May 28 10:16:50 2026] POST /v2.0/security-groups => generated 1627 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/448] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/449] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/450] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/451] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/452] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/453] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/454] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/455] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/456] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/457] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/458] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:16:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/459] 10.0.0.240 () {34 vars in 677 bytes} [Thu May 28 10:16:52 2026] POST /v2.0/subnetpools => generated 549 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/460] 10.0.0.140 () {34 vars in 1094 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-768402463&fields=id&tenant_id=53cae116e4ca4ef0903ef22327ec9caa => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/463] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/subnetpools/14ef1b98-1ffd-4705-9670-4da33d64f676 => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/464] 10.0.0.140 () {34 vars in 982 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/networks?id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d => generated 704 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/465] 10.0.0.240 () {34 vars in 749 bytes} [Thu May 28 10:16:52 2026] PUT /v2.0/subnetpools/14ef1b98-1ffd-4705-9670-4da33d64f676 => generated 501 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/466] 10.0.0.140 () {34 vars in 965 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/quotas/53cae116e4ca4ef0903ef22327ec9caa => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/467] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:16:52 2026] DELETE /v2.0/subnetpools/14ef1b98-1ffd-4705-9670-4da33d64f676 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/468] 10.0.0.140 () {34 vars in 1002 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&fields=id => generated 287 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:52.895 7 INFO neutron.api.v2.resource [None req-c95881af-aef9-4379-b7dc-3a67d0dc0fcc 51d47f531c374a6885b2b94cf96abc7d 0d678bc418f843f6896a60768554fed7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 324/469] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/subnetpools/14ef1b98-1ffd-4705-9670-4da33d64f676 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:16:52.910 7 INFO neutron.api.v2.resource [None req-d120eaa0-6ac8-4ba4-98f4-1c97d9b12eb2 51d47f531c374a6885b2b94cf96abc7d 0d678bc418f843f6896a60768554fed7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 325/470] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:16:52 2026] DELETE /v2.0/subnetpools/14ef1b98-1ffd-4705-9670-4da33d64f676 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/471] 10.0.0.140 () {34 vars in 1008 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/472] 10.0.0.140 () {34 vars in 1108 bytes} [Thu May 28 10:16:52 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/473] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:53 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/474] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:53 2026] GET /v2.0/security-groups?tenant_id=0d678bc418f843f6896a60768554fed7&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/475] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:53 2026] DELETE /v2.0/security-groups/dde8a448-26c4-443c-bf65-e6b3e76ea61e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/476] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:16:56 2026] GET /v2.0/security-groups?tenant_id=b24b227725de4037850fd7a1dea0ec6c&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/477] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:16:57 2026] DELETE /v2.0/security-groups/7d2cc26c-b086-4053-abfd-8e71085cca82 => 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: 333/478] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:16:57 2026] GET /v2.0/networks?id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/479] 199.19.213.181 () {34 vars in 1050 bytes} [Thu May 28 10:16:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=53cae116e4ca4ef0903ef22327ec9caa => generated 178 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/480] 199.19.213.181 () {38 vars in 955 bytes} [Thu May 28 10:16:57 2026] POST /v2.0/ports => generated 1183 bytes in 423 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: 336/481] 199.19.213.181 () {38 vars in 1028 bytes} [Thu May 28 10:16:58 2026] PUT /v2.0/ports/ab19e3ee-e851-4759-9a7b-42f6f168ed8c => generated 1464 bytes in 434 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: 337/482] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:16:58 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/483] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:16:58 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:16:58.570 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e29e4a0-1fdc-49f2-951a-aa5d96567458'] response: {'name': 'network-changed', 'server_uuid': '27a950f0-e73a-4e50-87e0-347b7600eba0', 'tag': 'ab19e3ee-e851-4759-9a7b-42f6f168ed8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 339/484] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:16:59 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/485] 199.19.213.181 () {34 vars in 1018 bytes} [Thu May 28 10:16:59 2026] GET /v2.0/networks?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&shared=False => generated 2376 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/486] 199.19.213.181 () {34 vars in 930 bytes} [Thu May 28 10:16:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/487] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:00 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/488] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=ab19e3ee-e851-4759-9a7b-42f6f168ed8c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/489] 199.19.213.181 () {34 vars in 1104 bytes} [Thu May 28 10:17:00 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 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/490] 199.19.213.181 () {34 vars in 1064 bytes} [Thu May 28 10:17:00 2026] GET /v2.0/subnets?id=3a806613-a972-4019-9351-3dacca5dab94&id=400c0e56-db3b-4f3d-b6ea-587c89c71120 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/491] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:00 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/492] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:00 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/493] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:00 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: 7|app: 0|req: 349/494] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:00 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/495] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:03 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/496] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:03 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/499] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:08 2026] GET /v2.0/ports?device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/500] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:09 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: 7|app: 0|req: 356/501] 10.0.0.240 () {32 vars in 818 bytes} [Thu May 28 10:17:09 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&mac_address=fa%3A16%3A3e%3A3e%3A54%3A64 => generated 1200 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:17:09.801 7 INFO neutron.db.l3_db [None req-5a36cbde-3543-4ccb-b72c-7f8e6d8ff40d 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Floating IP b206f69c-5d8b-451d-a6fc-08665a8f6743 associated. External IP: 10.96.250.219, port: ab19e3ee-e851-4759-9a7b-42f6f168ed8c. [pid: 7|app: 0|req: 357/502] 10.0.0.240 () {34 vars in 677 bytes} [Thu May 28 10:17:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:17:10.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-29c123ca-3346-4b82-8853-77bfa3597fff'] response: {'name': 'network-changed', 'server_uuid': '27a950f0-e73a-4e50-87e0-347b7600eba0', 'tag': 'ab19e3ee-e851-4759-9a7b-42f6f168ed8c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 358/503] 10.0.0.140 () {34 vars in 1094 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-768402463&fields=id&tenant_id=53cae116e4ca4ef0903ef22327ec9caa => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/504] 10.0.0.140 () {34 vars in 982 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/networks?id=4031ea8f-6986-47ac-a56c-699d55417989 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/505] 10.0.0.140 () {34 vars in 965 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/quotas/53cae116e4ca4ef0903ef22327ec9caa => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/506] 10.0.0.140 () {34 vars in 1002 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&fields=id => generated 333 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/507] 10.0.0.140 () {34 vars in 1008 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/508] 10.0.0.140 () {34 vars in 1108 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/509] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=27a950f0-e73a-4e50-87e0-347b7600eba0 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/510] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/511] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/networks?id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/512] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=ab19e3ee-e851-4759-9a7b-42f6f168ed8c => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/513] 199.19.213.181 () {34 vars in 1104 bytes} [Thu May 28 10:17:10 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 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/514] 199.19.213.181 () {34 vars in 1064 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/subnets?id=3a806613-a972-4019-9351-3dacca5dab94&id=400c0e56-db3b-4f3d-b6ea-587c89c71120 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/515] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/516] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:10 2026] GET /v2.0/ports?network_id=fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/517] 10.0.0.240 () {32 vars in 774 bytes} [Thu May 28 10:17:11 2026] GET /v2.0/security-groups?tenant_id=71ef74ed713046afbd2635c713c155c0&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/518] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:11 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/519] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:17:11 2026] DELETE /v2.0/security-groups/dc59fc5d-584a-4608-bb55-66ef7c1bd3ab => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/520] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:11 2026] GET /v2.0/networks/fa3e7a30-b568-4c07-aa7e-dfa083dd6d8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:17:14.482 7 INFO neutron.db.segments_db [None req-bfb3bee1-1101-4fea-8e4c-7d5bee8a914a 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Added segment fea4a3c6-57ce-47be-a218-3a65b95ed18d of type vxlan for network 3730dec0-f399-45dc-b875-f4dbd757d937 [pid: 7|app: 0|req: 376/521] 10.0.0.240 () {34 vars in 671 bytes} [Thu May 28 10:17:14 2026] POST /v2.0/networks => generated 613 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:17:14.631 7 INFO neutron.db.segments_db [None req-65f4cc88-355d-46bf-8618-73354a414768 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Added segment a85ec113-07fc-43c5-93d7-8cb803479bb7 of type vxlan for network 2ffab8a1-91b8-4b19-ac4a-d210737b6caf 2026-05-28 10:17:14.889 7 INFO neutron.db.l3_hamode_db [None req-65f4cc88-355d-46bf-8618-73354a414768 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:17:15.671 7 INFO neutron.db.l3_hamode_db [None req-65f4cc88-355d-46bf-8618-73354a414768 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 377/522] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:17:14 2026] POST /v2.0/routers => generated 695 bytes in 1989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/523] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:17:16 2026] GET /v2.0/networks?id=4031ea8f-6986-47ac-a56c-699d55417989 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/524] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:16 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => 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: 380/525] 10.0.0.240 () {32 vars in 776 bytes} [Thu May 28 10:17:16 2026] GET /v2.0/subnets?project_id=57a052535c7049d0820ca1724a01772b&cidr=10.100.0.0%2F28 => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/526] 199.19.213.181 () {34 vars in 1050 bytes} [Thu May 28 10:17:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=53cae116e4ca4ef0903ef22327ec9caa => generated 178 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/527] 10.0.0.240 () {32 vars in 694 bytes} [Thu May 28 10:17:16 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/528] 199.19.213.181 () {38 vars in 955 bytes} [Thu May 28 10:17:16 2026] POST /v2.0/ports => generated 1183 bytes in 391 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: 384/529] 10.0.0.240 () {32 vars in 784 bytes} [Thu May 28 10:17:17 2026] GET /v2.0/subnets?network_id=bf0ac3c7-2d12-4062-a3d9-1882712b5fb6&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/530] 199.19.213.181 () {38 vars in 1028 bytes} [Thu May 28 10:17:17 2026] PUT /v2.0/ports/af84b72a-e78b-4122-bbe5-4844a035d720 => generated 1464 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 10:17:17.687 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11f139e0-7799-4254-8cf3-2d18acacd278'] response: {'name': 'network-changed', 'server_uuid': 'fc504038-1c9b-4df9-a5dc-cb9d8f03c1da', 'tag': 'af84b72a-e78b-4122-bbe5-4844a035d720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/531] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:17:17 2026] POST /v2.0/subnets => generated 657 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/532] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:17:17 2026] PUT /v2.0/routers/de9776b0-3953-44aa-95c4-3f9563e77aca/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/533] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:19 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/534] 10.0.0.240 () {32 vars in 649 bytes} [Thu May 28 10:17:19 2026] GET /v2.0/networks => generated 15509 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/535] 199.19.213.181 () {34 vars in 1018 bytes} [Thu May 28 10:17:19 2026] GET /v2.0/networks?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&shared=False => generated 2376 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/536] 10.0.0.240 () {32 vars in 647 bytes} [Thu May 28 10:17:19 2026] GET /v2.0/subnets => generated 13342 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/537] 199.19.213.181 () {34 vars in 930 bytes} [Thu May 28 10:17:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/538] 10.0.0.240 () {32 vars in 647 bytes} [Thu May 28 10:17:19 2026] GET /v2.0/routers => generated 2903 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/539] 10.0.0.240 () {34 vars in 685 bytes} [Thu May 28 10:17:19 2026] POST /v2.0/security-groups => generated 1675 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/540] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:17:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/541] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:17:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/542] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:17:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/543] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:17:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:17:20.452 7 INFO neutron.db.securitygroups_db [None req-47478b39-9355-4b5f-abe6-7130c1f578b0 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Project 57a052535c7049d0820ca1724a01772b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 399/544] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:17:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:17:20.580 7 INFO neutron.db.securitygroups_db [None req-10cbb2ec-f487-40f4-9da5-d2e973e0c18c 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Project 57a052535c7049d0820ca1724a01772b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 400/545] 10.0.0.240 () {34 vars in 695 bytes} [Thu May 28 10:17:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/546] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/547] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.215&port_id=af84b72a-e78b-4122-bbe5-4844a035d720 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/548] 199.19.213.181 () {34 vars in 1104 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A12&port_id=af84b72a-e78b-4122-bbe5-4844a035d720 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/549] 199.19.213.181 () {34 vars in 1064 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/subnets?id=ba971e47-fd11-4a99-b409-b8dce06faf79&id=4796f559-7f05-4098-8071-af49a2800cff => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/550] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/551] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/552] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/553] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:20 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/554] 10.0.0.240 () {32 vars in 649 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/networks => generated 1297 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/555] 10.0.0.140 () {34 vars in 1100 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1568828811&fields=id&tenant_id=57a052535c7049d0820ca1724a01772b => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/556] 10.0.0.140 () {34 vars in 982 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/networks?id=3730dec0-f399-45dc-b875-f4dbd757d937 => generated 660 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/557] 10.0.0.140 () {34 vars in 965 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/quotas/57a052535c7049d0820ca1724a01772b => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/558] 10.0.0.140 () {34 vars in 1002 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/ports?tenant_id=57a052535c7049d0820ca1724a01772b&fields=id => generated 103 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/559] 10.0.0.140 () {34 vars in 1008 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/560] 10.0.0.140 () {34 vars in 1108 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/561] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/562] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1198 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/563] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:21 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/566] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:22 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/567] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:23 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/568] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:24 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/569] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:26 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/570] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:26 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/571] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:17:26 2026] GET /v2.0/networks?id=3730dec0-f399-45dc-b875-f4dbd757d937 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/572] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:27 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) [pid: 7|app: 0|req: 428/573] 199.19.213.181 () {34 vars in 1050 bytes} [Thu May 28 10:17:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57a052535c7049d0820ca1724a01772b => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/574] 10.0.0.240 () {32 vars in 818 bytes} [Thu May 28 10:17:27 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&mac_address=fa%3A16%3A3e%3Ae5%3A47%3A76 => generated 1200 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/575] 199.19.213.181 () {38 vars in 955 bytes} [Thu May 28 10:17:27 2026] POST /v2.0/ports => generated 958 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 10:17:28.422 7 INFO neutron.db.l3_db [None req-e076dec0-a038-4a83-891e-73be7b14656e 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Floating IP c82d6381-49bb-45d9-9da5-6e391bbe2953 associated. External IP: 10.96.250.212, port: af84b72a-e78b-4122-bbe5-4844a035d720. 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-3d1958e0-38b9-4560-80b4-639ab20cd759 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:17:29.154 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:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:17:29.154 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 146/576] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:16:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60124 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/577] 10.0.0.240 () {34 vars in 677 bytes} [Thu May 28 10:17:27 2026] POST /v2.0/floatingips => generated 855 bytes in 1677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/578] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 961 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:17:29.317 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ac68381-58ea-4f80-96d9-cd90e064a82e'] response: {'name': 'network-changed', 'server_uuid': 'fc504038-1c9b-4df9-a5dc-cb9d8f03c1da', 'tag': 'af84b72a-e78b-4122-bbe5-4844a035d720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 432/579] 199.19.213.181 () {38 vars in 1028 bytes} [Thu May 28 10:17:29 2026] PUT /v2.0/ports/ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475 => generated 1239 bytes in 491 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: 433/580] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/581] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/582] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/networks?id=4031ea8f-6986-47ac-a56c-699d55417989 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/583] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.215&port_id=af84b72a-e78b-4122-bbe5-4844a035d720 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/584] 199.19.213.181 () {34 vars in 1104 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A12&port_id=af84b72a-e78b-4122-bbe5-4844a035d720 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/585] 199.19.213.181 () {34 vars in 1064 bytes} [Thu May 28 10:17:29 2026] GET /v2.0/subnets?id=ba971e47-fd11-4a99-b409-b8dce06faf79&id=4796f559-7f05-4098-8071-af49a2800cff => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/586] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/587] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/588] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/589] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/590] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/ports?tenant_id=57a052535c7049d0820ca1724a01772b&device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/591] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/592] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/subnets?id=894c6bdd-fef7-4d7f-babf-ee230dc4a4b0 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/593] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/594] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/ports?network_id=3730dec0-f399-45dc-b875-f4dbd757d937&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/595] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/596] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:30 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/597] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:31 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:17:31.370 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-737b5904-64f5-4ce9-9427-50e4aa1b451c'] response: {'name': 'network-changed', 'server_uuid': '0abca876-0f67-40dd-88c2-fb980ffdc05d', 'tag': 'ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 451/598] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/599] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/600] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/ports?tenant_id=57a052535c7049d0820ca1724a01772b&device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/601] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/networks?id=3730dec0-f399-45dc-b875-f4dbd757d937 => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/602] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/603] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/subnets?id=894c6bdd-fef7-4d7f-babf-ee230dc4a4b0 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/604] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/ports?network_id=3730dec0-f399-45dc-b875-f4dbd757d937&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/605] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/606] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:32 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/607] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:33 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/608] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:33 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/609] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:34 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/610] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:34 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/611] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:35 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/612] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:35 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/613] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:36 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/614] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:36 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/615] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:17:36 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/616] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:17:36 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/617] 10.0.0.240 () {32 vars in 736 bytes} [Thu May 28 10:17:37 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:17:37.852 7 INFO neutron.db.l3_db [None req-4a6baca9-1807-4e50-bd09-065d0598490b 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Floating IP 3d197724-707d-4568-8096-25118207b93a associated. External IP: 10.96.250.206, port: ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475. [pid: 7|app: 0|req: 471/618] 10.0.0.240 () {34 vars in 677 bytes} [Thu May 28 10:17:37 2026] POST /v2.0/floatingips => generated 856 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:17:38.239 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34ab5438-bf6c-4753-9d8f-30da99e6b133'] response: {'name': 'network-changed', 'server_uuid': '0abca876-0f67-40dd-88c2-fb980ffdc05d', 'tag': 'ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 474/621] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a => generated 856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/622] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/ports?tenant_id=57a052535c7049d0820ca1724a01772b&device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/623] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/networks?id=3730dec0-f399-45dc-b875-f4dbd757d937 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/624] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475 => generated 859 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/625] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/subnets?id=894c6bdd-fef7-4d7f-babf-ee230dc4a4b0 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/626] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/ports?network_id=3730dec0-f399-45dc-b875-f4dbd757d937&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/627] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:17:38 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/628] 199.19.213.181 () {34 vars in 1112 bytes} [Thu May 28 10:17:39 2026] GET /v2.0/networks/3730dec0-f399-45dc-b875-f4dbd757d937?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/629] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:17:39 2026] GET /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/630] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:17:40 2026] GET /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-6a658ce7-57d3-4cb6-ad31-f82d02d128a4 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:18:29.362 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:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:18:29.362 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 148/637] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:17:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60108 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-1a85deca-d2ed-4fda-83c4-65338aafcbfc d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:19:29.300 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:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:19:29.300 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 490/646] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:18:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60153 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-33f05914-dadb-4bfc-8340-bbeff911a289 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:20:29.353 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:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:20:29.353 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 157/655] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:19:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60145 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation [None req-de28396b-4518-4ce7-ae78-0ddf1b9b603d d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:21:29.378 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:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:21:29.378 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 499/664] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:20:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60107 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/667] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:21:51 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/668] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:21:51 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/669] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:21:52 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/670] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:21:52 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/673] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:21:53 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/674] 199.19.213.181 () {34 vars in 994 bytes} [Thu May 28 10:21:53 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/675] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:21:53 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-618878c1-86d1-40e9-b5a7-329d60b32252 d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:29.591 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:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:22:29.591 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 166/676] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:21:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60250 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/677] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:22:29 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation [req-6d187558-d58e-4d48-bc18-8e23a7788051 req-0984da67-eca3-4a30-b7d5-79c95979440d 61925e48dcc64cfe9595bb187308e5b5 190f0fafe99e403394f0fc01ab9f09ad - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:22:53.735 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:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:22:53.735 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 511/682] 199.19.213.181 () {36 vars in 997 bytes} [Thu May 28 10:21:53 2026] DELETE /v2.0/ports/56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05 => generated 150 bytes in 60107 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/683] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:22:53 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:22:54.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-63534482-d722-4a06-bbb6-b91e6797af89 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] TaaS: Handle Delete Port: 790aa925-d67b-4032-bfce-d10af0afb15a 2026-05-28 10:22:54.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63534482-d722-4a06-bbb6-b91e6797af89 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Tap Mirror: Handle Delete Port: 790aa925-d67b-4032-bfce-d10af0afb15a 2026-05-28 10:22:54.399 7 INFO neutron.db.l3_db [None req-63534482-d722-4a06-bbb6-b91e6797af89 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] Floating IP c82d6381-49bb-45d9-9da5-6e391bbe2953 disassociated (deleted). External IP: 10.96.250.212, port: af84b72a-e78b-4122-bbe5-4844a035d720. [pid: 7|app: 0|req: 515/686] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:22:53 2026] DELETE /v2.0/floatingips/c82d6381-49bb-45d9-9da5-6e391bbe2953 => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 10:22:54.792 7 INFO neutron.api.v2.resource [None req-4dda76b3-5f15-4c3c-b7f6-a6611df92864 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/689] 10.0.0.240 () {32 vars in 729 bytes} [Thu May 28 10:22:54 2026] GET /v2.0/floatingips/c82d6381-49bb-45d9-9da5-6e391bbe2953 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 10:22:54.904 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23990b4f-493f-4250-b3f6-ba30291bcda7'] response: {'name': 'network-changed', 'server_uuid': 'fc504038-1c9b-4df9-a5dc-cb9d8f03c1da', 'tag': 'af84b72a-e78b-4122-bbe5-4844a035d720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 519/690] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:22:54 2026] GET /v2.0/ports?device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/691] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:22:55 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/692] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:22:55 2026] GET /v2.0/security-groups?id=8a3502e1-826b-44d5-be4c-4b6ebd5a30d2&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/693] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:22:55 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:22:55.285 7 INFO neutron.api.v2.resource [None req-dca2de3c-2757-43c3-b706-6484c3e91d38 61925e48dcc64cfe9595bb187308e5b5 190f0fafe99e403394f0fc01ab9f09ad - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 523/694] 10.0.0.240 () {32 vars in 740 bytes} [Thu May 28 10:22:55 2026] DELETE /v2.0/security-groups/8a3502e1-826b-44d5-be4c-4b6ebd5a30d2 => generated 136 bytes in 30 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 10:22:55.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d620570-46c4-49cf-9e41-1f60878f6d9b 61925e48dcc64cfe9595bb187308e5b5 190f0fafe99e403394f0fc01ab9f09ad - - default default] TaaS: Handle Delete Port: da2e228c-ee39-4633-bf2e-6b5d7254d956 2026-05-28 10:22:55.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d620570-46c4-49cf-9e41-1f60878f6d9b 61925e48dcc64cfe9595bb187308e5b5 190f0fafe99e403394f0fc01ab9f09ad - - default default] Tap Mirror: Handle Delete Port: da2e228c-ee39-4633-bf2e-6b5d7254d956 2026-05-28 10:22:55.543 7 INFO neutron.db.l3_db [None req-1d620570-46c4-49cf-9e41-1f60878f6d9b 61925e48dcc64cfe9595bb187308e5b5 190f0fafe99e403394f0fc01ab9f09ad - - default default] Floating IP 2efc5930-1e72-4528-a3aa-0b916f41e427 disassociated (deleted). External IP: 10.96.250.202, port: 56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05. [pid: 7|app: 0|req: 524/695] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:22:55 2026] DELETE /v2.0/floatingips/2efc5930-1e72-4528-a3aa-0b916f41e427 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/696] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:22:55 2026] GET /v2.0/ports?tenant_id=53cae116e4ca4ef0903ef22327ec9caa&device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1469 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:22:56.605 7 INFO neutron_taas.services.taas.taas_plugin [None req-db229f73-3339-4ee8-a0f4-a5a5b18af217 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: cf2fc0ec-7ea3-4444-926e-565219a93135 2026-05-28 10:22:56.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db229f73-3339-4ee8-a0f4-a5a5b18af217 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: cf2fc0ec-7ea3-4444-926e-565219a93135 2026-05-28 10:22:56.962 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56abfa52-b205-405e-b010-75948bdde1c3'] response: {'name': 'network-changed', 'server_uuid': '8884562b-cab3-4ed3-9dfa-8fc357018ed3', 'tag': '56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 526/697] 10.0.0.240 () {34 vars in 789 bytes} [Thu May 28 10:22:56 2026] PUT /v2.0/routers/84c145cd-b77c-476b-a490-dbeefff9d998/remove_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/698] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:22:57 2026] GET /v2.0/networks?id=4031ea8f-6986-47ac-a56c-699d55417989 => generated 801 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:22:57.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-44d657c4-5183-4ef7-bf7f-81bb4efa79f4 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: 5dbe90d9-18af-44ef-b31c-d061c9159656 2026-05-28 10:22:57.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d657c4-5183-4ef7-bf7f-81bb4efa79f4 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: 5dbe90d9-18af-44ef-b31c-d061c9159656 2026-05-28 10:22:58.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-44d657c4-5183-4ef7-bf7f-81bb4efa79f4 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] TaaS: Handle Delete Port: 37479cd2-2c13-49c6-9547-51dfe26dc54a 2026-05-28 10:22:58.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d657c4-5183-4ef7-bf7f-81bb4efa79f4 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Tap Mirror: Handle Delete Port: 37479cd2-2c13-49c6-9547-51dfe26dc54a 2026-05-28 10:22:58.645 7 INFO neutron.db.l3_hamode_db [None req-44d657c4-5183-4ef7-bf7f-81bb4efa79f4 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] HA network 277645c1-b072-4cb1-b841-adba7940282e was deleted as no HA routers are present in tenant 190f0fafe99e403394f0fc01ab9f09ad. [pid: 7|app: 0|req: 528/699] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:22:57 2026] DELETE /v2.0/routers/84c145cd-b77c-476b-a490-dbeefff9d998 => generated 0 bytes in 1208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/700] 199.19.213.181 () {34 vars in 1058 bytes} [Thu May 28 10:22:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.215&port_id=af84b72a-e78b-4122-bbe5-4844a035d720 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 10:22:58.674 7 INFO neutron.services.segments.plugin [-] Segment 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 resource provider aggregate not found 2026-05-28 10:22:58.700 7 INFO neutron.services.segments.plugin [-] Segment 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 found for delete ", "request_id": "req-cad3604d-3891-4e6f-a361-d1193307900a"}]} 2026-05-28 10:22:58.710 7 INFO neutron.services.segments.plugin [-] Segment 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 resource provider aggregate not found [pid: 7|app: 0|req: 530/701] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:22:58 2026] GET /v2.0/ports?tenant_id=190f0fafe99e403394f0fc01ab9f09ad&device_id=8884562b-cab3-4ed3-9dfa-8fc357018ed3 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:22:58.726 7 INFO neutron.services.segments.plugin [-] Segment 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b59a99a-acc6-46d1-99e9-438d2bebb8d9 found for delete ", "request_id": "req-d975203f-1fae-4871-a53c-24fae1d467dc"}]} [pid: 7|app: 0|req: 531/702] 199.19.213.181 () {34 vars in 994 bytes} [Thu May 28 10:22:58 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1198 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:22:58.823 7 INFO neutron.db.db_base_plugin_v2 [None req-c8063a38-ba0f-41fd-a5bd-a646d367ab51 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Found port (56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05, 10.100.0.14) having IP allocation on subnet 24175623-ae59-420c-8247-a9666e0d6ba7, cannot delete 2026-05-28 10:22:58.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8063a38-ba0f-41fd-a5bd-a646d367ab51 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] DELETE failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 532/703] 10.0.0.240 () {32 vars in 724 bytes} [Thu May 28 10:22:58 2026] DELETE /v2.0/subnets/24175623-ae59-420c-8247-a9666e0d6ba7 => generated 204 bytes in 64 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/704] 199.19.213.181 () {34 vars in 1104 bytes} [Thu May 28 10:22:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A12&port_id=af84b72a-e78b-4122-bbe5-4844a035d720 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/705] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:22:58 2026] GET /v2.0/networks?id=0140634f-b716-4808-848d-aa6441a970cc => generated 771 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-8fdbffbc-9f3e-43f5-a205-dc4c0636770b d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:29.828 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:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:23:29.828 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 172/706] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:22:29 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60161 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-28 10:23:29.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5c668ab-5931-4d34-8f99-fa68dcf1c481 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] TaaS: Handle Delete Port: f555a1d8-1d51-403c-af0d-f3f674e9327c 2026-05-28 10:23:29.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5c668ab-5931-4d34-8f99-fa68dcf1c481 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Tap Mirror: Handle Delete Port: f555a1d8-1d51-403c-af0d-f3f674e9327c 2026-05-28 10:23:30.105 8 INFO neutron.db.l3_db [None req-f5c668ab-5931-4d34-8f99-fa68dcf1c481 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] Floating IP 3d197724-707d-4568-8096-25118207b93a disassociated (deleted). External IP: 10.96.250.206, port: ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475. [pid: 8|app: 0|req: 173/707] 10.0.0.240 () {32 vars in 732 bytes} [Thu May 28 10:23:29 2026] DELETE /v2.0/floatingips/3d197724-707d-4568-8096-25118207b93a => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/708] 199.19.213.181 () {34 vars in 1064 bytes} [Thu May 28 10:23:30 2026] GET /v2.0/subnets?id=ba971e47-fd11-4a99-b409-b8dce06faf79&id=4796f559-7f05-4098-8071-af49a2800cff => generated 1415 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/709] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:23:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=56f9bfa2-2ab9-42cd-9a2d-10a4beff9c05 => 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: 176/710] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:23:30 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 10:23:30.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85685e6a-1df6-4a01-b76a-4552c1e33a2a'] response: {'name': 'network-changed', 'server_uuid': '0abca876-0f67-40dd-88c2-fb980ffdc05d', 'tag': 'ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475', 'status': 'completed', 'code': 200} 2026-05-28 10:23:30.865 8 INFO neutron.db.segments_db [None req-9c1bda31-286c-4ec6-b7f4-52d1b5ead408 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Added segment 002b1a90-57e5-4dfb-aa74-8becbba17ae8 of type vxlan for network a3e072d4-5142-44f8-9c6d-9ad71bb6b699 [pid: 8|app: 0|req: 177/711] 10.0.0.240 () {34 vars in 671 bytes} [Thu May 28 10:23:30 2026] POST /v2.0/networks => generated 726 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation [req-1e3884ba-d001-4811-83e7-b45bf3922639 req-ea12fff0-3dd0-4a2d-8962-a1c84a73ff2d 77d496f8852b4062b08e2ef103064949 53cae116e4ca4ef0903ef22327ec9caa - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:23:58.980 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:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:23:58.980 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 535/716] 199.19.213.181 () {36 vars in 997 bytes} [Thu May 28 10:22:58 2026] DELETE /v2.0/ports/af84b72a-e78b-4122-bbe5-4844a035d720 => generated 150 bytes in 60109 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/717] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:23:58 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/718] 199.19.213.181 () {34 vars in 984 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/subnets?id=24175623-ae59-420c-8247-a9666e0d6ba7 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/719] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/security-groups?id=b9651a28-a693-448b-a84b-2f4f0a30cf86&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/720] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/721] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:23:59 2026] POST /v2.0/subnets => generated 692 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/722] 199.19.213.181 () {34 vars in 1080 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/ports?tenant_id=57a052535c7049d0820ca1724a01772b&device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/723] 199.19.213.181 () {34 vars in 994 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/728] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/ports?network_id=4031ea8f-6986-47ac-a56c-699d55417989&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/729] 199.19.213.181 () {34 vars in 1052 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/ports?network_id=0140634f-b716-4808-848d-aa6441a970cc&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/730] 10.0.0.140 () {34 vars in 1040 bytes} [Thu May 28 10:23:59 2026] GET /v2.0/security-groups?id=c9a711c9-9fbf-4d69-a3ae-4b00cdf8c569&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:23:59.651 7 INFO neutron.db.segments_db [None req-a6c7ba4d-6750-46c3-91c2-d405f12c2380 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Added segment 98580a12-8af5-423f-8948-b1bbb3ce6321 of type vxlan for network 4e51dbf3-35bb-4615-b6dc-15839fb811b9 2026-05-28 10:23:59.931 7 INFO neutron.db.l3_hamode_db [None req-a6c7ba4d-6750-46c3-91c2-d405f12c2380 fec6c3b9660a4bf1bb1009da2b150c6a 1df97f7b2fbd4c54be7580a405248b18 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 10:24:00.853 7 INFO neutron.db.l3_hamode_db [None req-a6c7ba4d-6750-46c3-91c2-d405f12c2380 fec6c3b9660a4bf1bb1009da2b150c6a 086d4338adbe4a41a1d1444f8c682369 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 550/731] 10.0.0.240 () {34 vars in 669 bytes} [Thu May 28 10:23:59 2026] POST /v2.0/routers => generated 732 bytes in 2239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/732] 199.19.213.181 () {34 vars in 986 bytes} [Thu May 28 10:24:01 2026] GET /v2.0/networks?id=3730dec0-f399-45dc-b875-f4dbd757d937 => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation [None req-808fbc58-6581-466e-b95e-ef5d1db567bf d1ff21637f68486499826bca8595be63 6b5082d7b8b94471b52a2660a09317d8 - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1382, in _send_request 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1091, in _send_output 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:24:31.092 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:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:24:31.092 8 ERROR neutron.pecan_wsgi.hooks.translation [pid: 8|app: 0|req: 182/733] 10.0.0.240 () {32 vars in 720 bytes} [Thu May 28 10:23:30 2026] DELETE /v2.0/ports/f409e745-5028-4a59-be66-d1dcec1904d0 => generated 150 bytes in 60122 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/734] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:24:31 2026] GET /v2.0/networks/4031ea8f-6986-47ac-a56c-699d55417989?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/735] 199.19.213.181 () {34 vars in 1012 bytes} [Thu May 28 10:24:31 2026] GET /v2.0/networks/0140634f-b716-4808-848d-aa6441a970cc?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/736] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:24:31 2026] GET /v2.0/ports?device_id=0abca876-0f67-40dd-88c2-fb980ffdc05d => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/737] 10.0.0.240 () {34 vars in 783 bytes} [Thu May 28 10:24:31 2026] PUT /v2.0/routers/794ed88a-be0b-4bfb-84b4-343d6f228abe/add_router_interface => generated 309 bytes in 1515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/738] 199.19.213.181 () {34 vars in 1060 bytes} [Thu May 28 10:24:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/739] 10.0.0.140 () {34 vars in 990 bytes} [Thu May 28 10:24:32 2026] GET /v2.0/ports?device_id=fc504038-1c9b-4df9-a5dc-cb9d8f03c1da => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) Thu May 28 10:24:47 2026 - graceful shutdown triggered... Gracefully killing worker 1 (pid: 7)... Gracefully killing worker 2 (pid: 8)... 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation [req-0208fac4-940a-42a6-a80d-1e3e34d898b4 req-17e4b47f-553a-4752-983d-ffb5588c7c29 2d7a2728cc41441299e3d091576f0e69 57a052535c7049d0820ca1724a01772b - - default default] DELETE failed.: RuntimeError: Timeout in REST API call 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation conn = connection.create_connection( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation raise err 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation sock.connect(sa) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation TimeoutError: timed out 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation httplib_response = self._make_request( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation conn.request(method, url, **httplib_request_kw) 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation super(HTTPConnection, self).request(method, url, body=body, headers=headers) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1336, in request 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_request(method, url, body, headers, encode_chunked) 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation self.endheaders(body, encode_chunked=encode_chunked) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1331, in endheaders 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation self._send_output(message_body, encode_chunked=encode_chunked) 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation self.send(msg) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3.12/http/client.py", line 1035, in send 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation self.connect() 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation conn = self._new_conn() 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeoutError( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation urllib3.exceptions.ConnectTimeoutError: (, 'Connection to neutron-server timed out. (connect timeout=60.0)') 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation resp = conn.urlopen( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation retries = retries.increment( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation raise MaxRetryError(_pool, url, error or ResponseError(cause)) 2026-05-28 10:25:01.970 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:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation requests.post(url, json=json, data=data, timeout=timeout) 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return request("post", url, data=data, json=json, **kwargs) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return session.request(method=method, url=url, **kwargs) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation resp = self.send(prep, **send_kwargs) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation r = adapter.send(request, **kwargs) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation raise ConnectTimeout(e, request=request) 2026-05-28 10:25:01.970 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:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation During handling of the above exception, another exception occurred: 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last): 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kwargs = self.find_controller(state) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation controller, args, kw = super(Pecan, self).find_controller(_state) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation self.handle_hooks(self.determine_hooks(controller), 'before', state) 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return super(Pecan, self).handle_hooks(hooks, *args, **kw) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation result = getattr(hook, hook_type)(*args) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation policy.enforce( 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation result = _ENFORCER.enforce(rule, target, context, action=action, 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation result = _checks._check( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return _check( 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation if not _check(rule, target, cred, enforcer, current_rule): 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation return rule(*rule_args) 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation ^^^^^^^^^^^^^^^^ 2026-05-28 10:25:01.970 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:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation raise RuntimeError("Timeout in REST API call") 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation RuntimeError: Timeout in REST API call 2026-05-28 10:25:01.970 7 ERROR neutron.pecan_wsgi.hooks.translation [pid: 7|app: 0|req: 552/744] 199.19.213.181 () {36 vars in 997 bytes} [Thu May 28 10:24:01 2026] DELETE /v2.0/ports/ebc4c165-fe25-4f0b-9fc1-3b9f6ea78475 => generated 150 bytes in 60065 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0)