The Identity Service URL is the Keystone endpoint with which HCP communicates. There are two different types of Identity Service URLs available on Keystone, the Public Identity Service URL and the Admin Identity Service URL. It's recommended to use the Admin Identity Service URL since the Public Service URL does not support user ACLs in this configuration.
Once you have chosen which identity service endpoint you want to use, follow these steps to retrieve the url:
1.Using the Python Keystone client, enter one of the following depending on whether you are looking for the public or admin URL:
oIf you want the public url, enter keystone endpoint-get --service identity --endpoint-type publicURL
oIf you want the admin url, enter keystone endpoint-get --service identity --endpoint-type adminURL
2.Record the URL for later use
© 2017 Hitachi Data Systems Corporation. All rights reserved.