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:
Zhenguo Niu
2016-01-13 15:39:02 +08:00
parent 3d477735e4
commit bea939353c

View File

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