blob: eb627798f058405608065dce928279ccc0035eaf [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001{
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "description": "fields communicating the cloud configuration in a standard way",
4 "type": "object",
5 "properties": {
6 "nodeLocation": {
7 "description": "Location identifier for the node",
8 "type": "string"
9 },
10 "lcpCloudRegionId": {
11 "description": "LCP Node Location identifier",
12 "type": "string"
13 },
14 "tenantId": {
15 "description": "Openstack tenant id",
16 "type": "string"
17 }
18 }
19}