← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1178284] Re: dashboard defaults to v3 of identity service

 

I appreciate the report, and to some degree this was an unintended
consequence, but after giving it a good bit of thought I think the
current behavior is correct:

1. Moving forward in Havana we *are* going to have the v3 API be the default. 
2. Our commitment in Havana is to have compatibility with N-1, which means Grizzly Keystone, which means the v3 API should be present.
3. Later in Havana we will have API version discovery enabled across the entire stack, so this problem will resolve itself.

For now I see no reason to revert things, though more documentation is
always welcome.

** Changed in: horizon
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1178284

Title:
  dashboard defaults to v3 of identity service

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  The identity service seems to be defaulting to v3, even if that
  endpoint doesn't exist:

  REQ: curl -i http://192.168.1.13:35357/v3/projects -X GET -H "User-Agent: python-keystoneclient" -H "Forwarded: for=127.0.0.1;by=python-keystoneclient" -H "X-Auth-Token: 3fb4e6baeeca4228975d8f7a6974b9a3"
  RESP: [404] {'date': 'Thu, 09 May 2013 14:13:03 GMT', 'content-type': 'application/json', 'content-length': '93', 'vary': 'X-Auth-Token'}
  RESP BODY: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}

  Request returned failure status: 404
  Not Found: Unable to communicate with identity service: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}. (HTTP 404)

  
  Looking at https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/keystone.py, it seems like v3 will always be selected, unless there's some configuration that I'm missing. . . ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1178284/+subscriptions