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:
1b2b840
)
Fixes bug 2031: Increasing KDU instantiation timeout from 10 to 30 minutes.
70/12070/5
author
Alexis Romero
<garomero@indra.es>
Tue, 17 May 2022 16:18:02 +0000
(18:18 +0200)
committer
cubag
<gcuba@whitestack.com>
Fri, 27 May 2022 20:23:40 +0000
(22:23 +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
a38cc4d
..
c79d362
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-3575,7
+3575,7
@@
class NsLcm(LcmBase):
vnfd_with_id,
k8s_instance_info,
k8params=desc_params,
- timeout=
6
00,
+ timeout=
18
00,
vca_id=vca_id,
)
)