adding sample scalingDependents
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/327e1c37 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/327e1c37 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/327e1c37 Branch: refs/heads/master Commit: 327e1c37cda44365722616802cf8cde408fc034c Parents: c7cd99b Author: reka <[email protected]> Authored: Wed Apr 29 16:13:47 2015 +0530 Committer: reka <[email protected]> Committed: Wed Apr 29 16:14:03 2015 +0530 ---------------------------------------------------------------------- samples/cartridges-groups/mysql-php-group.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/327e1c37/samples/cartridges-groups/mysql-php-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/mysql-php-group.json b/samples/cartridges-groups/mysql-php-group.json index 2c286a1..74b091c 100644 --- a/samples/cartridges-groups/mysql-php-group.json +++ b/samples/cartridges-groups/mysql-php-group.json @@ -9,8 +9,9 @@ "startupOrders": [ "cartridge.my-mysql,cartridge.my-php" ], - "scalingDependants": [ - ], + "scalingDependents": [ + "cartridge.my-mysql,cartridge.my-php" + ], "terminationBehaviour": "terminate-none" } }
