From dd691779a1ab60127c6109015226dca18879e7a0 Mon Sep 17 00:00:00 2001 From: otdw Date: Tue, 14 Jul 2015 15:56:14 -0700 Subject: [PATCH] removed required together for resource pools, clusters, and template deployments. fixes inability to deploy from template on vsphere clusters without resource pools. Also, resource pools and cluster should not be required together as they are independant in vsphere --- cloud/vmware/vsphere_guest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/vmware/vsphere_guest.py b/cloud/vmware/vsphere_guest.py index 91f479549d9..9ed6ede21c2 100644 --- a/cloud/vmware/vsphere_guest.py +++ b/cloud/vmware/vsphere_guest.py @@ -1256,8 +1256,7 @@ def main(): 'vm_hardware', 'esxi' ], - ['resource_pool', 'cluster'], - ['from_template', 'resource_pool', 'template_src'], + ['from_template', 'template_src'], ], )