projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3a008
)
Fixes bug 2031: Increasing KDU instantiation timeout from 10 to 30 minutes.
72/12072/1
author
Alexis Romero
<garomero@indra.es>
Tue, 17 May 2022 16:18:02 +0000
(18:18 +0200)
committer
Alexis Romero
<garomero@indra.es>
Wed, 18 May 2022 07:27:01 +0000
(09:27 +0200)
Change-Id: I402cf3987db41220abdb4196ea42339e41ddd2c7
Signed-off-by: Alexis Romero <garomero@indra.es>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
dbdff3e
..
e3858e6
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-3564,7
+3564,7
@@
class NsLcm(LcmBase):
vnfd_with_id,
k8s_instance_info,
k8params=desc_params,
- timeout=
6
00,
+ timeout=
18
00,
vca_id=vca_id,
)
)