From 618f74f35f5bd47904c59936fb38964e901cf647 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 18 Jan 2016 08:25:32 -0500 Subject: [PATCH] added version_added --- cloud/amazon/ec2_vol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/amazon/ec2_vol.py b/cloud/amazon/ec2_vol.py index b34d60f67d0..1563884aaee 100644 --- a/cloud/amazon/ec2_vol.py +++ b/cloud/amazon/ec2_vol.py @@ -73,6 +73,7 @@ options: required: false default: "no" choices: ["yes", "no"] + version_added: "2.1" zone: description: - zone in which to create the volume, if unset uses the zone the instance is in (if set)