From 4d3106fbdacd01f8e212c866df8bc4ec1ed348c5 Mon Sep 17 00:00:00 2001 From: fling Date: Wed, 21 Sep 2011 15:57:39 +0800 Subject: [PATCH] hostname default is localhost modified: ../interface/ri_data.py --- interface/ri_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/ri_data.py b/interface/ri_data.py index ac7e88c..4242898 100644 --- a/interface/ri_data.py +++ b/interface/ri_data.py @@ -425,7 +425,7 @@ p_node - xml node (parent node)''' class Network: ''' network ''' - hostname ='' + hostname ='localhost' configuration ='' domain = '' ip = ''