From 262808cf7cbfd197cde85e6027f452c1f1f07411 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. --- cloud/ec2 | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/ec2 b/cloud/ec2 index e6fe50d9eb8..7639d6195a7 100644 --- a/cloud/ec2 +++ b/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