** Changed in: keystone Status: Fix Committed => Fix Released ** Changed in: keystone Milestone: None => icehouse-rc1
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1291705 Title: Oauth manager created multiple times Status in OpenStack Identity (Keystone): Fix Released Bug description: The oauth1.Manager class, which is @dependency.provider('oauth_api'), is created multiple times when it should only be created once. A 'provider' should only be created once because otherwise the new instance replaces the one that's stored in the dependency map. Luckily, the oauth1.Manager doesn't store any state so it's safe to do in this case, but it makes for a bad example that others are copying and it might not be safe in those cases. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1291705/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp