diff options
Diffstat (limited to 'vid/src/main/resources/json/mso/cloudConfiguration')
-rw-r--r-- | vid/src/main/resources/json/mso/cloudConfiguration | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vid/src/main/resources/json/mso/cloudConfiguration b/vid/src/main/resources/json/mso/cloudConfiguration new file mode 100644 index 00000000..ecc21369 --- /dev/null +++ b/vid/src/main/resources/json/mso/cloudConfiguration @@ -0,0 +1,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" + } + } +}
\ No newline at end of file |