Comment 2 for bug 1720448

Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :

From: Ignatious Johnson
Sent: Monday, October 2, 2017 11:42 PM
To: Viswanath KJ; Deepak Jayaraman; Rathinasabapathy Sakthivel
Cc: Sachin Bansal
Subject: Re: CXU-9070 - External keystone

Keystone as part of project delete invalidates the used tokens.

Invalidating the user tokens in memcache is taking long time ( will discuss with Sachin on this and get back)
I changed the token backend to sql in keystone.conf and restarted keystone.

[token]
#driver = keystone.token.persistence.backends.memcache.Token
driver = keystone.token.persistence.backends.sql.Token

Now the delete time is small.

Thanks,
Ignatious