updating sample deployment policies
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9f2a410b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9f2a410b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9f2a410b Branch: refs/heads/master Commit: 9f2a410b4ccae676b5180c8d164c3ebf5269eb2a Parents: f5e80d2 Author: R-Rajkumar <[email protected]> Authored: Fri Mar 6 23:09:57 2015 +0530 Committer: R-Rajkumar <[email protected]> Committed: Fri Mar 6 23:09:57 2015 +0530 ---------------------------------------------------------------------- samples/deployment-policies/deployment-policy-1.json | 2 +- samples/deployment-policies/deployment-policy-2.json | 2 +- samples/deployment-policies/deployment-policy-3.json | 2 +- samples/deployment-policies/deployment-policy-4.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9f2a410b/samples/deployment-policies/deployment-policy-1.json ---------------------------------------------------------------------- diff --git a/samples/deployment-policies/deployment-policy-1.json b/samples/deployment-policies/deployment-policy-1.json index af66e5c..5e5b1b2 100644 --- a/samples/deployment-policies/deployment-policy-1.json +++ b/samples/deployment-policies/deployment-policy-1.json @@ -1,6 +1,6 @@ { "id": "deployment-policy-1", - "networkPartition": [ + "networkPartitions": [ { "id": "network-partition-1", "partitionAlgo": "one-after-another", http://git-wip-us.apache.org/repos/asf/stratos/blob/9f2a410b/samples/deployment-policies/deployment-policy-2.json ---------------------------------------------------------------------- diff --git a/samples/deployment-policies/deployment-policy-2.json b/samples/deployment-policies/deployment-policy-2.json index dcd54ef..607af7a 100644 --- a/samples/deployment-policies/deployment-policy-2.json +++ b/samples/deployment-policies/deployment-policy-2.json @@ -1,6 +1,6 @@ { "id": "deployment-policy-2", - "networkPartition": [ + "networkPartitions": [ { "id": "network-partition-1", "partitionAlgo": "one-after-another", http://git-wip-us.apache.org/repos/asf/stratos/blob/9f2a410b/samples/deployment-policies/deployment-policy-3.json ---------------------------------------------------------------------- diff --git a/samples/deployment-policies/deployment-policy-3.json b/samples/deployment-policies/deployment-policy-3.json index 006b01e..dad0be3 100644 --- a/samples/deployment-policies/deployment-policy-3.json +++ b/samples/deployment-policies/deployment-policy-3.json @@ -1,6 +1,6 @@ { "id": "deployment-policy-3", - "networkPartition": [ + "networkPartitions": [ { "id": "network-partition-3", "partitionAlgo": "one-after-another", http://git-wip-us.apache.org/repos/asf/stratos/blob/9f2a410b/samples/deployment-policies/deployment-policy-4.json ---------------------------------------------------------------------- diff --git a/samples/deployment-policies/deployment-policy-4.json b/samples/deployment-policies/deployment-policy-4.json index 50f7291..dd4ca0c 100644 --- a/samples/deployment-policies/deployment-policy-4.json +++ b/samples/deployment-policies/deployment-policy-4.json @@ -1,6 +1,6 @@ { "id": "deployment-policy-4", - "networkPartition": [ + "networkPartitions": [ { "id": "network-partition-1", "partitionAlgo": "one-after-another",
