From 0f18742e36bd1d95d99ac663f22832c275fc320e Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 24 May 2013 10:54:48 +1200 Subject: [PATCH] Document the requirement for heat-cfntools. This addresses bug 1183195 in the short term. Change-Id: Id6919aa444d253361ea6c07b452508d224f3d9db --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad0b7170e..964d90cac 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,15 @@ to add elements from this tree, and build any disk images you need. git clone https://github.com/stackforge/diskimage-builder.git git clone https://github.com/stackforge/tripleo-image-elements.git export ELEMENTS_PATH=tripleo-image-elements/elements - diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser -a i386 -o bootstrap + diskimage-builder/bin/disk-image-create -u base vm bootstrap local-config stackuser heat-cfntools -a i386 -o bootstrap Common element combinations --------------------------- +Always include heat-cfntools in images that you intend to boot via heat : if +that is not done, then the user ssh keys are not reliably pulled down from the +metadata server due to interactions with cloud-init. + To be written. Copyright