Skip to content

Commit 6c94e2d

Browse files
committed
Merge pull request #265 from QualiSystems/origin/feature/raza_25_deploy_from_image
fix bug
2 parents 608fb39 + 07d9068 commit 6c94e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/cloud_shell/data_retriever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_vcenter_image_attribute_data(self, resource_attributes):
2424
model.vm_resource_pool = resource_attributes['VM Resource Pool']
2525
model.vm_storage = resource_attributes['VM Storage']
2626
model.wait_for_ip = resource_attributes['Wait for IP']
27-
return
27+
return model
2828

2929
def getVCenterTemplateAttributeData(self, resource_attributes):
3030
""" get vCenter resource name, template name, template folder from 'vCenter Template' attribute """

0 commit comments

Comments
 (0)