Bug #4694
Return an error if a template update is invalid
Status: | Pending | Start date: | 07/29/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | OneFlow | |||
Target version: | - | |||
Resolution: | Pull request: | |||
Affected Versions: | OpenNebula 5.0 |
Description
Right now it silently rejects contents of the template update. For example when trying to specify an IP:
"roles": [
{
"name": "...",
"cardinality": 1,
"vm_template": ...,
"vm_template_contents": "NIC=[NETWORK_ID=\"$...\", IP=\"...\"]\n",
"elasticity_policies": [],
"scheduled_policies": []
},