From 6985bf48bed99f752d420071d0ac4db0ad81fd1c Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Wed, 5 Sep 2012 13:17:24 -0400 Subject: [PATCH] Remove default_schedule_zone. We don't use this config options. Change-Id: I94a7940dc74341580ab954ffcda1f91fb5433e3f --- 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 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 -- 2.45.2