Added required value for openstack_provider for rackspace example
If `openstack_provider:rackspace` is omitted in the configuration, the example won't work at all against rackspace. Not sure what the actual documentation for this configuration value should be, but this was a major source of irritation when I couldn't get the default example working against Rackspace.
This commit is contained in:
parent
be56b5a6b8
commit
189dad1348
|
@ -120,6 +120,7 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering.
|
|||
"username": "",
|
||||
"password": "",
|
||||
"provider": "rackspace-us",
|
||||
"openstack_provider":"rackspace",
|
||||
"region": "DFW",
|
||||
"ssh_username": "root",
|
||||
"image_name": "Test image",
|
||||
|
|
Loading…
Reference in New Issue