Displaying 2 results from an estimated 2 matches for "c1dff71".
Did you mean:
c1dff077
2016 Sep 09
0
[PATCH 2/2] v2v: -i ova: Derive the name from the OVA filename.
...name (assuming no <Name> was present).
Modifies the behaviour of
commit 1ae4252c93c685cb8561b55c1231502b37212b5a.
---
v2v/input_ova.ml | 3 ++-
v2v/name_from_disk.ml | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index 974caeb..c1dff71 100644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -23,6 +23,7 @@ open Common_utils
open Types
open Utils
+open Name_from_disk
class input_ova ova =
let tmpdir =
@@ -186,7 +187,7 @@ object
match xpath_string "/ovf:Envelope/ovf:VirtualSystem/ovf:Name/text()" with...
2016 Sep 09
5
[PATCH 0/2] v2v: -i ova: Derive the name from the OVA filename.
Don't use "default", choose a better default name if <Name> is not
present in the OVF.
Rich.