summaryrefslogtreecommitdiffstats
path: root/nova/config.py
diff options
context:
space:
mode:
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 81d636708..f3fa8d380 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'),