CLOUDSTACK-4686: Fixed volume limit for domain

This commit is contained in:
Girish Shilamkar 2013-10-28 11:36:20 +05:30
parent b4ceefa469
commit c8b91f1b72
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ class TestResourceLimitsDomain(cloudstackTestCase):
self.apiclient,
2, # Volume
domainid=self.account.domainid,
max=2
max=1
)
self.debug("Deploying VM for account: %s" % self.account.name)