From 519ceb23e177404a4de53897c20fc467dd2026e8 Mon Sep 17 00:00:00 2001
From: Atlas Health <github@atlashealth.com>
Date: Tue, 13 May 2014 22:00:22 -0700
Subject: [PATCH] set type and default value

---
 cloud/ec2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/ec2 b/cloud/ec2
index 88a62b9829a..3dc94f41f6c 100644
--- a/cloud/ec2
+++ b/cloud/ec2
@@ -1155,7 +1155,7 @@ def main():
             exact_count = dict(type='int', default=None),
             count_tag = dict(),
             volumes = dict(type='list'),
-            ebs_optimized = dict(),
+            ebs_optimized = dict(type='bool', default=False),
         )
     )