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