Remove deprecated group name of option

Option detach_volume_timeout was replaced to timeouts section
in Kilo release. Now we can remove deprecated group name for that
option.

Change-Id: Ic1c709b70a42aef12b8341b6018972343d2df363
This commit is contained in:
Vitaly Gridnev
2015-06-03 21:09:23 +03:00
parent 69d00f117a
commit dc08abd5e5

View File

@@ -49,9 +49,7 @@ timeouts_opts = [
# volumes opts
cfg.IntOpt(
'detach_volume_timeout', default=300,
help='Timeout for detaching volumes from instance, in seconds',
deprecated_name='detach_volume_timeout',
deprecated_group=None),
help='Timeout for detaching volumes from instance, in seconds'),
cfg.IntOpt('volume_available_timeout',
default=DEFAULT_TIMEOUT,