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