add vim dummy plugin
[osm/RO.git] / RO / osm_ro / vimconn.py
index 4b78e2a..2cef7ef 100644 (file)
@@ -106,7 +106,7 @@ class vimconnector():
     and all these privated methods
     """
     def __init__(self, uuid, name, tenant_id, tenant_name, url, url_admin=None, user=None, passwd=None, log_level=None,
     and all these privated methods
     """
     def __init__(self, uuid, name, tenant_id, tenant_name, url, url_admin=None, user=None, passwd=None, log_level=None,
-                 config={}, persitent_info={}):
+                 config={}, persistent_info={}):
         """
         Constructor of VIM. Raise an exception is some needed parameter is missing, but it must not do any connectivity
             checking against the VIM
         """
         Constructor of VIM. Raise an exception is some needed parameter is missing, but it must not do any connectivity
             checking against the VIM