From 3385b200faa929d2027c5e4743e58271f4d7ad56 Mon Sep 17 00:00:00 2001 From: sailajam Date: Wed, 17 Jul 2013 23:12:58 +0530 Subject: [PATCH] CLOUDSTACK-3596: Domain ID missing to deploy VM request . Included Domain id (cherry picked from commit f5bd253b2b8d50bb42ce8a85b4d1db5b8e729b41) --- test/integration/component/test_accounts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 65c0c6ff49e..f8190ba1e07 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" % (