Public bug reported: 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 ** Affects: horizon Importance: Undecided Status: New -- 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): New 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

