mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7980 : Fixed the script '/maint/test_egress_rules_host_maintenance.py' - Zone Network Type Information should to be passed to VirtualMachine create method
This commit is contained in:
parent
4f8799315f
commit
d5761ea65b
|
|
@ -234,7 +234,8 @@ class TestEgressAfterHostMaintenance(cloudstackTestCase):
|
|||
accountid=self.account.name,
|
||||
domainid=self.account.domainid,
|
||||
serviceofferingid=self.service_offering.id,
|
||||
securitygroupids=[security_group.id]
|
||||
securitygroupids=[security_group.id],
|
||||
mode=self.services["mode"]
|
||||
)
|
||||
self.debug("Deploying VM in account: %s" % self.account.name)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue