You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Mariangela Hills (JIRA)" <ji...@apache.org> on 2014/06/04 13:12:01 UTC

[jira] [Created] (STRATOS-666) Auto scaling example configuration wrong in UI

Mariangela Hills created STRATOS-666:
----------------------------------------

             Summary: Auto scaling example configuration wrong in UI
                 Key: STRATOS-666
                 URL: https://issues.apache.org/jira/browse/STRATOS-666
             Project: Stratos
          Issue Type: Bug
          Components: Stratos Manager
    Affects Versions: 4.0.0 RC1
            Reporter: Mariangela Hills
             Fix For: 4.0.0
         Attachments: Auto Scaling Policy.png

The example configuration given is wrong. It should be changed to the following:
{
  "id": "autoscale-policy-1",
  "loadThresholds": {
    "requestsInFlight": {
      "average": 50
    },
    "memoryConsumption": {
      "average": 70
    },
    "loadAverage": {
      "average": 100
    }
  }
}



--
This message was sent by Atlassian JIRA
(v6.2#6252)