Public bug reported:
When I run `keystone-manage token_flush` on a new devstack install, it fails
with a recursion depth error:
$ keystone-manage token_flush
2014-08-29 14:21:58.933 CRITICAL keystone [-] RuntimeError: maximum recursion
depth exceeded while calling a Python object
2014-08-29 14:21:58.933 TRACE keystone Traceback (most recent call last):
2014-08-29 14:21:58.933 TRACE keystone File "/usr/local/bin/keystone-manage",
line 6, in <module>
2014-08-29 14:21:58.933 TRACE keystone exec(compile(open(__file__).read(),
__file__, 'exec'))
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/bin/keystone-manage", line 44, in <module>
2014-08-29 14:21:58.933 TRACE keystone cli.main(argv=sys.argv,
config_files=config_files)
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/cli.py", line 292, in main
2014-08-29 14:21:58.933 TRACE keystone CONF.command.cmd_class.main()
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/cli.py", line 176, in main
2014-08-29 14:21:58.933 TRACE keystone
token_manager.driver.flush_expired_tokens()
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/token/persistence/core.py", line 231, in
__getattr__
2014-08-29 14:21:58.933 TRACE keystone f =
getattr(self.token_provider_api._persistence, item)
...
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/token/persistence/core.py", line 231, in
__getattr__
2014-08-29 14:21:58.933 TRACE keystone f =
getattr(self.token_provider_api._persistence, item)
2014-08-29 14:21:58.933 TRACE keystone RuntimeError: maximum recursion depth
exceeded while calling a Python object
** 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/1363224
Title:
token_flush is failing with recursion depth error
Status in OpenStack Identity (Keystone):
New
Bug description:
When I run `keystone-manage token_flush` on a new devstack install, it fails
with a recursion depth error:
$ keystone-manage token_flush
2014-08-29 14:21:58.933 CRITICAL keystone [-] RuntimeError: maximum recursion
depth exceeded while calling a Python object
2014-08-29 14:21:58.933 TRACE keystone Traceback (most recent call last):
2014-08-29 14:21:58.933 TRACE keystone File
"/usr/local/bin/keystone-manage", line 6, in <module>
2014-08-29 14:21:58.933 TRACE keystone
exec(compile(open(__file__).read(), __file__, 'exec'))
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/bin/keystone-manage", line 44, in <module>
2014-08-29 14:21:58.933 TRACE keystone cli.main(argv=sys.argv,
config_files=config_files)
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/cli.py", line 292, in main
2014-08-29 14:21:58.933 TRACE keystone CONF.command.cmd_class.main()
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/cli.py", line 176, in main
2014-08-29 14:21:58.933 TRACE keystone
token_manager.driver.flush_expired_tokens()
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/token/persistence/core.py", line 231, in
__getattr__
2014-08-29 14:21:58.933 TRACE keystone f =
getattr(self.token_provider_api._persistence, item)
...
2014-08-29 14:21:58.933 TRACE keystone File
"/opt/stack/keystone/keystone/token/persistence/core.py", line 231, in
__getattr__
2014-08-29 14:21:58.933 TRACE keystone f =
getattr(self.token_provider_api._persistence, item)
2014-08-29 14:21:58.933 TRACE keystone RuntimeError: maximum recursion depth
exceeded while calling a Python object
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1363224/+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