You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ga...@apache.org on 2015/06/12 08:24:58 UTC

git commit: updated refs/heads/master to fd1ef52

Repository: cloudstack
Updated Branches:
  refs/heads/master 09abb193a -> fd1ef5220


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

Signed-off-by: Gaurav Aradhye <ga...@clogeny.com>
This closes #387


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fd1ef522
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fd1ef522
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fd1ef522

Branch: refs/heads/master
Commit: fd1ef5220b3f7559aa5cf81479fb275777a94dee
Parents: 09abb19
Author: pritisarap12 <pr...@clogeny.com>
Authored: Thu Jun 11 14:15:06 2015 +0530
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Fri Jun 12 11:54:23 2015 +0530

----------------------------------------------------------------------
 test/integration/testpaths/testpath_volume_snapshot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fd1ef522/test/integration/testpaths/testpath_volume_snapshot.py
----------------------------------------------------------------------
diff --git a/test/integration/testpaths/testpath_volume_snapshot.py b/test/integration/testpaths/testpath_volume_snapshot.py
index 4f3a150..87c5fe4 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,