blob: eb627798f058405608065dce928279ccc0035eaf [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "fields communicating the cloud configuration in a standard way",
"type": "object",
"properties": {
"nodeLocation": {
"description": "Location identifier for the node",
"type": "string"
},
"lcpCloudRegionId": {
"description": "LCP Node Location identifier",
"type": "string"
},
"tenantId": {
"description": "Openstack tenant id",
"type": "string"
}
}
}