Fix bug 1525 28/10728/1
authorDavid Garcia <david.garcia@canonical.com>
Tue, 4 May 2021 11:15:57 +0000 (13:15 +0200)
committerDavid Garcia <david.garcia@canonical.com>
Tue, 4 May 2021 11:15:57 +0000 (13:15 +0200)
commit02ae5404cf6e5fed364fdc22505c9d0f11fa5398
tree6b70046010516dbe9232fb2b55e5a363b08032b6
parentc1fe90adf8ed0d671342c617fed7184629c7003e
Fix bug 1525

This patch adds **kwargs in the LCMHelmConn methods that are not used.
The feature 10239 added the vca_id parameter for the LCM and N2VC
communication for Juju related execution environments. The current patch
will avoid having to add extra parameters that are not needed nor used
in the LCMHelmmConn.

Change-Id: I673a36c7c13891a53de1d7dc547f13c81616d373
Signed-off-by: David Garcia <david.garcia@canonical.com>
osm_lcm/lcm_helm_conn.py