blob: ecc21369a4af89bbfd48ed419a3c39ed33c3b745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "fields communicating the cloud configuration in a standard way",
"type": "object",
"properties": {
"lcpCloudRegionId": {
"description": "LCP Node Location identifier",
"type": "string"
},
"tenantId": {
"description": "Openstack tenant id",
"type": "string"
}
}
}
|