Merge "Set [pxe] tftp_server in ironic.conf"

This commit is contained in:
Zuul 2019-02-04 12:04:49 +00:00 committed by Gerrit Code Review
commit 02e58e6dac
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template
uefi_pxe_config_template = $pybasedir/drivers/modules/ipxe_config.template
tftp_root = /httpboot
tftp_master_path = /httpboot/master_images
tftp_server = {{ api_interface_address }}
{% endif %}
{% if enable_ironic_ipxe | bool %}