Open dmpopoff opened 6 months ago
Thanks for the PR. Please add the Smoke and Sanity test for review on both PR.
My only comment on this is that there are two pull requests, keep_on_remove for template disks (this pull request), and the other pull request from same contributor to allow keep_on_remove for additional disks. Could there be a confusion on both if the variable name is the same in both places? This pull request would use a "list" type variable while the other PR is a boolean type variable. Functionally both can work and coincide, but I wonder if this one should use a different variable name like "keep_template_disks_on_remove", or something that makes more sense
manage keep or not template (OS) discs in case of VM destruction.