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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user