diff options
Diffstat (limited to 'robot/assets/templates/so/create_cloud_config.template')
-rw-r--r-- | robot/assets/templates/so/create_cloud_config.template | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/robot/assets/templates/so/create_cloud_config.template b/robot/assets/templates/so/create_cloud_config.template deleted file mode 100644 index 969a8b05..00000000 --- a/robot/assets/templates/so/create_cloud_config.template +++ /dev/null @@ -1,17 +0,0 @@ -{ - "id": "${site_name}", - "region_id": "${region_id}", - "aic_version": "2.5", - "clli": "${clli}", - "identityService": { - "identity_url": "${identity_url}", - "mso_id": "${mso_id}", - "mso_pass": "${mso_pass}", - "admin_tenant": "${admin_tenant}", - "member_role": "${member_role}", - "tenant_meta_data": true, - "id": "${identity_id}", - "identity_server_type": "${identity_server_type}", - "identity_authentication_type": "${authentication_type}" - } -} |