RE: IllegalArgumentException when deleting node on Rackspace

2014-08-15 Thread Andrew Phillips
Of course, the proper fix is to make sure the DNS validator is not used when cleaning up key pairs... Should an error during a cleanup process like this lead to the exception being caught and logged, rather than being propagated to the user? ap

Re: jclouds S3 provider calls GetBucketAcl every time putBlob() is called?

2014-08-15 Thread Andrew Phillips
How would I pass in my new context module? That would be a good question to ask on #IRC [1], I think. Basically, as far as I recall (don't quote me on this! ;-)), you'll have to create your own ApiMetadata, probably by overriding S3ApiMetadata [2], and change the set of default modules.

RE: IllegalArgumentException when deleting node on Rackspace

2014-08-15 Thread Zack Shoylev
No, because then you have a silent resource leak of some kind. From: Andrew Phillips [andr...@apache.org] Sent: Friday, August 15, 2014 9:22 AM To: user@jclouds.apache.org Subject: RE: IllegalArgumentException when deleting node on Rackspace Of course,

RE: IllegalArgumentException when deleting node on Rackspace

2014-08-15 Thread Zack Shoylev
I have tracked the issue here for now: https://issues.apache.org/jira/browse/JCLOUDS-672 From: Zack Shoylev [zack.shoy...@rackspace.com] Sent: Friday, August 15, 2014 10:31 AM To: user@jclouds.apache.org Subject: RE: IllegalArgumentException when deleting

Configurable IP range for networks in Google Compute Engine

2014-08-15 Thread Sunil Shah
Hey all, I think I know the answer to this - but is it possible to configure the subnet of IP addresses for a given network (= security group) on GCE using JClouds? Specifically, we want to avoid putting everything on the 10.0.0.0/8 network and to use a randomly assigned, smaller, subnet. I