X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fvimconn.py;h=2cef7efd2108df12ecb79dce4196bcd55cb06d78;hb=0937f203806a304b6bed8705c0c17f58de8dc844;hp=4b78e2a78ba3ca736c4ba3a2f3c48cd04c5af7db;hpb=277bf0f8bb1fd4ebf7732360e418b6fc0f97c260;p=osm%2FRO.git diff --git a/RO/osm_ro/vimconn.py b/RO/osm_ro/vimconn.py index 4b78e2a7..2cef7efd 100644 --- a/RO/osm_ro/vimconn.py +++ b/RO/osm_ro/vimconn.py @@ -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, - 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