From e44e747764d3869863e2d4d89ed796da3722c0a4 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Wed, 18 Nov 2020 13:09:58 +0100 Subject: [PATCH 1/1] Fix bug introduced in aae391fc: config parameter does not exist in the create_execution_environment function Change-Id: I445fd3ef7e78f2a8f565829291b264632a0f56d5 Signed-off-by: David Garcia --- osm_lcm/ns.py | 1 - 1 file changed, 1 deletion(-) 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, ) -- 2.25.1