From: tierno Date: Wed, 29 May 2019 07:06:23 +0000 (+0000) Subject: bug 687 fixing post scaling actions X-Git-Tag: v6.0.0~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=589befb77a8b3b8c4efb07fb5175607df9813fbd;hp=16fedf5d361e74b049007da76ed29c57642e33a0;p=osm%2FLCM.git bug 687 fixing post scaling actions Change-Id: I1e41a58d7ec415b8ce92ed92c9f5c18ce4512b9a Signed-off-by: tierno --- diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index b172c2f..4851598 100644 --- 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_scaling_info} + vnfr_params = {"VDU_SCALE_INFO": vdu_scaling_info} if db_vnfr.get("additionalParamsForVnf"): vnfr_params.update(db_vnfr["additionalParamsForVnf"])