Merge "Remove default_schedule_zone."

This commit is contained in:
Jenkins 2012-09-06 23:28:06 +00:00 committed by Gerrit Code Review
commit 8235a22f19
2 changed files with 1 additions and 7 deletions

View File

@ -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'),

View File

@ -168,9 +168,6 @@
# service_down_time=60
#### (IntOpt) maximum time since last check-in for up service
# default_schedule_zone=<None>
#### (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