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