]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix the EIP cleanup
authorTomas Sedovic <tomas@sedovic.cz>
Thu, 19 Apr 2012 16:23:56 +0000 (18:23 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Thu, 19 Apr 2012 16:23:56 +0000 (18:23 +0200)
Fixes #69

Signed-off-by: Tomas Sedovic <tomas@sedovic.cz>
heat/engine/resources.py

index 7036ca271ce4411b19f7b94955953f102c0a351d..afc1d31b1c82ebe58a9c2f7f0df087e2dec9cf2e 100644 (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']: