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:
0ca6747
)
bug 687 fixing pre and post scaling actions
40/7540/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Fri, 24 May 2019 08:38:26 +0000
(08:38 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Fri, 24 May 2019 08:38:26 +0000
(08:38 +0000)
Change-Id: I04f6d9f1aea688a3f0863916f26f1b76d4e72c0d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
b8054da
..
b172c2f
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-1930,7
+1930,7
@@
class NsLcm(LcmBase):
"[vnf-config-primitive-name-ref='{}'] does not match any vnf-configuration:config-"
"primitive".format(scaling_group, config_primitive))
- vnfr_params = {"
<VDU_SCALE_INFO>
": vdu_scaling_info}
+ vnfr_params = {"
VDU_SCALE_INFO
": vdu_scaling_info}
if db_vnfr.get("additionalParamsForVnf"):
vnfr_params.update(db_vnfr["additionalParamsForVnf"])