Feature 9952: Distributed Proxy Charms
[osm/LCM.git] / osm_lcm / lcm_helm_conn.py
index 9608b63..904b7d9 100644 (file)
@@ -137,7 +137,8 @@ class LCMHelmConn(N2VCConnector, LcmBase):
                                            total_timeout: float = None,
                                            config: dict = None,
                                            artifact_path: str = None,
-                                           vca_type: str = None) -> (str, dict):
+                                           vca_type: str = None,
+                                           *kargs, **kwargs) -> (str, dict):
         """
         Creates a new helm execution environment deploying the helm-chat indicated in the
         attifact_path
@@ -222,7 +223,8 @@ class LCMHelmConn(N2VCConnector, LcmBase):
             raise N2VCException("Error deploying chart ee: {}".format(e))
 
     async def register_execution_environment(self, namespace: str, credentials: dict, db_dict: dict,
-                                             progress_timeout: float = None, total_timeout: float = None) -> str:
+                                             progress_timeout: float = None, total_timeout: float = None,
+                                             *kargs, **kwargs) -> str:
         # nothing to do
         pass
 
@@ -445,6 +447,7 @@ class LCMHelmConn(N2VCConnector, LcmBase):
         progress_timeout: float = None,
         total_timeout: float = None,
         config: dict = None,
+        *kargs, **kwargs
     ) -> str:
         pass