Merge "Minor ramdisk interface docs update"

This commit is contained in:
Zuul 2024-06-09 08:42:25 +00:00 committed by Gerrit Code Review
commit a51726ca08

View File

@ -27,7 +27,7 @@ be set upon creation of a new node:
.. code-block:: shell .. code-block:: shell
baremetal node create --driver ipmi \ baremetal node create --driver <driver> \
--deploy-interface ramdisk \ --deploy-interface ramdisk \
--boot-interface ipxe --boot-interface ipxe
@ -76,11 +76,6 @@ source, for example,
--instance-info ramdisk=http://path/to/ramdisk.initramfs --instance-info ramdisk=http://path/to/ramdisk.initramfs
baremetal node deploy <NODE> baremetal node deploy <NODE>
.. note::
Before the Xena release, the ``image_source`` field was also required::
--instance-info image_source=http://path/to/ramdisk.initramfs
Booting an ISO Booting an ISO
-------------- --------------