Fixed Rackspace example

As per https://github.com/mitchellh/packer/issues/1142, it's critical to add openstack_provider: rackspace in order to get anything to work reliably with Rackspace and Packer in 6.0.

Question: should the openstack_provider field now be marked as required?
This commit is contained in:
Kane Rogers 2014-07-18 10:43:21 +10:00
parent 79d55c20b3
commit 267876d3b3
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering.
{ {
"type": "openstack", "type": "openstack",
"username": "", "username": "",
"password": "", "api_key": "",
"openstack_provider": "rackspace",
"provider": "rackspace-us", "provider": "rackspace-us",
"region": "DFW", "region": "DFW",
"ssh_username": "root", "ssh_username": "root",