website: note cloud-init req for openstack [GH-1750]

This commit is contained in:
Mitchell Hashimoto 2015-06-12 11:14:28 -04:00
parent 9bb722c99f
commit 35b8df1816
1 changed files with 2 additions and 0 deletions

View File

@ -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. * `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. 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. * `username` (string) - The username used to connect to the OpenStack service.
If not specified, Packer will use the environment variable If not specified, Packer will use the environment variable