nvazquez opened a new issue #5747:
URL: https://github.com/apache/cloudstack/issues/5747
Cannot deploy VM from a template when:
- 'Read Settings from OVA' = true
- The template has one or more properties without a default value (null
values)
Example (missing the `ovf:value` property):
```
<Property ovf:key="SCHProxyPort" ovf:type="string"
ovf:userConfigurable="true">
<Label>Smart Call Home HTTP Proxy port number</Label>
<Description>HTTP proxy server port number (Defaults to port 80 if
omitted.)</Description>
</Property>
```
Leads to:

##### ISSUE TYPE
* Enhancement Request
##### COMPONENT NAME
~~~
VMware
~~~
##### CLOUDSTACK VERSION
~~~
4.16 (main)
~~~
##### STEPS TO REPRODUCE
~~~
- Register a template missing default values for properties as described
above using 'Read Settings from OVA' = true
- Deploy VM
~~~
##### EXPECTED RESULTS
~~~
Deployment succeeds
~~~
##### ACTUAL RESULTS
~~~
Exception (picture above)
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]