Fix bug 1511 - adding support for persistent volumes
[osm/RO.git] / NG-RO / osm_ng_ro / ns_thread.py
index 94af5a1..578d50f 100644 (file)
@@ -596,7 +596,7 @@ class VimInteractionImage(VimInteractionBase):
                     )
                 elif len(vim_images) > 1:
                     raise NsWorkerException(
-                        "More than one network found with this criteria: '{}'".format(
+                        "More than one image found with this criteria: '{}'".format(
                             task["find_params"]
                         )
                     )