Hi,
While configuring the LB via the wizard with the following config[1],
I get an error:
Unable to build the jclouds object for iaas of type: openstack, Load
balancer Cartridges are not available.
I did add all the correct openStack setting at the setup.conf. Where
is the Stratos setup wizard logging to?
[1]
{
"cartridgeDefinitionBean": {
"type": "lb",
"provider": "apache",
"displayName": "Lb",
"description": "Lb Cartridge",
"version": "1.0",
"host": "stratos.mysusecloud.org",
"defaultAutoscalingPolicy": "economyPolicy",
"defaultDeploymentPolicy": "DepPolicy",
"multiTenant": "false",
"portMapping": [
{
"protocol": "http",
"port": "22",
"proxyPort": "8280"
}
],
"deployment": {},
"iaasProvider": [
{
"type": "openstack",
"imageId": "RegionOne/5b0e792b-21cc-4087-944c-e2437391da9c",
"property": [
{
"name": "instanceType",
"value": "RegionOne/2"
}
]
}
],
"property": [
{
"name": "load.balancer",
"value": "true"
}
]
}
}