aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-08-06 13:09:45 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-08-06 13:09:45 +0800
commit05fc8e17d3260e0ce0e680484dc0a64fcb879472 (patch)
treec2c163da139aaacf6c5a150412d6a67ffbba68b8 /func
parentdd0a00b503f1d6e8d43d30646ffc2642bb04fe93 (diff)
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 <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'func')
-rw-r--r--func/spawn_vm.py1
1 files changed, 0 insertions, 1 deletions
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'