Remove [conductor]/clean_nodes config option
This was deprecated a while ago and was slated for removal during Newton. Do it. Change-Id: Iac94720c357350160521688adb68d8bef7c04aae
This commit is contained in:
parent
7054e289f7
commit
759e91632b
@ -671,7 +671,6 @@
|
||||
# significantly longer. In an environment where all tenants
|
||||
# are trusted (eg, because there is only one tenant), this
|
||||
# option could be safely disabled. (boolean value)
|
||||
# Deprecated group/name - [conductor]/clean_nodes
|
||||
#automated_clean = true
|
||||
|
||||
# Timeout (seconds) to wait for a callback from the ramdisk
|
||||
|
@ -152,11 +152,8 @@ conductor_opts = [
|
||||
default=1800,
|
||||
help=_('Timeout (seconds) for waiting for node inspection. '
|
||||
'0 - unlimited.')),
|
||||
# TODO(rloo): Remove support for deprecated name 'clean_nodes' in Newton
|
||||
# cycle.
|
||||
cfg.BoolOpt('automated_clean',
|
||||
default=True,
|
||||
deprecated_name='clean_nodes',
|
||||
help=_('Enables or disables automated cleaning. Automated '
|
||||
'cleaning is a configurable set of steps, '
|
||||
'such as erasing disk drives, that are performed on '
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- Remove the deprecated "[conductor]/clean_nodes" option.
|
||||
Configuration files should instead use the
|
||||
"[conductor]/automated_clean" option.
|
Loading…
Reference in New Issue
Block a user