Aharoni, Pavel (pa0916) | ca3cb01 | 2018-10-22 15:29:57 +0300 | [diff] [blame] | 1 | {
|
| 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 | } |