git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0881a1
)
renamed list_componets to list_nodes. Fixed params
author
Tony Mack
<tmack@cs.princeton.edu>
Wed, 11 Feb 2009 18:54:38 +0000
(18:54 +0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Wed, 11 Feb 2009 18:54:38 +0000
(18:54 +0000)
geni/util/geniclient.py
patch
|
blob
|
history
diff --git
a/geni/util/geniclient.py
b/geni/util/geniclient.py
index
ffd1440
..
2e93543
100644
(file)
--- a/
geni/util/geniclient.py
+++ b/
geni/util/geniclient.py
@@
-246,9
+246,9
@@
class GeniClient():
## list components
#
#
- def list_
components(self, cred
):
+ def list_
nodes(self, cred, format
):
- result = self.server.list_
components(cred.save_to_string(save_parents=True)
)
+ result = self.server.list_
nodes(cred.save_to_string(save_parents=True), format
)
return result
## list resources