X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=1aaf2c56dfa91fac22e71adf89a0c66c384f8965;hb=7c76ad9242e92a917b700db41e044982666c9bda;hp=badef36661321e982737766c8c669da6d2f3036c;hpb=0d7ac8da3021aab4d859d4de869c51422ecc08d3;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index badef36..1aaf2c5 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -1269,7 +1269,7 @@ class NsLcm(LcmBase): db_nslcmop_update.clear() self.db.del_list("vnfrs", {"nsr-id-ref": nsr_id}) self.db.set_list("pdus", {"_admin.usage.nsr_id": nsr_id}, - {"_admin.usageSate": "NOT_IN_USE", "_admin.usage": None}) + {"_admin.usageState": "NOT_IN_USE", "_admin.usage": None}) self.logger.debug(logging_text + "Delete from database") else: db_nsr_update["operational-status"] = "terminated"