From 35b8df18162f8849eb28f1bed53f67c1421aacd4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 12 Jun 2015 11:14:28 -0400 Subject: [PATCH] website: note cloud-init req for openstack [GH-1750] --- website/source/docs/builders/openstack.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/builders/openstack.html.markdown b/website/source/docs/builders/openstack.html.markdown index a7fef29dc..fcd210dec 100644 --- a/website/source/docs/builders/openstack.html.markdown +++ b/website/source/docs/builders/openstack.html.markdown @@ -36,6 +36,8 @@ each category, the available configuration keys are alphabetized. * `source_image` (string) - The ID or full URL to the base image to use. This is the image that will be used to launch a new server and provision it. + Unless you specify completely custom SSH settings, the source image must + have `cloud-init` installed so that the keypair gets assigned properly. * `username` (string) - The username used to connect to the OpenStack service. If not specified, Packer will use the environment variable