Commit 267876d3 authored by Kane Rogers's avatar Kane Rogers

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?
parent 79d55c20
...@@ -120,7 +120,8 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering. ...@@ -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",
......
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