mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3596: Domain ID missing to deploy VM request . Included Domain id
This commit is contained in:
parent
47b9e8ae61
commit
f5bd253b2b
|
|
@ -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" % (
|
||||
|
|
|
|||
Loading…
Reference in New Issue