# File lib/fog/storm_on_demand/models/compute/server.rb, line 50 def reboot requires :identity connection.reboot_server(:uniq_id => identity) true end