CLOUDSTACK-8553: Unable to launch VM from template because of permission issue

Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com>
This closes #387
This commit is contained in:
pritisarap12 2015-06-11 14:15:06 +05:30 committed by Gaurav Aradhye
parent 09abb193a1
commit fd1ef5220b
1 changed files with 1 additions and 1 deletions

View File

@ -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,