From 3647d112f817885d5d80418201c01aee104510b3 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 2 Aug 2013 22:31:22 -0400 Subject: [PATCH] ec2: Removed unused line Remove the reference to the unused "termination_list" parameter in the ec2 module. The instance_ids parameter is the one that contains the list of instance ids to be terminated. --- library/cloud/ec2 | 1 - 1 file changed, 1 deletion(-) diff --git a/library/cloud/ec2 b/library/cloud/ec2 index e6fe50d9eb8..7639d6195a7 100644 --- a/library/cloud/ec2 +++ b/library/cloud/ec2 @@ -545,7 +545,6 @@ def main(): ec2_secret_key = module.params.get('ec2_secret_key') ec2_access_key = module.params.get('ec2_access_key') region = module.params.get('region') - termination_list = module.params.get('termination_list') # allow eucarc environment variables to be used if ansible vars aren't set