From fd1ef5220b3f7559aa5cf81479fb275777a94dee Mon Sep 17 00:00:00 2001 From: pritisarap12 Date: Thu, 11 Jun 2015 14:15:06 +0530 Subject: [PATCH] CLOUDSTACK-8553: Unable to launch VM from template because of permission issue Signed-off-by: Gaurav Aradhye This closes #387 --- test/integration/testpaths/testpath_volume_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/testpaths/testpath_volume_snapshot.py b/test/integration/testpaths/testpath_volume_snapshot.py index 4f3a1507f62..87c5fe48053 100644 --- a/test/integration/testpaths/testpath_volume_snapshot.py +++ b/test/integration/testpaths/testpath_volume_snapshot.py @@ -394,7 +394,7 @@ class TestVolumeSnapshot(cloudstackTestCase): ) vm_from_temp = VirtualMachine.create( - self.userapiclient, + self.apiclient, self.testdata["small"], templateid=templateFromSnapshot.id, accountid=self.account.name,