forked from shaba/openuds
More Fixes
This commit is contained in:
parent
7a0c8aa977
commit
39b353fb24
@ -82,7 +82,8 @@ def startMachine(api, machineId):
|
||||
# vm.resume()
|
||||
api.VMAction(machineId, 'resume')
|
||||
except Exception as e:
|
||||
logger.error('Error obtaining machine state for {} on opennebula: {}'.format(machineId, e))
|
||||
# logger.error('Error obtaining machine state for {} on opennebula: {}'.format(machineId, e))
|
||||
pass
|
||||
|
||||
def stopMachine(api, machineId):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user