From 41b5a4f28ac601ed43af9913e774b188b1ad6a2d Mon Sep 17 00:00:00 2001 From: John Bellone Date: Tue, 19 Nov 2013 17:22:17 -0500 Subject: [PATCH] Website: Update timeout to reflect real default. The default in the actual code is 5m. --- website/source/docs/builders/openstack.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/openstack.html.markdown b/website/source/docs/builders/openstack.html.markdown index 441f8a7c9..a9644367b 100644 --- a/website/source/docs/builders/openstack.html.markdown +++ b/website/source/docs/builders/openstack.html.markdown @@ -59,7 +59,7 @@ Optional: * `ssh_timeout` (string) - The time to wait for SSH to become available before timing out. The format of this value is a duration such as "5s" - or "5m". The default SSH timeout is "1m". + or "1m". The default SSH timeout is "5m". * `ssh_username` (string) - The username to use in order to communicate over SSH to the running server. The default is "root".