Add note to pxe configuration doc

Adding a note into the PXE setup instructions
indicating the existence of the ipxe boot interface
and that the ipxe_enabled option has been deprecated.

Change-Id: I4c553b7d5da080103f1d1ccf2573586d61e7cfc4
Story: #1628069
This commit is contained in:
Julia Kreger 2018-07-17 15:17:27 -07:00
parent ab1b117ee4
commit 93670fef56
1 changed files with 6 additions and 0 deletions

View File

@ -321,6 +321,12 @@ on the Bare Metal service node(s) where ``ironic-conductor`` is running.
# (string value)
uefi_pxe_config_template=$pybasedir/drivers/modules/ipxe_config.template
.. note::
The ``[pxe]ipxe_enabled`` option has been deprecated and will be removed
in the T* development cycle. Users should instead consider use of the
``ipxe`` boot interface. The same default use of iPXE functionality can
be achieved by setting the ``[DEFAULT]default_boot_interface`` option
to ``ipxe``.
#. It is possible to configure the Bare Metal service in such a way
that nodes will boot into the deploy image directly from Object Storage.