# File lib/fog/compute/requests/storm_on_demand/list_templates.rb, line 6
        def list_templates(options = {})
          request(
            :path     => "/server/template/list",
            :body     => options.to_json
          )
        end