Updated Branches: refs/heads/4.2 27b508554 -> fbf38a35d
CLOUDSTACK-3596: Domain ID missing to deploy VM request . Included Domain id (cherry picked from commit f5bd253b2b8d50bb42ce8a85b4d1db5b8e729b41) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3385b200 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3385b200 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3385b200 Branch: refs/heads/4.2 Commit: 3385b200faa929d2027c5e4743e58271f4d7ad56 Parents: 27b5085 Author: sailajam <[email protected]> Authored: Wed Jul 17 23:12:58 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Jul 18 18:13:57 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_accounts.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3385b200/test/integration/component/test_accounts.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 65c0c6f..f8190ba 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" % (
