CLOUDSTACK-4686: Fixed volume limit for domain

This commit is contained in:
Girish Shilamkar 2013-11-06 12:26:37 +05:30
parent 544d1594f0
commit ed76e8a610
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)