CLOUDSTACK-4686: Fixed volume limit for domain
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c8b91f1b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c8b91f1b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c8b91f1b Branch: refs/heads/object_store_migration Commit: c8b91f1b72d228b9979bdd38d62138eb84cb69c3 Parents: b4ceefa Author: Girish Shilamkar <[email protected]> Authored: Mon Oct 28 11:36:20 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Mon Oct 28 11:36:20 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_resource_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c8b91f1b/test/integration/component/test_resource_limits.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_resource_limits.py b/test/integration/component/test_resource_limits.py index 833723c..377aa74 100644 --- a/test/integration/component/test_resource_limits.py +++ b/test/integration/component/test_resource_limits.py @@ -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)
