mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #132: Adds reboot to VM JSON class
This commit is contained in:
parent
05a52847b1
commit
39cd73f405
@ -62,6 +62,7 @@ module OpenNebulaJSON
|
||||
when "restart" then self.restart
|
||||
when "saveas" then self.save_as(action_hash['params'])
|
||||
when "shutdown" then self.shutdown
|
||||
when "reboot" then self.reboot
|
||||
when "resubmit" then self.resubmit
|
||||
when "chown" then self.chown(action_hash['params'])
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user