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