openvcloud / 0-templates

Apache License 2.0
1 stars 5 forks source link

During uninstall actions trigger uninstall for dependent objects #99

Closed katia-e closed 6 years ago

katia-e commented 6 years ago

For example, uninstalling account results in deleting VDCs and VMs, dependent on it. Therefore, uninstall of account must trigger uninstall of the VDC, Node and Disk services linked to the Account service.

The same logic must be applied to uninstall vdc and uninstall VM with attached disks.

katia-e commented 6 years ago

uninstall of dependent objects is not implemented. Instead it errors if trying to uninstall account or vdc that is not empty. #116