When creating the v3 keystone endpoint the URL used includes the string "v3.0", in this API version however the minor component (".0") has been dropped. The correct string to denote the endpoint version is "v3".
"Creating the Identity Service Endpoint" - ID: 15928 [rev: 472145] Updated v3.0 -> v3 but still need to answer the question about dual endpoint creation (whether it is required or not).
"Defining Regions" - ID: 15915 [rev: 472147] Also required the v3.0 -> v3 update.
(In reply to Stephen Gordon from comment #1) > "Creating the Identity Service Endpoint" - ID: 15928 [rev: 472145] > > Updated v3.0 -> v3 but still need to answer the question about dual endpoint > creation (whether it is required or not). Alan or Adam can you help me out here?
*** Bug 978619 has been marked as a duplicate of this bug. ***
> Updated v3.0 -> v3 but still need to answer the question about dual endpoint > creation (whether it is required or not). In Grizzly, v3 is still work-in-progress, e.g. authtoken middelware has not been updated to handle v3 tokens, see https://lists.launchpad.net/openstack/msg21673.html So v3 endpoint not required for the working openstack setup, but it doesn't hurt, but also not very useful (you can use v3 tokens only to talk to the Identity service itself). I'll leave needinfo on Adam to decide should v3 endpoint stay or be removed from Grizzly docs to avoid confusion.
On list discussion indicates current approach is OK.