neutronclient provided a way to reuse a token by get_auth_info() and the
follow-up patch in nova was merged. Fix-Released.
** Changed in: python-neutronclient
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1192383
Title:
Nova creates too many tokens when booting an image
Status in OpenStack Compute (nova):
Invalid
Status in python-neutronclient:
Fix Released
Bug description:
Observed in Grizzly stable branch that nova when booting an image creates lot
many keystone tokens.
On analysis found that tokens were created from quantum but nova called
quantum-client APIs.
Currently Keystone does not support token re-issue for same user credentials.
Hence clients must re-use the tokens when possible.
Due to lot many tokens in keystone DB, when we run any keystone command that
involves revoke_tokens keystone becomes unresponsive for a while as it has to
iterate through all tokens in its DB.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1192383/+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