Remove [agent]/manage_tftp option

This has been deprecated since August 2015, remove it.

Change-Id: I885c922914127608e52753773fdeaf41e0dba2a0
This commit is contained in:
Jim Rollenhagen 2016-05-16 08:58:17 -04:00
parent 0b304c5844
commit b2d7771431
3 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

@ -0,0 +1,4 @@
---
upgrade:
- Removes deprecated option "[agent]/manage_tftp". Configuration
files should instead use the "[agent]/manage_agent_boot" option.