Repository: incubator-stratos
Updated Branches:
  refs/heads/master 4854c66d1 -> 93ea71a6c


Added load.balancer=true property to sample lb cartridge configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/c4966c34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c4966c34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c4966c34

Branch: refs/heads/master
Commit: c4966c34c157a44d8416dccfc9910e308566a4bd
Parents: 102c997
Author: Imesh Gunaratne <[email protected]>
Authored: Tue Mar 4 22:56:22 2014 -0500
Committer: Imesh Gunaratne <[email protected]>
Committed: Tue Mar 4 22:56:22 2014 -0500

----------------------------------------------------------------------
 .../themes/theme1/partials/configure_stratos_wizard.hbs | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c4966c34/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
 
b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
index b4d2dc5..9973f9d 100644
--- 
a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
+++ 
b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/configure_stratos_wizard.hbs
@@ -372,12 +372,18 @@
                                                         "imageId": 
"RegionOne/9865ed3f-724b-44e1-874f-f759aeceb9ef",
                                                         "property": [
                                                         {
-                                                        "name": "instanceType",
-                                                        "value": "RegionOne/2"
+                                                            "name": 
"instanceType",
+                                                            "value": 
"RegionOne/2"
                                                         }
                                                         ]
                                                     }
-                                                    ]
+                                                    ],
+                                                    "property": [
+                                                        {
+                                                            "name": 
"load.balancer",
+                                                            "value": "true"
+                                                        }
+                                                      ]
                                                     }
                                                 }
                                             </pre>

Reply via email to