Comment 0 for bug 1495982

Revision history for this message
Venkata Mahesh Jonnalagadda (vj884x) wrote :

I have a setup like - kilo devstack on one vm and zaqar-server & zaqarclient on another vm. And enabled keystone authtoken configuration in zaqar.conf.

When I tried to get the list of queues using zaqarclient, I am seeing "Invalid user token - rejecting request" error in zaqar logs. zaqarclient token authorization failing at zaqar-server.

For more details, I am providing below configuration & logs -

# keystone auth configuration in zaqar.conf

http://paste.openstack.org/show/443964/

# zaqar-server console output :

2015-09-03 08:16:11.781 1698 INFO keystonemiddleware.auth_token [-] Invalid user token - rejecting request
10.10.0.8 - - [03/Sep/2015 08:16:11] "GET /v1/queues HTTP/1.1" 401 23

# zaqarclient output :

http://paste.openstack.org/show/443965/

Further, I didn't found an option to see how zaqarclient sending GET request with headers to zaqar-server to verify why this keystone authorization is failing!