Clean up unneeded deprecated_group
Config generator is changed to use the deprecated opts' group instead of just 'DEFAULT', so no need to specify the deprecated group if it's not changed. Change-Id: I88108e726df015e66b0b9f64762311de2ed4a949
This commit is contained in:
@@ -53,7 +53,6 @@ agent_opts = [
|
||||
cfg.BoolOpt('manage_agent_boot',
|
||||
default=True,
|
||||
deprecated_name='manage_tftp',
|
||||
deprecated_group='agent',
|
||||
help=_('Whether Ironic will manage booting of the agent '
|
||||
'ramdisk. If set to False, you will need to configure '
|
||||
'your mechanism to allow booting the agent '
|
||||
|
||||
Reference in New Issue
Block a user