summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/architecture.rst5
-rw-r--r--doc/source/user/deploy.rst8
2 files changed, 3 insertions, 10 deletions
diff --git a/doc/source/user/architecture.rst b/doc/source/user/architecture.rst
index de86f47de..1b034fbb4 100644
--- a/doc/source/user/architecture.rst
+++ b/doc/source/user/architecture.rst
@@ -158,8 +158,9 @@ remain the same.
#. The ironic node's management interface issues commands to enable network
boot of a node.
-#. The ironic node's deploy interface caches the instance image, kernel and
- ramdisk if needed (it is needed in case of netboot for example).
+#. The ironic node's deploy interface caches the instance image (normal
+ deployment), kernel and ramdisk (``ramdisk`` deploy) or ISO (``ramdisk``
+ deploy with virtual media).
#. The ironic node's power interface instructs the node to power on.
diff --git a/doc/source/user/deploy.rst b/doc/source/user/deploy.rst
index 9b4609289..7499786cb 100644
--- a/doc/source/user/deploy.rst
+++ b/doc/source/user/deploy.rst
@@ -186,14 +186,6 @@ Capabilities
previously ironic used a 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:
-
- .. code-block:: shell
-
- 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: