Fix typo 52/9052/1
authorDominik Fleischmann <dominik.fleischmann@canonical.com>
Mon, 18 May 2020 13:19:11 +0000 (15:19 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 9 Jun 2020 07:42:05 +0000 (07:42 +0000)
This typo was introduced in Change 8755.

Change-Id: I009d5a99dfdfb8d745f2f28fec824ddd11860abc
Signed-off-by: Dominik Fleischmann <dominik.fleischmann@canonical.com>
osm_lcm/ns.py

index 6eb0c17..5d780d9 100644 (file)
@@ -2180,7 +2180,7 @@ class NsLcm(LcmBase):
                         storage = deep_get(db_vnfds.get(vnfd_id), ('_admin', 'storage'))
                         if storage and storage.get('pkg-dir'):  # may be not present if vnfd has not artifacts
                             # path format: /vnfdid/pkkdir/helm-charts|juju-bundles/kdumodel
-                            filename = '{}/{}/{}s/{}'.format(storage["folder"], storage["'pkg-dir"], k8sclustertype,
+                            filename = '{}/{}/{}s/{}'.format(storage["folder"], storage["pkg-dir"], k8sclustertype,
                                                              kdumodel)
                             if self.fs.file_exists(filename, mode='file') or self.fs.file_exists(filename, mode='dir'):
                                 kdumodel = self.fs.path + filename