From: David Garcia Date: Wed, 18 Nov 2020 12:09:58 +0000 (+0100) Subject: Fix bug introduced in aae391fc: X-Git-Tag: release-v9.0-start~10 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e44e747764d3869863e2d4d89ed796da3722c0a4;hp=2357f4e54515ce965fcc5723d274c12ec12c01c7;p=osm%2FLCM.git Fix bug introduced in aae391fc: config parameter does not exist in the create_execution_environment function Change-Id: I445fd3ef7e78f2a8f565829291b264632a0f56d5 Signed-off-by: David Garcia --- diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 2478310..7af42d9 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -1697,7 +1697,6 @@ class NsLcm(LcmBase): namespace=namespace, reuse_ee_id=ee_id, db_dict=db_dict, - config=osm_config, cloud_name=vca_cloud, credential_name=vca_cloud_credential, )