Updated Branches: refs/heads/master 47b9e8ae6 -> f5bd253b2
CLOUDSTACK-3596: Domain ID missing to deploy VM request . Included Domain id Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f5bd253b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f5bd253b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f5bd253b Branch: refs/heads/master Commit: f5bd253b2b8d50bb42ce8a85b4d1db5b8e729b41 Parents: 47b9e8a Author: sailajam <[email protected]> Authored: Wed Jul 17 23:12:58 2013 +0530 Committer: sailajam <[email protected]> Committed: Thu Jul 18 13:52:04 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_accounts.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f5bd253b/test/integration/component/test_accounts.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 65c0c6f..f9498bc 100644 --- a/test/integration/component/test_accounts.py +++ b/test/integration/component/test_accounts.py @@ -415,6 +415,7 @@ class TestRemoveUserFromAccount(cloudstackTestCase): self.apiclient, self.services["virtual_machine"], accountid=self.account.name, + domainid=self.account.domainid, serviceofferingid=self.service_offering.id ) self.debug("Deployed VM in account: %s, ID: %s" % ( @@ -425,6 +426,7 @@ class TestRemoveUserFromAccount(cloudstackTestCase): self.apiclient, self.services["virtual_machine"], accountid=self.account.name, + domainid=self.account.domainid, serviceofferingid=self.service_offering.id ) self.debug("Deployed VM in account: %s, ID: %s" % (
