Document deploy_boot_mode and boot_option for standalone deployments

Change-Id: Iad04779cc8c782b20d6636dd2bbb602bc89255b2
This commit is contained in:
Dmitry Tantsur 2020-03-05 15:53:15 +01:00
parent cbbd473899
commit 80cdb9abd7
1 changed files with 22 additions and 0 deletions

View File

@ -159,6 +159,28 @@ Steps to start a deployment are pretty similar to those when using Compute:
--instance-info image_source=$IMG \
--instance-info image_checksum=$MD5HASH
#. :ref:`Boot mode <boot_mode_support>` can be specified per instance::
openstack baremetal node set $NODE_UUID \
--instance-info deploy_boot_mode=uefi
Otherwise, the ``boot_mode`` capability from the node's ``properties`` will
be used.
.. warning::
The two settings must not contradict each other.
.. note::
The ``boot_mode`` capability is only used in the node's ``properties``,
not in ``instance_info`` like most other capabilities. Use the separate
``instance_info/deploy_boot_mode`` field instead.
#. To override the :ref:`boot option <local-boot-partition-images>` used for
this instance, set the ``boot_option`` capability::
openstack baremetal node set $NODE_UUID \
--instance-info capabilities='{"boot_option": "local"}'
#. Starting with the Ussuri release, you can set :ref:`root device hints
<root-device-hints>` per instance::