diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-15 16:57:18 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-15 17:01:10 -0500 |
commit | 0789aef836c7629ad4d5957453dc8670303c09aa (patch) | |
tree | 2946184d0ea20222343032e4e0237306d1100c3b /robot/assets/templates/so | |
parent | e700265bd3a62627a7c93943ea011f1905825253 (diff) |
Update for v3 KEYSTONE SO config
Issue-ID: INT-1026
Change-Id: I18f521030683f2b8ee7a42d837c49e630dc1cfbb
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates/so')
-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}" + } +} |