projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2357f4e
)
Fix bug introduced in aae391fc:
03/10003/1
author
David Garcia
<david.garcia@canonical.com>
Wed, 18 Nov 2020 12:09:58 +0000
(13:09 +0100)
committer
David Garcia
<david.garcia@canonical.com>
Wed, 18 Nov 2020 12:09:58 +0000
(13:09 +0100)
config parameter does not exist in the create_execution_environment
function
Change-Id: I445fd3ef7e78f2a8f565829291b264632a0f56d5
Signed-off-by: David Garcia <david.garcia@canonical.com>
osm_lcm/ns.py
patch
|
blob
|
history
diff --git
a/osm_lcm/ns.py
b/osm_lcm/ns.py
index
2478310
..
7af42d9
100644
(file)
--- 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,
)