# File lib/fog/container_infra/openstack/requests/get_cluster_template.rb, line 5
        def get_cluster_template(uuid_or_name)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "clustertemplates/#{uuid_or_name}"
          )
        end