Fix the EIP cleanup

Fixes #69

Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
This commit is contained in:
Tomas Sedovic 2012-04-19 18:23:56 +02:00
parent 753b34deb9
commit b1802fe7ab
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ class SecurityGroup(Resource):
class ElasticIp(Resource):
def __init__(self, name, json_snippet, stack):
super(ElasticIp, self).__init__(name, json_snippet, stack)
self.instance_id = ''
self.ipaddress = ''
if 'Domain' in self.t['Properties']: