Merge pull request #791 from stefanfoulis/patch-1

website: includes information about "provider"
This commit is contained in:
Mitchell Hashimoto 2014-01-04 13:54:48 -08:00
commit 73e57d918f
1 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,8 @@ Required:
* `provider` (string) - The provider used to connect to the OpenStack service.
If not specified, Packer will attempt to read this from the
`SDK_PROVIDER` environment variable.
`SDK_PROVIDER` environment variable. For Rackspace this should be `rackspace-us`
or `rackspace-uk`.
* `region` (string) - The name of the region, such as "DFW", in which
to launch the server to create the AMI.
@ -74,7 +75,7 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering.
"type": "openstack",
"username": "",
"password": "",
"provider": "",
"provider": "rackspace-us",
"region": "DFW",
"ssh_username": "root",
"image_name": "Test image",