summaryrefslogtreecommitdiff
path: root/nova/config.py
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-08 09:18:11 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-09 22:09:17 +0000
commit562b5a452db7208b53022aba0e8b6a8f70150587 (patch)
tree9b7d75e4aec93b79641310455b1b86b5a24eaceb /nova/config.py
parentd8c80c6b14c29dbea21ce045adce82ac92708fa3 (diff)
downloadnova-562b5a452db7208b53022aba0e8b6a8f70150587.tar.gz
Move memcached_servers opt into common.memorycache
Add a factory function to nova.common.memorycache which consolidates the code to choose between real or fake memcache. This then means that memcached_servers is used in just one place and we can move the config option there. blueprint: scope-config-opts Change-Id: I67c191e0db58364eda4162b9e881606063509b9d
Diffstat (limited to 'nova/config.py')
-rw-r--r--nova/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/config.py b/nova/config.py
index 81d6367083..f3fa8d380b 100644
--- a/nova/config.py
+++ b/nova/config.py
@@ -54,9 +54,6 @@ global_opts = [
'However, the node name must be valid within '
'an AMQP key, and if using ZeroMQ, a valid '
'hostname, FQDN, or IP address'),
- cfg.ListOpt('memcached_servers',
- default=None,
- help='Memcached servers or None for in process cache.'),
cfg.BoolOpt('use_ipv6',
default=False,
help='use ipv6'),