Feature 10916 Remove VNF Instance from NS - NS Update
[osm/LCM.git] / osm_lcm / lcm.py
index 731488c..82947e9 100644 (file)
@@ -485,6 +485,7 @@ class Lcm:
             elif command == "deleted":
                 return  # TODO cleaning of task just in case should be done
             elif command in (
+                "vnf_terminated",
                 "terminated",
                 "instantiated",
                 "scaled",
@@ -493,6 +494,7 @@ class Lcm:
                 "migrated",
             ):  # "scaled-cooldown-time"
                 return
+
         elif topic == "nsi":  # netslice LCM processes (instantiate, terminate, etc)
             if command == "instantiate":
                 # self.logger.debug("Instantiating Network Slice {}".format(nsilcmop["netsliceInstanceId"]))