Removing un-supported alogrithm from UI
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c1ceb709 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c1ceb709 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c1ceb709 Branch: refs/heads/master Commit: c1ceb7096112bbe53452c950acfe3f6cbaaebdff Parents: bb1dda3 Author: anuruddhal <[email protected]> Authored: Thu May 21 10:35:09 2015 +0530 Committer: anuruddhal <[email protected]> Committed: Thu May 21 10:35:09 2015 +0530 ---------------------------------------------------------------------- .../controllers/forms/schema/configure/application-policies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c1ceb709/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/application-policies.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/application-policies.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/application-policies.json index b5297e0..ef1029c 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/application-policies.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/application-policies.json @@ -20,7 +20,7 @@ "type": "string", "title": "Application Policy Algorithm ", "name": "Application Policy Algorithm", - "enum": ["one-after-another","all-at-once","weighted-one-after-another"], + "enum": ["one-after-another","all-at-once"], }, "networkPartitions": { "id": "root/networkPartitions",
