From 0ebd846203dfbfecbe66eaeaaf664f4c1a557b07 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Tue, 29 Jan 2019 10:42:50 +0100 Subject: [PATCH] B# 2827: Remove core nic default for vCenter Default should be defined in the driver --- src/vmm_mad/exec/vmm_exec_vcenter.conf | 3 --- src/vmm_mad/remotes/vcenter/vcenterrc | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/vmm_mad/exec/vmm_exec_vcenter.conf b/src/vmm_mad/exec/vmm_exec_vcenter.conf index 3cc83a2e78..75057d884a 100644 --- a/src/vmm_mad/exec/vmm_exec_vcenter.conf +++ b/src/vmm_mad/exec/vmm_exec_vcenter.conf @@ -18,6 +18,3 @@ # (all domains will use these values as defaults) # Valid atributes: # - nic[model] - -NIC=[MODEL="VirtualE1000"] - diff --git a/src/vmm_mad/remotes/vcenter/vcenterrc b/src/vmm_mad/remotes/vcenter/vcenterrc index 1b5469bd81..ab04548245 100644 --- a/src/vmm_mad/remotes/vcenter/vcenterrc +++ b/src/vmm_mad/remotes/vcenter/vcenterrc @@ -14,10 +14,10 @@ # limitations under the License. # #--------------------------------------------------------------------------- # -# No : VCENTER_IMPORTED attribute will be set on imported images +# no : VCENTER_IMPORTED attribute will be set on imported images # this attribute prevents the image to be deleted. -# Yes : You can delete the images using OpenNebula. -:delete_images: No +# yes : You can delete the images using OpenNebula. +:delete_images: no # Default timeout to complete deploy :vm_poweron_wait_default: 300