Removing maxInstanceLimit from mysql cartridge, which was missed from previous commit
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/eb091c30 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/eb091c30 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/eb091c30 Branch: refs/heads/master-deployment-policy-fix-merge Commit: eb091c30122898c55f6cfd71f81d5ffd4e99499c Parents: a9b2cff Author: Lahiru Sandaruwan <[email protected]> Authored: Thu Mar 12 22:37:26 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Thu Mar 12 22:37:26 2015 +0530 ---------------------------------------------------------------------- .../grouping-automation-script/samples/ec2/mysql.json | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/eb091c30/tools/automation-scripts/grouping-automation-script/samples/ec2/mysql.json ---------------------------------------------------------------------- diff --git a/tools/automation-scripts/grouping-automation-script/samples/ec2/mysql.json b/tools/automation-scripts/grouping-automation-script/samples/ec2/mysql.json index f2de7f6..0514e36 100755 --- a/tools/automation-scripts/grouping-automation-script/samples/ec2/mysql.json +++ b/tools/automation-scripts/grouping-automation-script/samples/ec2/mysql.json @@ -19,7 +19,6 @@ { "type": "ec2", "imageId": "ap-southeast-1/ami-3c0f5d6e", - "maxInstanceLimit": "2", "property": [ ] }
