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:
16fedf5
)
bug 687 fixing post scaling actions
65/7565/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 29 May 2019 07:06:23 +0000
(07:06 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 29 May 2019 07:06:23 +0000
(07:06 +0000)
Change-Id: I1e41a58d7ec415b8ce92ed92c9f5c18ce4512b9a
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
b172c2f
..
4851598
100644
(file)
--- a/
osm_lcm/ns.py
+++ b/
osm_lcm/ns.py
@@
-2040,7
+2040,7
@@
class NsLcm(LcmBase):
step = db_nslcmop_update["detailed-status"] = \
"executing post-scale scaling-config-action '{}'".format(vnf_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"])