Infinite Recursion for __getattr__ in keystone.token.persistence.core.Manager due to dep injection
Bug #1373167 reported by
Morgan Fainberg
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Morgan Fainberg |
Bug Description
On initializing the token_api due to the way the dependency injector works, an infinite recursion occurs at:
This occurs when doing the lookup for token_provider_api causes an issue. The solution simply requires verifying that the 'item' is not in self._dependencies or self._optionals.
This stabilizes eventually after startup.
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → juno-rc1 |
assignee: | nobody → Morgan Fainberg (mdrnstm) |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-rc1 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/123612
Review: https:/