# File lib/fog/image/openstack/v2/requests/download_image.rb, line 19
          def download_image(_image_id, _content_range = nil)
            response = Excon::Response.new
            response.status = [200, 204][rand(2)]
            response.body = ""
            response
          end