From: Dat Le Date: Thu, 3 Jun 2021 02:50:21 +0000 (+0700) Subject: Fix Bug 1556 - redundant input param in calling _check_or_add_scale_suboperation X-Git-Tag: release-v11.0-start~6 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F45%2F10945%2F1;hp=f31b66d93cf8183a02f3a4e0e92ea1a8c6b4a9b4;p=osm%2FLCM.git Fix Bug 1556 - redundant input param in calling _check_or_add_scale_suboperation Change-Id: I19e58252df4ba2dd18aa372d6043713866cae17b Signed-off-by: Dat Le --- diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 78c58f8..cb281e4 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -5386,7 +5386,6 @@ class NsLcm(LcmBase): # Pre-scale retry check: Check if this sub-operation has been executed before op_index = self._check_or_add_scale_suboperation( db_nslcmop, - nslcmop_id, vnf_index, vnf_config_primitive, primitive_params, @@ -5795,7 +5794,6 @@ class NsLcm(LcmBase): # Post-scale retry check: Check if this sub-operation has been executed before op_index = self._check_or_add_scale_suboperation( db_nslcmop, - nslcmop_id, vnf_index, vnf_config_primitive, primitive_params,