summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-13 23:25:12 +0000
committerGerrit Code Review <review@openstack.org>2015-04-13 23:25:12 +0000
commit1a227d71ed8b5dd5920b05b703b2c296515358f1 (patch)
tree08dc935dcc32fe312407c5fb99ff2da44121e4f1
parentdd5f9e2dc0bccf6ea3c2fa8df979c836973097b3 (diff)
parent29cec9e192eeb29f84452186c8b7eb26f707d846 (diff)
downloadironic-1a227d71ed8b5dd5920b05b703b2c296515358f1.tar.gz
Merge "Local boot note about updated deploy ramdisk"2015.1.0rc1proposed/kilo
-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 5e253746e..9043ad69b 100644
--- a/doc/source/deploy/install-guide.rst
+++ b/doc/source/deploy/install-guide.rst
@@ -921,6 +921,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
-----------------------------