Feature #5461
Support empty attributes in merges, this will remove any instance on current template. This will allow to Instantiate VM without VNets even if the original template includes them
Status: | Pending | Start date: | 10/17/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Abel Coronado | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 5.6 | |||
Resolution: | Pull request: |
Description
When instantiate to VM without vnets (erasing in wizard), one tries to create the VM with the associated vnets in Template.
Therefore, you can't remove vnets when instantiating.
Associated revisions
F #5461: Remove empty vector attributes when merging templates (ATTR=[])
F #5461: Remove empty vector attributes when merging templates (ATTR=[])
History
#1 Updated by Ruben S. Montero over 3 years ago
- Tracker changed from Bug to Feature
- Subject changed from Instantiate VM without VNets to Support empty attributes in merges, this will remove any instance on current template. This will allow to Instantiate VM without VNets even if the original template includes them
This needs:
- Sunstone to make use of this feature to enable removal of template attributes
- Update documentation (compatibility) to spell out the new behavior of ATTR=[], prior verions produce a parser error. Now empty attributes are just ignored or removed when merged.
#2 Updated by Abel Coronado over 3 years ago
- % Done changed from 0 to 100