X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=02b9f089c882e5b56894156047dc1228b3bdf185;hb=d708354a4c899a118bc68a93caf8b22aabd2e723;hp=afd38287becf8d64625c37fffa7fb2742af44871;hpb=1e9c3e31255ebacc11cbcc0c4ed2df15d260ba5b;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index afd3828..02b9f08 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -5685,7 +5685,7 @@ class NsLcm(LcmBase): # There is new revision of VNFD, update operation is required current_vnfd_path = vnfd_id + ":" + str(current_vnf_revision) - latest_vnfd_path = vnfd_id + latest_vnfd_path = vnfd_id + ":" + str(latest_vnfd_revision) step = "Removing the VNFD packages if they exist in the local path" shutil.rmtree(self.fs.path + current_vnfd_path, ignore_errors=True) @@ -5746,6 +5746,7 @@ class NsLcm(LcmBase): base_folder, charm_name, charm_type, + latest_vnfd_revision, ) )