From 080e70ab6e39940e1ee5bdd39f600aa586814667 Mon Sep 17 00:00:00 2001 From: Joseph Tate Date: Fri, 13 Dec 2013 15:01:58 -0500 Subject: [PATCH] Added version_added for spot instance parameters --- library/cloud/ec2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/cloud/ec2 b/library/cloud/ec2 index 3442605da84..dac64c3243a 100644 --- a/library/cloud/ec2 +++ b/library/cloud/ec2 @@ -68,6 +68,7 @@ options: default: null aliases: [] spot_price: + version_added: "1.5" description: - Maximum spot price to bid, If not set a regular on-demand instance is requested. A spot request is made with this maximum bid. When it is filled, the instance is started. required: false @@ -104,6 +105,7 @@ options: default: 300 aliases: [] spot_wait_timeout: + version_added: "1.5" description: - how long to wait for the spot instance request to be fulfilled default: 600