Repository: stratos Updated Branches: refs/heads/master 5853f31f2 -> 2bda27a74
Update the json startup order with type by removing the alias Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2bda27a7 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2bda27a7 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2bda27a7 Branch: refs/heads/master Commit: 2bda27a746693e8fc2ed6fccabe9fd9cda02dcbc Parents: 5853f31 Author: gayan <[email protected]> Authored: Tue Jan 13 11:41:19 2015 +0530 Committer: gayan <[email protected]> Committed: Tue Jan 13 11:42:39 2015 +0530 ---------------------------------------------------------------------- samples/group-scaling/mock/artifacts/composite_application.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2bda27a7/samples/group-scaling/mock/artifacts/composite_application.json ---------------------------------------------------------------------- diff --git a/samples/group-scaling/mock/artifacts/composite_application.json b/samples/group-scaling/mock/artifacts/composite_application.json index bfb100b..027575a 100644 --- a/samples/group-scaling/mock/artifacts/composite_application.json +++ b/samples/group-scaling/mock/artifacts/composite_application.json @@ -62,7 +62,7 @@ ], "dependencies": { "startupOrders": [ - "group.mygroup1,cartridge.myc4" + "group.group1,cartridge.c4" ], "terminationBehaviour": "terminate-dependents" }
