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:
b6cccb2
)
Feature 11047: Vim Flavor Name as Ns Config Template - LCM
62/14762/2
author
kayal2001
<kayalvizhi.v@tataelxsi.co.in>
Thu, 28 Nov 2024 05:21:52 +0000
(10:51 +0530)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Thu, 12 Dec 2024 13:27:46 +0000
(14:27 +0100)
Change-Id: I9333d3c985e7ea5afaa26d529b426a63b686f817
Signed-off-by: kayal2001 <kayalvizhi.v@tataelxsi.co.in>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
5d3c911
..
3a10364
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-1136,6
+1136,9
@@
class NsLcm(LcmBase):
vdur["additionalParams"]["OSM"][
"vim_flavor_id"
] = vdu_instantiation_params.get("vim-flavor-id")
+ vdur["additionalParams"]["OSM"][
+ "vim_flavor_name"
+ ] = vdu_instantiation_params.get("vim-flavor-name")
vdur["additionalParams"]["OSM"][
"instance_name"
] = vdu_instantiation_params.get("instance_name")