diff options
author | Daniel Rose <dr695h@att.com> | 2019-04-16 13:33:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-16 13:33:04 +0000 |
commit | 4230caee7aaa5d34e9fb84f61d9f116f7224cc6a (patch) | |
tree | 7cb6aed92b4b4631648c466e1ee46b2f227ef147 /robot/assets/templates/so/cloud_config_v3.template | |
parent | c2ae48dc4d9ed0ccc58246059fb64c546f669f78 (diff) | |
parent | 0789aef836c7629ad4d5957453dc8670303c09aa (diff) |
Merge "Update for v3 KEYSTONE SO config"
Diffstat (limited to 'robot/assets/templates/so/cloud_config_v3.template')
-rw-r--r-- | robot/assets/templates/so/cloud_config_v3.template | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/robot/assets/templates/so/cloud_config_v3.template b/robot/assets/templates/so/cloud_config_v3.template new file mode 100644 index 00000000..61674589 --- /dev/null +++ b/robot/assets/templates/so/cloud_config_v3.template @@ -0,0 +1,19 @@ +{ + "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}", + "project_domain_name": "${project_domain_name}", + "user_domain_name": "${user_domain_name}" + } +} |