CLOUDSTACK-3596: Domain ID missing to deploy VM request . Included Domain id

(cherry picked from commit f5bd253b2b)
This commit is contained in:
sailajam 2013-07-17 23:12:58 +05:30 committed by Prasanna Santhanam
parent 27b5085542
commit 3385b200fa

View File

@ -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" % (