Public bug reported:

I found the bug in stable/havana, which is handy to re-product.

configure keystone to using memcache backend, so the config file
keystone.conf will look like below:

....

[token]
 driver = keystone.token.backends.memcache.Token
......
[memcache]
servers=127.0.0.1:11211
......


when delete a token through API: DELETE 
http://10.120.120.250:35357/v2.0/tokens/89f15a7a3481456780c1254c8225dcb9 will 
return
500, 
{
    "error": {
        "message": "Unable to add token to revocation list.",
        "code": 500,
        "title": "Internal Server Error"
    }
}

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1290293

Title:
  memcache backend token can not delete a token

Status in OpenStack Identity (Keystone):
  New

Bug description:
  I found the bug in stable/havana, which is handy to re-product.

  configure keystone to using memcache backend, so the config file
  keystone.conf will look like below:

  ....

  [token]
   driver = keystone.token.backends.memcache.Token
  ......
  [memcache]
  servers=127.0.0.1:11211
  ......

  
  when delete a token through API: DELETE 
http://10.120.120.250:35357/v2.0/tokens/89f15a7a3481456780c1254c8225dcb9 will 
return
  500, 
  {
      "error": {
          "message": "Unable to add token to revocation list.",
          "code": 500,
          "title": "Internal Server Error"
      }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1290293/+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

Reply via email to