From 34a19e981b3f597175b57fcc1b34880cf6f9718c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 18 Apr 2008 00:34:57 +0000 Subject: [PATCH] added 'host_rootkey' to fields --- qaapi/qa/PLCs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qaapi/qa/PLCs.py b/qaapi/qa/PLCs.py index 2d26bbd..034a932 100644 --- a/qaapi/qa/PLCs.py +++ b/qaapi/qa/PLCs.py @@ -12,7 +12,7 @@ class PLC(dict, Remote): 'ip': '127.0.0.1', # IP 'chroot': None, # Path to the chroot 'vserver': None, # Vserver where this PLC lives - 'rootkey': None, # Root Key + 'host_rootkey': None, # Root Key 'api_path': '/PLCAPI/', # PLCAPI path 'port': '443' # PLCAPI port @@ -37,7 +37,7 @@ class PLC(dict, Remote): except: ip = "127.0.0.1" self['ip'] = ip.strip() - + return self['ip'] def update_api(self): # Set up API acccess -- 2.47.0