From c86483b596c75003645e2c2052c8a63ae85294b4 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 5 Sep 2012 13:15:58 -0400 Subject: [PATCH] Remove memcached_servers config option. We don't use this in Cinder. Change-Id: Id8503ff373622a2667fe0575f79e089056677019 --- cinder/flags.py | 3 --- etc/cinder/cinder.conf.sample | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/cinder/flags.py b/cinder/flags.py index ef2e2ae0a..4340c26bf 100644 --- a/cinder/flags.py +++ b/cinder/flags.py @@ -187,9 +187,6 @@ global_opts = [ cfg.StrOpt('notification_driver', default='cinder.openstack.common.notifier.no_op_notifier', help='Default driver for sending notifications'), - cfg.ListOpt('memcached_servers', - default=None, - help='Memcached servers or None for in process cache.'), cfg.StrOpt('instance_usage_audit_period', default='month', help='time period to generate instance usages for. ' diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index 891064eef..89c70fbda 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -145,9 +145,6 @@ # notification_driver=cinder.openstack.common.notifier.no_op_notifier #### (StrOpt) Default driver for sending notifications -# memcached_servers= -#### (ListOpt) Memcached servers or None for in process cache. - # instance_usage_audit_period=month #### (StrOpt) time period to generate instance usages for. Time period #### must be hour, day, month or year @@ -500,4 +497,4 @@ #### (IntOpt) maximum number of volume gigabytes to allow per host -# Total option count: 133 +# Total option count: 132 -- 2.45.2