← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1514905] Re: unable to login with v3 auth

 

I had to add "OPENSTACK_API_VERSIONS", and the 'identity' block to get
this to work.

** Changed in: horizon
       Status: New => Invalid

-- 
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/1514905

Title:
  unable to login with v3 auth

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  With a current devstack setup, in local_settings.py, change
  'OPENSTACK_KEYSTONE_URL' to end in /v3 instead of /v2.0, this should
  trigger v3 auth flows.

  But instead I can't log in at all, enabling debug, i see the
  following:

  2015-11-10 16:17:53.240277 DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://172.16.240.138:5000/v3/tokens
  2015-11-10 16:17:54.563279 DEBUG:keystoneclient.session:Request returned failure status: 404

  The URL should be /v3/auth/tokens for v3.

  I suspect this is something to do with: https://github.com/openstack-
  dev/devstack/commit/7ef246492c8613c80b197fcec93ca65c5db47cb1

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


References