terremak ecloud api doesn't support deleting public ip addresses

This commit is contained in:
Adrian Cole 2010-11-07 01:48:25 +01:00
parent 8036bf08f0
commit 4850127902
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ public class TerremarkVCloudComputeClient extends VCloudExpressComputeClientImpl
try {
client.deletePublicIp(address.getId());
logger.debug("<< deleted PublicIpAddress(%s)", address.getId());
} catch (UnsupportedOperationException e) {
} catch (Exception e) {
logger.trace("cannot delete PublicIpAddress(%s) as it is unsupported", address.getId());
}
continue IPADDRESS;