summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/admin/drivers/redfish.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/source/admin/drivers/redfish.rst b/doc/source/admin/drivers/redfish.rst
index cff72a48f..63f2e4bbe 100644
--- a/doc/source/admin/drivers/redfish.rst
+++ b/doc/source/admin/drivers/redfish.rst
@@ -219,13 +219,18 @@ with the Wallaby release it's possible to provide a pre-built ISO image:
.. code-block:: bash
baremetal node set node-0 \
- --driver_info redfish_deploy_iso=http://url/of/deploy.iso \
- --driver_info redfish_rescue_iso=http://url/of/rescue.iso
+ --driver_info deploy_iso=http://url/of/deploy.iso \
+ --driver_info rescue_iso=http://url/of/rescue.iso
.. note::
OpenStack Image service (glance) image IDs and ``file://`` links are also
accepted.
+.. note::
+ Before the Xena release the parameters were called ``redfish_deploy_iso``
+ and ``redfish_rescue_iso`` accordingly. The old names are still supported
+ for backward compatibility.
+
No customization is currently done to the image, so e.g.
:doc:`/admin/dhcp-less` won't work. `Configuring an ESP image`_ is also
unnecessary.