Commit feacecdf authored by Stefan Foulis's avatar Stefan Foulis

includes information about "provider"

parent 12938fe3
...@@ -37,7 +37,8 @@ Required: ...@@ -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. ...@@ -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",
......
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