Hi Pradeep,

I'm not sure what the context is for these values, so it's a little hard to 
assert a clear answer.

For most openstack projects, (all but keystone), there's generally a single API 
endpoints, and the keystone service catalog is configured on deployment to 
point to those. The service catalog supports exposing internal and public 
endpoints.

Keystone (quirky thing that it is) has two endpoints - one for general public 
authorization with a very limited API - in the docs and on the CLI, this is 
referred to as the "auth_url". In a devstack setup, this auth_url is 
"http://localhost:5000/v2.0"; - your deployment I'd expect to be different.

There's also an administrative endpoint for Keystone where a Keystone admin (or 
associated scripts) can configure services, endpoints, users, etc depending on 
the keystone deployment configuration. The CLI refers to this as the 
"management_url", and in a devstack setup, it would be 
"http://localhost:35357/v2.0";

This help?

-joe

On Oct 24, 2012, at 10:53 PM, Tummala Pradeep <pradeep.tumm...@ericsson.com> 
wrote:
> Hi,
> 
> I want to configure "openstack.endpoint" and "openstack.identity.endpoint". 
> However, I am a bit confused between the two. How can I configure them 
> through terminal ?
> 
> Thanks
> 
> Pradeep
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to