in https://issues.apache.org/jira/browse/JCLOUDS-442 my intent was to avoid the creation of too many firewalls as the current implementation is doing.
Looking briefly at the code in the PR, I don't think so. As far as I can see, the code still expects to be able to get a non-null group and will still fail if the group is null, which is the problem Rick is talking about.
Or am I missing something here..? ap
