[VID-3] Setting docker image tag
[vid.git] / vid / src / main / resources / json / mso / cloudConfiguration
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                 "lcpCloudRegionId": {
7                         "description": "LCP Node Location identifier",
8                         "type": "string"
9                 },  
10                 "tenantId": {
11                         "description": "Openstack tenant id",
12                         "type": "string"
13                 }  
14         }
15 }