Fix minor issue in LCMHelmConn 54/10454/1
authorDavid Garcia <david.garcia@canonical.com>
Thu, 4 Mar 2021 12:12:48 +0000 (13:12 +0100)
committergarciadav <david.garcia@canonical.com>
Thu, 4 Mar 2021 13:59:38 +0000 (14:59 +0100)
scaling_in argument has been added to the delete_execution_environment
for the juju connector. This patch adds kwargs to the helm connector.
The scaling_in is not currently used by helm.

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

index 978b061..34e4915 100644 (file)
@@ -434,7 +434,13 @@ class LCMHelmConn(N2VCConnector, LcmBase):
         # nothing to be done
         pass
 
-    async def delete_execution_environment(self, ee_id: str, db_dict: dict = None, total_timeout: float = None):
+    async def delete_execution_environment(
+        self,
+        ee_id: str,
+        db_dict: dict = None,
+        total_timeout: float = None,
+        **kwargs,
+    ):
         """
         Delete an execution environment
         :param str ee_id: id of the execution environment to delete, included namespace.helm_id