Commit 35b8df18 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

parent 9bb722c9
...@@ -36,6 +36,8 @@ each category, the available configuration keys are alphabetized. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment