From: Tony Mack Date: Wed, 2 Apr 2008 01:30:25 +0000 (+0000) Subject: added 'redir_port' attribute X-Git-Tag: tests-4.2-4~109 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=527c043bb1c9dfb1ca76a54ffe082b56cbd93674;p=tests.git added 'redir_port' attribute --- diff --git a/qaapi/qa/Nodes.py b/qaapi/qa/Nodes.py index ed433cd..d1375e8 100644 --- a/qaapi/qa/Nodes.py +++ b/qaapi/qa/Nodes.py @@ -10,8 +10,9 @@ class Node(dict, Remote): 'plc': None, 'hostname': None, # Node Hostname 'host': 'localhost', # host where node lives + 'redir_port': None, # Port on host where ssh is redirected to virtual node 'vserver': None, # vserver where this node lives - 'type': 'virtual', # type of node + 'type': 'vm', # type of node 'nodenetworks': [], # node networks 'homedir': '/var/VirtualMachines/', 'rootkey': None # path to root ssh key