# File lib/openstack/connection.rb, line 348
  def get_version_from_response(service)
    service["endpoints"].first["versionId"] || parse_version_from_endpoint(service["endpoints"].first["publicURL"])
  end