From 29cec9e192eeb29f84452186c8b7eb26f707d846 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Mon, 13 Apr 2015 19:21:06 +0100 Subject: [PATCH] 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 --- doc/source/deploy/install-guide.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index 871e753139..15dd807eab 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 -----------------------------