Remove [agent]/manage_tftp option
This has been deprecated since August 2015, remove it. Change-Id: I885c922914127608e52753773fdeaf41e0dba2a0
This commit is contained in:
parent
0b304c5844
commit
b2d7771431
@ -412,7 +412,6 @@
|
||||
# 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 ramdisk. (boolean value)
|
||||
# Deprecated group/name - [agent]/manage_tftp
|
||||
#manage_agent_boot = true
|
||||
|
||||
# The memory size in MiB consumed by agent when it is booted
|
||||
|
@ -40,7 +40,6 @@ from ironic.drivers.modules import deploy_utils
|
||||
agent_opts = [
|
||||
cfg.BoolOpt('manage_agent_boot',
|
||||
default=True,
|
||||
deprecated_name='manage_tftp',
|
||||
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 '
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- Removes deprecated option "[agent]/manage_tftp". Configuration
|
||||
files should instead use the "[agent]/manage_agent_boot" option.
|
Loading…
Reference in New Issue
Block a user