includes information about "provider"

This commit is contained in:
Stefan Foulis 2014-01-04 22:24:14 +01:00
parent 12938fe36b
commit feacecdffc
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",