From dabb9a48e93707f040c4d007e491529b8d13c7ac Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 14 Feb 2019 07:16:27 -0800 Subject: [PATCH] Add a requisite for metadata with BFV We documented this in the spec, but not in the actual admin documentation. Adding a note to clarify the case and why. Change-Id: I5c911d2f58d153b0554ace3f80920f8781ade1de --- doc/source/admin/boot-from-volume.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/admin/boot-from-volume.rst b/doc/source/admin/boot-from-volume.rst index 70c3ab92ea..a33888fcdc 100644 --- a/doc/source/admin/boot-from-volume.rst +++ b/doc/source/admin/boot-from-volume.rst @@ -25,6 +25,9 @@ Currently booting from a volume requires: utilize PXE boot mechanisms when iPXE is enabled. - iPXE is an explicit requirement, as it provides the mechanism that attaches and initiates booting from an iSCSI volume. +- Metadata services need to be configured and available for the instance images + to obtain configuration such as keys. Configuration drives are not supported + due to minimum disk extension sizes. Conductor Configuration =======================