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