From ffaca0a2263efcc69c3307aa4b6164194161a717 Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Sun, 1 Sep 2013 13:30:36 -0700 Subject: [PATCH] website: document required openstack region setting --- .../source/docs/builders/openstack.html.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/source/docs/builders/openstack.html.markdown b/website/source/docs/builders/openstack.html.markdown index c2cf4429c..20684111b 100644 --- a/website/source/docs/builders/openstack.html.markdown +++ b/website/source/docs/builders/openstack.html.markdown @@ -39,6 +39,9 @@ Required: If not specified, Packer will attempt to read this from the `SDK_PROVIDER` environment variable. +* `region` (string) - The name of the region, such as "DFW", in which + to launch the server to create the AMI. + * `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. @@ -69,9 +72,20 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering. "username": "", "password": "", "provider": "", + "region": "DFW", "ssh_username": "root", "image_name": "Test image", "source_image": "23b564c9-c3e6-49f9-bc68-86c7a9ab5018", "flavor": "2" } + +## Troubleshooting + +*I get the error "Missing or incorrect provider"* + +* Verify your "username", "password" and "provider" settings. + +*I get the error "Missing endpoint, or insufficient privileges to access endpoint"* + +* Verify your "region" setting.