X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-nbi%2Flib%2Fcharms%2Fosm_libs%2Fv0%2Futils.py;fp=installers%2Fcharm%2Fosm-nbi%2Flib%2Fcharms%2Fosm_libs%2Fv0%2Futils.py;h=d739ba6880ff3461ddf0cb0fb0fa4ec92777b93d;hb=e1005c45b33ba19c6a63a46b374813a34911b27a;hp=df3da94e8ec3083a273ee76b69ea8e873b8db30a;hpb=7efd5d3aa0abe968d61101c1207c2fe272c3b2b1;p=osm%2Fdevops.git diff --git a/installers/charm/osm-nbi/lib/charms/osm_libs/v0/utils.py b/installers/charm/osm-nbi/lib/charms/osm_libs/v0/utils.py index df3da94e..d739ba68 100644 --- a/installers/charm/osm-nbi/lib/charms/osm_libs/v0/utils.py +++ b/installers/charm/osm-nbi/lib/charms/osm_libs/v0/utils.py @@ -137,7 +137,7 @@ LIBAPI = 0 # Increment this PATCH version before using `charmcraft publish-lib` or reset # to 0 if you are raising the major API version -LIBPATCH = 3 +LIBPATCH = 5 logger = logging.getLogger(__name__) @@ -250,7 +250,7 @@ class HostPath: if submodules: for submodule in submodules.keys(): self.sub_module_dict[submodule] = SubModule( - sub_module_path=self.mount_path + "/" + submodule, + sub_module_path=self.mount_path + "/" + submodule + "/" + submodules[submodule].split("/")[-1], container_path=submodules[submodule], ) else: