Merge pull request #791 from stefanfoulis/patch-1
website: includes information about "provider"
This commit is contained in:
commit
73e57d918f
|
@ -37,7 +37,8 @@ Required:
|
||||||
|
|
||||||
* `provider` (string) - The provider used to connect to the OpenStack service.
|
* `provider` (string) - The provider used to connect to the OpenStack service.
|
||||||
If not specified, Packer will attempt to read this from the
|
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
|
* `region` (string) - The name of the region, such as "DFW", in which
|
||||||
to launch the server to create the AMI.
|
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",
|
"type": "openstack",
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
"provider": "",
|
"provider": "rackspace-us",
|
||||||
"region": "DFW",
|
"region": "DFW",
|
||||||
"ssh_username": "root",
|
"ssh_username": "root",
|
||||||
"image_name": "Test image",
|
"image_name": "Test image",
|
||||||
|
|
Loading…
Reference in New Issue