X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=139c8e41a3af2c6ada7c40ff284223c992d38f3a;hb=072b1ce375d593ad1372ea974319e11ea28153f6;hp=5c2309adea97681a3fceb0dc8b04452b54f900de;hpb=80ad921cf8875a4fa018b9a99275115b9f26d834;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 5c2309a..139c8e4 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -2475,7 +2475,8 @@ class NsLcm(LcmBase): raise LcmException("K8s cluster {} cannot be found".format(cluster_id)) k8s_id = deep_get(db_k8scluster, ("_admin", cluster_type, "id")) if not k8s_id: - raise LcmException("K8s cluster '{}' has not been initilized for '{}'".format(cluster_id, cluster_type)) + raise LcmException("K8s cluster '{}' has not been initialized for '{}'".format(cluster_id, + cluster_type)) k8scluster_id_2_uuic[cluster_type][cluster_id] = k8s_id return k8s_id