X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=139c8e41a3af2c6ada7c40ff284223c992d38f3a;hb=843adbc77237767f62b198e9cbb5ffb4c7caf17d;hp=5c2309adea97681a3fceb0dc8b04452b54f900de;hpb=7c121137a1cfa94542a13580f3663db1c7e7cdb1;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