summaryrefslogtreecommitdiffstats
path: root/functest/core/singlevm.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/core/singlevm.py')
-rw-r--r--functest/core/singlevm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/core/singlevm.py b/functest/core/singlevm.py
index 78f8ab9d0..71ed0690d 100644
--- a/functest/core/singlevm.py
+++ b/functest/core/singlevm.py
@@ -58,7 +58,6 @@ class VmReady1(tenantnetwork.TenantNetwork1):
if "case_name" not in kwargs:
kwargs["case_name"] = 'vmready1'
super(VmReady1, self).__init__(**kwargs)
- self.orig_cloud = self.cloud
self.image = None
self.flavor = None