[ https://issues.apache.org/jira/browse/STRATOS-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Imesh Gunaratne updated STRATOS-495: ------------------------------------ Affects Version/s: 4.0.0 Alpha > LB cartridge sample configuration does not include load.balancer property > ------------------------------------------------------------------------- > > Key: STRATOS-495 > URL: https://issues.apache.org/jira/browse/STRATOS-495 > Project: Stratos > Issue Type: Bug > Affects Versions: 4.0.0 Alpha > Reporter: Imesh Gunaratne > Priority: Minor > > As I found the sample LB cartridge configuration in Stratos Console does not > include the load.balancer property. As a result Stratos does not identify > this cartridge as a load balancer cartridge: > Example configuration: > { > "cartridgeDefinitionBean": { > "type": "lb", > "provider": "apache", > "displayName": "Lb", > "description": "Lb Cartridge", > "version": "1.0", > "host": "stratos.apache.org", > "defaultAutoscalingPolicy": "economyPolicy", > "defaultDeploymentPolicy": "depexp", > "multiTenant": "false", > "portMapping": [ > { > "protocol": "http", > "port": "22", > "proxyPort": "8280" > } > ], > "deployment": {}, > "iaasProvider": [ > { > "type": "openstack", > "imageId": "RegionOne/9865ed3f-724b-44e1-874f-f759aeceb9ef", > "property": [ > { > "name": "instanceType", > "value": "RegionOne/2" > } > ] > } > ] > } > } -- This message was sent by Atlassian JIRA (v6.2#6252)