1
0
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:
Ruben S. Montero 2011-12-26 00:52:29 +01:00
parent 05a52847b1
commit 39cd73f405

View File

@ -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