projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5c85e
)
Fix 1475 - Incorrect description in instantiating error
86/10786/1
author
sousaedu
<eduardo.sousa@canonical.com>
Tue, 11 May 2021 11:22:37 +0000
(13:22 +0200)
committer
sousaedu
<eduardo.sousa@canonical.com>
Tue, 11 May 2021 11:24:55 +0000
(13:24 +0200)
Change-Id: I099c07f8a66400fa4d3130d6234dd17867ad387f
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
NG-RO/osm_ng_ro/ns_thread.py
patch
|
blob
|
history
diff --git
a/NG-RO/osm_ng_ro/ns_thread.py
b/NG-RO/osm_ng_ro/ns_thread.py
index
94af5a1
..
578d50f
100644
(file)
--- a/
NG-RO/osm_ng_ro/ns_thread.py
+++ b/
NG-RO/osm_ng_ro/ns_thread.py
@@
-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"]
)
)