summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkyleknap <kyleknap@amazon.com>2014-10-08 11:53:29 -0700
committerkyleknap <kyleknap@amazon.com>2014-10-08 11:53:29 -0700
commit5f435deb450a148c6a4abe882360e15053ad5dd3 (patch)
treee6adb7114ea7b2b5b51bda4de851f1721052bec9
parentb9d9220182b76219a4d538f79e1a8ddcd6ec12be (diff)
downloadboto-5f435deb450a148c6a4abe882360e15053ad5dd3.tar.gz
Fix ec2 release_address for ``allocation_id``
-rw-r--r--boto/ec2/address.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/ec2/address.py b/boto/ec2/address.py
index 0cbadbd2..807406f7 100644
--- a/boto/ec2/address.py
+++ b/boto/ec2/address.py
@@ -79,7 +79,7 @@ class Address(EC2Object):
"""
if self.allocation_id:
return self.connection.release_address(
- association_id=self.allocation_id,
+ allocation_id=self.allocation_id,
dry_run=dry_run)
else:
return self.connection.release_address(