From: Dan Prince Date: Wed, 5 Sep 2012 17:15:58 +0000 (-0400) Subject: Remove memcached_servers config option. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c86483b596c75003645e2c2052c8a63ae85294b4;p=openstack-build%2Fcinder-build.git Remove memcached_servers config option. We don't use this in Cinder. Change-Id: Id8503ff373622a2667fe0575f79e089056677019 --- 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