Reviewed: https://review.openstack.org/290305 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=56efc8ac76415070041d125a6e30523caf9b3cbd Submitter: Jenkins Branch: master
commit 56efc8ac76415070041d125a6e30523caf9b3cbd Author: Fang Zhen <[email protected]> Date: Wed Mar 9 14:46:12 2016 +0800 Switch to oslo.cache Oslo incubator is about to stop for cache module. We could use oslo.cache instead. The legacy memory backend is replaced by oslo_cache.dict. Closes-Bug: #1517883 Change-Id: I108242ca9f27c9ec47959ce7615bc7d84cae014b ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1517883 Title: switch from oslo-incubator cache code to dogpile Status in neutron: Fix Released Bug description: Oslo-incubator is about to stop support for cache module, so we should get rid of it. The best candidate is probably dogpile. There is also oslo.cache library released, but it has different API and is overkill for our needs (metadata agent optimizations). To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1517883/+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

