Change VM terminate action from terminate to terminate hard

This commit is contained in:
PCoder 2018-08-04 09:52:15 +02:00
parent 15db1c88d7
commit 6546814d62
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class OpenNebulaManager():
return vm_id
def delete_vm(self, vm_id):
TERMINATE_ACTION = 'terminate'
TERMINATE_ACTION = 'terminate-hard'
vm_terminated = False
try:
self.oneadmin_client.call(