Hi Seshu,

We are working on this integration and need your help to clarify the settings 
in SO cloud_config.json (attached below): the "region_id” in cloud_site should 
be filled with OpenStack regions (returned values from Curl -X GET -H 
“X-Auth-Token:<token>” http://keystone_auth_url/v3/regions )
{
  "cloud_config":
  {
    "identity_services":
    {
        "DEFAULT_KEYSTONE":
        {
          "identity_url": 
"http://10.0.14.1:80/api/multicloud/v0/vmware_fake/identity/v2.0";,
          "mso_id": "helenc878",
          "mso_pass": "74b06d580535c1eef92a980b11237a11",
          "admin_tenant": "admin",
          "member_role": "admin",
          "tenant_metadata": true,
          "identity_server_type": "KEYSTONE",
          "identity_authentication_type": "USERNAME_PASSWORD"
        }
    },
    "cloud_sites":
    {
        "fake":
        {
          "region_id": "nova",
          "clli": “nova”,
          "aic_version": "2.5",
          "identity_service_id": "DEFAULT_KEYSTONE"
        },
        "RegionOne":
        {
          "region_id": "RegionOne",
          "clli": "RegionOne",
          "aic_version": "2.5",
          "identity_service_id": "DEFAULT_KEYSTONE"
        }
    }
  }
}

Thanks, 
Xinhui
    

_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to