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

reviewable/pr18780/r1
otdw 9 years ago
parent 291fef3b34
commit dd691779a1

@ -1256,8 +1256,7 @@ def main():
'vm_hardware',
'esxi'
],
['resource_pool', 'cluster'],
['from_template', 'resource_pool', 'template_src'],
['from_template', 'template_src'],
],
)

Loading…
Cancel
Save