aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-08-09 11:19:27 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-09 11:19:27 +0000
commit1a16912a3ccc05bdcd8e6448d189f3cecb71648e (patch)
treea4d5553c60a2b89201d8fdc1deddd73174f50f3e /func
parentc11e4c98bb3418373652f985240c1e2a30285565 (diff)
parent05fc8e17d3260e0ce0e680484dc0a64fcb879472 (diff)
Merge "Fix the download fail and 'sshkey is not defined' problem in CI."
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'