A lot of live tests now use something like
for (String zone : api.getConfiguredZones()) {
I would like to switch this to:
for (String zone : filterZones(api.getConfiguredZones())) {
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/283#issuecomment-34229434
