From 6b7ab838992b1202f26285a534f4b797cbc3fb70 Mon Sep 17 00:00:00 2001 From: Ilja Weis Date: Wed, 1 Aug 2018 12:20:23 +0200 Subject: [PATCH] fixes wrong value for soap-roundtrip-count in vsphere config --- templates/vsphere.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/vsphere.go b/templates/vsphere.go index 4defa51f..da850dcb 100644 --- a/templates/vsphere.go +++ b/templates/vsphere.go @@ -41,9 +41,7 @@ vm-name = "{{ .VsphereConfig.Global.VMName }}" {{- if ne $v.Datacenters "" }} datacenters = "{{ $v.Datacenters }}" {{- end }} - {{- if ne $v.Datacenters "" }} - soap-roundtrip-count = "{{ $v.Datacenters }}" - {{- end }} + soap-roundtrip-count = "{{ $v.RoundTripperCount }}" {{- end }} [Workspace]