We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 608fb39 + 07d9068 commit 6c94e2dCopy full SHA for 6c94e2d
1 file changed
common/cloud_shell/data_retriever.py
@@ -24,7 +24,7 @@ def get_vcenter_image_attribute_data(self, resource_attributes):
24
model.vm_resource_pool = resource_attributes['VM Resource Pool']
25
model.vm_storage = resource_attributes['VM Storage']
26
model.wait_for_ip = resource_attributes['Wait for IP']
27
- return
+ return model
28
29
def getVCenterTemplateAttributeData(self, resource_attributes):
30
""" get vCenter resource name, template name, template folder from 'vCenter Template' attribute """
0 commit comments