From: Tony Mack Date: Fri, 29 May 2009 16:53:17 +0000 (+0000) Subject: fix bug shell_version should be plshell_version X-Git-Tag: sfa-0.9-0@14641~353 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dad5b09702a76e5db6a815fad3d6abbed1fa8614;p=sfa.git fix bug shell_version should be plshell_version --- diff --git a/geni/util/nodes.py b/geni/util/nodes.py index 673d918f..a372cb53 100644 --- a/geni/util/nodes.py +++ b/geni/util/nodes.py @@ -182,7 +182,7 @@ class Nodes(SimpleStorage): if self.api.plshell_version in ['4.2']: interfaces = self.api.plshell.GetNodeNetworks(self.api.plauth, interface_ids) - elif self.api.shell_version in ['4.3']: + elif self.api.plshell_version in ['4.3']: interfaces = self.api.plshell.GetInterfaces(self.api.plauth, interface_ids) else: raise GeniAPIError, "Unsupported plcapi version ", \