mirror of https://github.com/apache/cloudstack.git
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:
parent
09abb193a1
commit
fd1ef5220b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue