blob: eb627798f058405608065dce928279ccc0035eaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"$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"
}
}
}
|