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:
Ian Delahorne 2014-06-15 02:19:26 -05:00
parent be56b5a6b8
commit 189dad1348
1 changed files with 1 additions and 0 deletions

View File

@ -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",