[Openstack] Endpoint question

2013-03-14 Thread Logan McNaughton
I have a question on service endpoints. I've read that Horizon depends quite heavily on them, and a misconfiguration there can really mess things up. My question is, does the endpoint need to be compatible with Horizon? For instance, as of Grizzly, Keystone will support /v2.0 and /v3 Nova will

Re: [Openstack] Endpoint question

2013-03-14 Thread Dolph Mathews
**Ideally** you would provide unversioned endpoints for all services, e.g.: http://keystone:35357/ instead of http://keystone:35357/v2.0/ ... and the client would work out what versions are supported and select a preferred version automatically. However, we're not quite there yet. I can't