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

This commit is contained in:
sailajam 2013-07-17 23:12:58 +05:30
parent 47b9e8ae61
commit f5bd253b2b
1 changed files with 2 additions and 0 deletions

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