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:
de102fe
)
Feature 11046: Security Group Name as Ns Config Template - LCM
65/14765/2
author
kayal2001
<kayalvizhi.v@tataelxsi.co.in>
Thu, 28 Nov 2024 06:01:56 +0000
(11:31 +0530)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Thu, 12 Dec 2024 13:33:42 +0000
(14:33 +0100)
Change-Id: I42ecdb82e747d1753182df083dbaec9eb94f7228
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
3a10364
..
cb983da
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-1142,6
+1142,9
@@
class NsLcm(LcmBase):
vdur["additionalParams"]["OSM"][
"instance_name"
] = vdu_instantiation_params.get("instance_name")
+ vdur["additionalParams"]["OSM"][
+ "security-group-name"
+ ] = vdu_instantiation_params.get("security-group-name")
vdur_list.append(vdur)
target_vnf["vdur"] = vdur_list
target["vnf"].append(target_vnf)