blob: eb627798f058405608065dce928279ccc0035eaf [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001{
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}