From 726f5c45b191d8e26fe21a73fb5cb17b00cb4d98 Mon Sep 17 00:00:00 2001 From: Tom Dooner Date: Tue, 17 Feb 2015 21:44:21 +0000 Subject: [PATCH] Add some documentation of new Openstack options --- website/source/docs/builders/openstack.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/builders/openstack.html.markdown b/website/source/docs/builders/openstack.html.markdown index 7fc8182eb..d5dbbf249 100644 --- a/website/source/docs/builders/openstack.html.markdown +++ b/website/source/docs/builders/openstack.html.markdown @@ -102,12 +102,20 @@ each category, the available configuration keys are alphabetized. * `ssh_username` (string) - The username to use in order to communicate over SSH to the running server. The default is "root". +* `ssh_interface` (string) - The type of interface to connect via SSH. Values + useful for Rackspace are "public" or "private", and the default behavior is + to connect via whichever is returned first from the OpenStack API. + * `tenant_id` (string) - Tenant ID for accessing OpenStack if your installation requires this. * `use_floating_ip` (boolean) - Whether or not to use a floating IP for the instance. Defaults to false. +* `rackconnect_wait` (boolean) - For rackspace, whether or not to wait for + Rackconnect to assign the machine an IP address before connecting via SSH. + Defaults to false. + ## Basic Example: Rackspace public cloud Here is a basic example. This is a working example to build a