yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50225
[Bug 1415588] Re: Cannot list users and groups with Keystone v3
Is there something we could do in here to alleviate this? Maybe set up
the default domain in the context on login so we dont show an error with
no context at all?
** Changed in: horizon
Status: Invalid => 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/1415588
Title:
Cannot list users and groups with Keystone v3
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Openstack 2014.2.1 on CentOS 7
Horizon is configured to use Keystone v3 API w/ domains:
OPENSTACK_API_VERSIONS = {
"identity": 3
}
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True
I logged in as admin and specified "default" domain on login page.
When I select Identity->Users or Identity->Groups I got pop-up error
message saying "Error: Unauthorized: Unable to retrieve user/group
list."
In keystone.log I see:
2015-01-28 21:39:51.654 4207 WARNING keystone.common.controller [-] No domain information specified as part of list request
2015-01-28 21:39:51.654 4207 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 9.167.185.90
2015-01-28 21:39:51.655 4207 INFO eventlet.wsgi.server [-] 9.167.185.90 - - [28/Jan/2015 21:39:51] "GET /v3/users HTTP/1.1" 401 313 0.008419
2015-01-28 21:39:54.031 4243 WARNING keystone.common.controller [-] No domain information specified as part of list request
2015-01-28 21:39:54.031 4243 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 9.167.185.90
2015-01-28 21:39:54.032 4243 INFO eventlet.wsgi.server [-] 9.167.185.90 - - [28/Jan/2015 21:39:54] "GET /v3/groups HTTP/1.1" 401 313 0.009917
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1415588/+subscriptions
References