openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21392
Keystone Grizzly-3 Tokens not getting saved to database
Hello,
I have some tests that attempt to retrieve tenants/projects from Keystone using an admin user's token. The test gave the following error:
{"error": {"message": "coercing to Unicode: need string or buffer, NoneType found", "code": 400, "title": "Bad Request"}}
The same code works fine if I use the X-Auth-Token from the keystone.conf file. I checked the database to look at the tokens and found that the "token" table is empty. Does anyone have any ideas as to why tokens are not getting stored on my system? I assume it is some keystone.conf parameter, but I really do not know.
Regards,
Mark
Follow ups