From 189dad134883d466314ed0bdaa9df1f1343e975f Mon Sep 17 00:00:00 2001 From: Ian Delahorne Date: Sun, 15 Jun 2014 02:19:26 -0500 Subject: [PATCH] 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. --- website/source/docs/builders/openstack.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/builders/openstack.html.markdown b/website/source/docs/builders/openstack.html.markdown index 130c7a7d9..bcf0ecce5 100644 --- a/website/source/docs/builders/openstack.html.markdown +++ b/website/source/docs/builders/openstack.html.markdown @@ -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",