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:
Chandan Purushothama 2014-11-26 16:16:37 -08:00 committed by Sangeetha Hariharan
parent 4f8799315f
commit d5761ea65b
1 changed files with 2 additions and 1 deletions

View File

@ -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)