Skip to content

Commit

Permalink
Merge "Remove unused config option - pxe_deploy_timeout"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 27, 2014
2 parents 4d3abeb + f5bafbf commit 5983ad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions etc/ironic/ironic.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,6 @@
# Template file for PXE configuration (string value)
#pxe_config_template=$pybasedir/drivers/modules/pxe_config.template

# Timeout for PXE deployments. Default: 0 (unlimited) (integer
# value)
#pxe_deploy_timeout=0

# IP address of Ironic compute node's tftp server (string
# value)
#tftp_server=$my_ip
Expand Down
3 changes: 0 additions & 3 deletions ironic/drivers/modules/pxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
default=paths.basedir_def(
'drivers/modules/pxe_config.template'),
help='Template file for PXE configuration'),
cfg.IntOpt('pxe_deploy_timeout',
help='Timeout for PXE deployments. Default: 0 (unlimited)',
default=0),
cfg.StrOpt('tftp_server',
default='$my_ip',
help='IP address of Ironic compute node\'s tftp server'),
Expand Down

0 comments on commit 5983ad8

Please sign in to comment.