From: Dan Prince Date: Wed, 5 Sep 2012 17:17:24 +0000 (-0400) Subject: Remove default_schedule_zone. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6985bf48bed99f752d420071d0ac4db0ad81fd1c;p=openstack-build%2Fcinder-build.git Remove default_schedule_zone. We don't use this config options. Change-Id: I94a7940dc74341580ab954ffcda1f91fb5433e3f --- diff --git a/cinder/flags.py b/cinder/flags.py index 4340c26bf..d0056364c 100644 --- a/cinder/flags.py +++ b/cinder/flags.py @@ -210,9 +210,6 @@ global_opts = [ cfg.IntOpt('service_down_time', default=60, help='maximum time since last check-in for up service'), - cfg.StrOpt('default_schedule_zone', - default=None, - help='availability zone to use when user doesn\'t specify one'), cfg.StrOpt('volume_api_class', default='cinder.volume.api.API', help='The full class name of the volume API class to use'), diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index 89c70fbda..49ec258b3 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -168,9 +168,6 @@ # service_down_time=60 #### (IntOpt) maximum time since last check-in for up service -# default_schedule_zone= -#### (StrOpt) availability zone to use when user doesn't specify one - # volume_api_class=cinder.volume.api.API #### (StrOpt) The full class name of the volume API class to use @@ -497,4 +494,4 @@ #### (IntOpt) maximum number of volume gigabytes to allow per host -# Total option count: 132 +# Total option count: 131