mirror of https://github.com/apache/jclouds.git
terremak ecloud api doesn't support deleting public ip addresses
This commit is contained in:
parent
8036bf08f0
commit
4850127902
|
@ -217,7 +217,7 @@ public class TerremarkVCloudComputeClient extends VCloudExpressComputeClientImpl
|
||||||
try {
|
try {
|
||||||
client.deletePublicIp(address.getId());
|
client.deletePublicIp(address.getId());
|
||||||
logger.debug("<< deleted PublicIpAddress(%s)", 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());
|
logger.trace("cannot delete PublicIpAddress(%s) as it is unsupported", address.getId());
|
||||||
}
|
}
|
||||||
continue IPADDRESS;
|
continue IPADDRESS;
|
||||||
|
|
Loading…
Reference in New Issue