From 05fc8e17d3260e0ce0e680484dc0a64fcb879472 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Sat, 6 Aug 2016 13:09:45 +0800 Subject: Fix the download fail and 'sshkey is not defined' problem in CI. modification: Remove the proxy info in zte-pod1 Fix 'sshkey is not defined' problem in CI Change-Id: I291eb03fea3f31cd8b499c6ee86836caa9a0de71 Signed-off-by: zhifeng.jiang --- func/spawn_vm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'func/spawn_vm.py') diff --git a/func/spawn_vm.py b/func/spawn_vm.py index ec63230c..15c26861 100644 --- a/func/spawn_vm.py +++ b/func/spawn_vm.py @@ -26,7 +26,6 @@ class SpawnVM(Env_setup): installer = '' def __init__(self, vm_info): - Env_setup.__init__(self) print 'SpawnVM Class initiated' vm_role_ip_dict = vm_info.copy() print 'Generating Heat Template\n' -- cgit 1.2.3-korg