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 haven't found a way to do it and it looks like it will always default to 10.0.0.0/8 in GoogleComputeEngineSecurityGroupExtension <https://github.com/jclouds/jclouds-labs-google/blob/master/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/compute/extensions/GoogleComputeEngineSecurityGroupExtension.java#L155> . Any suggestions? Cheers, Sunil
