From ea66dbb6e070d3f15c8ba273fd4f038ca3dec193 Mon Sep 17 00:00:00 2001
From: Daniel Juarez <daniel.juarez.gonzalez@cern.ch>
Date: Mon, 27 Jan 2025 09:35:57 +0100
Subject: [PATCH 1/2] Set up default neutron timeout

Align with https://gitlab.cern.ch/ai-config-team/ai-tools/-/commit/df3e5b9bdba39f59337bfd8c3dea76b22c244fe0 changes
---
 ai.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ai.conf b/ai.conf
index 29df1d2..7b3d0e7 100644
--- a/ai.conf
+++ b/ai.conf
@@ -9,6 +9,9 @@ foreman_timeout = 60
 [glance]
 glance_timeout = 45
 
+[neutron]
+neutron_timeout = 15
+
 [pdb]
 pdb_hostname = constable.cern.ch
 pdb_port = 9081
-- 
GitLab


From 39d012a8e05156a290198d742c4d1df860ae1954 Mon Sep 17 00:00:00 2001
From: Daniel Juarez <daniel.juarez.gonzalez@cern.ch>
Date: Mon, 27 Jan 2025 09:43:54 +0100
Subject: [PATCH 2/2] Set the timeout to 45 instead

---
 ai.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ai.conf b/ai.conf
index 7b3d0e7..d9668c6 100644
--- a/ai.conf
+++ b/ai.conf
@@ -10,7 +10,7 @@ foreman_timeout = 60
 glance_timeout = 45
 
 [neutron]
-neutron_timeout = 15
+neutron_timeout = 45
 
 [pdb]
 pdb_hostname = constable.cern.ch
-- 
GitLab