diff --git a/compute/src/main/clojure/org/jclouds/compute.clj b/compute/src/main/clojure/org/jclouds/compute.clj index e1693791db..261aef7148 100644 --- a/compute/src/main/clojure/org/jclouds/compute.clj +++ b/compute/src/main/clojure/org/jclouds/compute.clj @@ -133,7 +133,7 @@ See http://code.google.com/p/jclouds for details." (defn nodes-with-details "Retrieve the existing nodes for the compute context." - ([] (nodes *compute*)) + ([] (nodes-with-details *compute*)) ([#^ComputeService compute] (seq (.listNodesDetailsMatching compute (NodePredicates/all)))))