Hello,
I’m using the OpenStack provider in OpenUDS. Currently, clicking “Remove Service” deletes the VM in OpenStack.
I want to change it so that the VM is only shut down instead of being deleted, and the service is not marked as removed in the database.
Where in the provider/service code should I intercept this action to implement a shutdown instead of delete?
Thanks!