1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #1691: Fix error during merge

This commit is contained in:
Ruben S. Montero 2013-03-06 22:43:35 +01:00
parent e5ca272b7e
commit 12e7bb2ce6

View File

@ -191,6 +191,7 @@ class VirtualMachineDriver < OpenNebulaDriver
def detach_nic(id, drv_message)
error = "Action not implemented by driver #{self.class}"
send_message(ACTION[:detach_nic],RESULT[:failure],id,error)
end
def snapshot_create(id, drv_message)
error = "Action not implemented by driver #{self.class}"