This commit is contained in:
Matthew Hooker
2011-08-09 19:35:40 -04:00
parent 8c6ebaf986
commit 83ed9faa48
+1 -1
View File
@@ -102,7 +102,7 @@ class FloatingIPController(object):
def delete(self, req, id):
context = req.environ['nova.context']
ip = self.network_api.get_floating_ip(context, id)
if 'fixed_ip' in ip:
try:
self.disassociate(req, id, '')