mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4686: Fixed volume limit for domain
This commit is contained in:
parent
b4ceefa469
commit
c8b91f1b72
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue