mirror of https://github.com/apache/jclouds.git
Fixed missed forwarding function
This commit is contained in:
parent
86f8818ee8
commit
84e6b78802
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue