From 586fe542e77b9d225ccfdc46d2fc9c96d8d2cd2b Mon Sep 17 00:00:00 2001 From: Dat Le Date: Thu, 3 Jun 2021 09:50:21 +0700 Subject: [PATCH] Fix Bug 1556 - redundant input param in calling _check_or_add_scale_suboperation Change-Id: I19e58252df4ba2dd18aa372d6043713866cae17b Signed-off-by: Dat Le --- osm_lcm/ns.py | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.17.1