Repository: stratos Updated Branches: refs/heads/master d9c323a2c -> b9ba5eaac
updating lowerLimit in xml scemas Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b9ba5eaa Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b9ba5eaa Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b9ba5eaa Branch: refs/heads/master Commit: b9ba5eaace09594a612852b6eafd000a986fc4cd Parents: d9c323a Author: Lahiru Sandaruwan <[email protected]> Authored: Fri Dec 19 16:58:32 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Fri Dec 19 16:58:56 2014 +0530 ---------------------------------------------------------------------- .../forms/default/configure/autoscalingpolicies.json | 9 +++------ .../src/main/webapp/api-test/WEB-INF/schemas/schema.xsd | 1 - .../src/main/webapp/api/WEB-INF/schemas/schema.xsd | 1 - 3 files changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b9ba5eaa/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/autoscalingpolicies.json ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/autoscalingpolicies.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/autoscalingpolicies.json index b6e42ac..4fed272 100644 --- a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/autoscalingpolicies.json +++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/autoscalingpolicies.json @@ -5,16 +5,13 @@ "instanceRoundingFactor": 0.2, "loadThresholds": { "requestsInFlight": { - "upperLimit": 30, - "lowerLimit": 5 + "upperLimit": 30 }, "memoryConsumption": { - "upperLimit": 80, - "lowerLimit": 50 + "upperLimit": 80 }, "loadAverage": { - "upperLimit": 100, - "lowerLimit": 20 + "upperLimit": 100 } } } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/b9ba5eaa/components/org.apache.stratos.rest.endpoint/src/main/webapp/api-test/WEB-INF/schemas/schema.xsd ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/api-test/WEB-INF/schemas/schema.xsd b/components/org.apache.stratos.rest.endpoint/src/main/webapp/api-test/WEB-INF/schemas/schema.xsd index 31a5887..9fb25d2 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/api-test/WEB-INF/schemas/schema.xsd +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/api-test/WEB-INF/schemas/schema.xsd @@ -243,7 +243,6 @@ <xs:complexType name="thresholdValues"> <xs:all> <xs:element name="upperLimit" type="xs:float" minOccurs="1" maxOccurs="1"/> - <xs:element name="lowerLimit" type="xs:float" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:schema> http://git-wip-us.apache.org/repos/asf/stratos/blob/b9ba5eaa/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/schemas/schema.xsd ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/schemas/schema.xsd b/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/schemas/schema.xsd index ddae5c1..19dabe2 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/schemas/schema.xsd +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/api/WEB-INF/schemas/schema.xsd @@ -327,7 +327,6 @@ <xs:complexType name="thresholdValues"> <xs:all> <xs:element name="upperLimit" type="xs:float" minOccurs="1" maxOccurs="1"/> - <xs:element name="lowerLimit" type="xs:float" minOccurs="1" maxOccurs="1"/> </xs:all> </xs:complexType> </xs:schema>
