Last sync from oslo-incubator

oslo-incubator will cease to host common code soon. This is
hopefully the very last sync from oslo-incubator. Sync'ed with
oslo-incubator SHA (4bbd5edc8b235592f59a808fa33fd6a994b23b2c)

Change-Id: Ie40b2e849f8ed859eb29ffe4f0c6496d7c9f9366
This commit is contained in:
Davanum Srinivas
2015-11-12 14:08:50 -05:00
committed by Davanum Srinivas (dims)
parent 227e1b54cf
commit 90aba96633

View File

@@ -18,6 +18,7 @@
import copy
from debtcollector import removals
from oslo_config import cfg
from oslo_utils import timeutils
@@ -30,6 +31,11 @@ CONF = cfg.CONF
CONF.register_opts(memcache_opts)
# Indicate that this module is deprecated for removal and oslo.cache should
# be used instead.
removals.removed_module(__name__, 'oslo.cache')
def list_opts():
"""Entry point for oslo-config-generator."""
return [(None, copy.deepcopy(memcache_opts))]