summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2015-04-13 19:21:06 +0100
committerLucas Alvares Gomes <lucasagomes@gmail.com>2015-04-13 19:29:31 +0100
commit29cec9e192eeb29f84452186c8b7eb26f707d846 (patch)
treedbd05e71bea59093b51f701f10c57605a4472746
parent88bf4caef8fa916a36e619340ea86d2e75b22bb1 (diff)
downloadironic-29cec9e192eeb29f84452186c8b7eb26f707d846.tar.gz
Local boot note about updated deploy ramdisk
This patch is adding a note to the local boot documentation about it being dependent upon a updated deploy ramdisk. Change-Id: I16904cd1c9c942239c1416acbe3d8d0ce490d8f2
-rw-r--r--doc/source/deploy/install-guide.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst
index 871e75313..15dd807ea 100644
--- a/doc/source/deploy/install-guide.rst
+++ b/doc/source/deploy/install-guide.rst
@@ -936,6 +936,14 @@ deployed with Ironic **must** contain ``grub2`` installed within it.
Enabling the local boot is different when Ironic is used with Nova and
without it. The following sections will describe both methods.
+.. note::
+ The local boot feature is dependent upon a updated deploy ramdisk built
+ with diskimage-builder_ **version >= 0.1.42** or ironic-python-agent_
+ in the kilo-era.
+
+.. _diskimage-builder: https://github.com/openstack/diskimage-builder
+.. _ironic-python-agent: https://github.com/openstack/ironic-python-agent
+
Enabling local boot with Nova
-----------------------------