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:
parent
79d55c20b3
commit
267876d3b3
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue