From 34cafbe68e7760e79a0f4216e87b41f3a34a3c60 Mon Sep 17 00:00:00 2001 From: Ben Podoll Date: Thu, 26 Sep 2013 20:24:18 -0500 Subject: [PATCH] removing the docs for digital ocean's optional param 'event_delay' as it is no longer used --- website/source/docs/builders/digitalocean.html.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/website/source/docs/builders/digitalocean.html.markdown b/website/source/docs/builders/digitalocean.html.markdown index 1c11d2d3b..b4793a8dd 100644 --- a/website/source/docs/builders/digitalocean.html.markdown +++ b/website/source/docs/builders/digitalocean.html.markdown @@ -35,11 +35,6 @@ Required: Optional: -* `event_delay` (string) - The delay, as a duration string, before checking - the status of an event. DigitalOcean's current API has consistency issues - where events take time to appear after being created. This defaults to "5s" - and generally shouldn't have to be changed. - * `image_id` (int) - The ID of the base image to use. This is the image that will be used to launch a new droplet and provision it. Defaults to "284203", which happens to be "Ubuntu 12.04 x64 Server."