Hi,
I just noticed that in the 4.0.0-grouping branch (after updating the branch
today morning ) we added a check for the className in the cartridge definition.
If it's not defined an exception is being thrown. In 4.0.0 branch we just
checked if it != null and set the Class but did not thorw an excecption. My
question is what needs to be set for the className property ?
I tried to set "className" : "OpenstackNovaIaas", but it failed with an
exception, I posted the IaaSProvider json below,
Any clues what needs to be done ?
Thanks
Martin
"iaasProvider": [
{
"type": "openstack-Core",
"imageId": "RegionOne/17e9f85b-a849-4c56-9756-6d0f8010e97a",
"maxInstanceLimit": "4",
"className" : "OpenstackNovaIaas",
"property": [
{
"name": "instanceType",
"value": "RegionOne/m1.medium"
},
{
"name": "keyPair",
"value": "phoenix"
},
{
"name": "autoAssignIp",
"value": "false"
},
{
"name": "securityGroups",
"value": "default"
}
],
"networkInterfaces": [
{
"networkUuid": "83a1711a-d99d-4a13-bebc-a7dad39c11a4"
}
]
}
],