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

feature #1055: Reset for OCCI

This commit is contained in:
Ruben S. Montero 2012-05-10 12:12:53 +02:00
parent 626ae2cf35
commit f1ade057cc

View File

@ -70,8 +70,9 @@ class VirtualMachineOCCI < VirtualMachine
"RESUME" => { :from => ["STOPPED", "SUSPENDED"], :action => :resume},
"CANCEL" => { :from => ["ACTIVE"], :action => :cancel},
"REBOOT" => { :from => ["ACTIVE"], :action => :reboot},
"RESET" => { :from => ["ACTIVE"], :action => :reset},
"SHUTDOWN" => { :from => ["ACTIVE"], :action => :shutdown},
"DONE" => { :from => VM_STATE, :action => :finalize}
"DONE" => { :from => VM_STATE, :action => :finalize}
}
# Class constructor